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
-- NOTE: THIS FILE IS TOO BIG TO FIT IN ONE SCRIPT SO IT IS SPLIT UP IN THIS FOLDER, COPY EACH SCRIPT AFTER ANOTHER TO FORM THE FULL SCRIPT (EX: Split_1, then Split_2, then Split_3, etc.) | |
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 |