This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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 |