Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local LoadingScreen = script.Parent:WaitForChild("LoadingScreen")
- local Title = LoadingScreen:WaitForChild("Title")
- local RandomTitles = {"Loading", "Loading.", "Loading..", "Loading..."}
- while wait(2) do
- local v = RandomTitles[math.random(1, #RandomTitles)]
- Title.Text = v
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement