Skip to content

Instantly share code, notes, and snippets.

@JohnCreat0r
JohnCreat0r / yarhm.lua
Created September 6, 2025 05:04
Yarhm
-- YARHM 1.19
-- real revolutionary stuff im telling ya
if not game:IsLoaded() then
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Script loading",
Text = "Waiting for the game to finish loading!",
Duration = 5
})
game.Loaded:Wait()
end