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 BarSize = LoadingScreen:WaitForChild("BarSize")
- local Bar = BarSize:WaitForChild("Bar")
- local RandomTime = math.random(15, 30)
- Bar:TweenSize(UDim2.new(1, 0, 1, 0), "Out", "Quad", RandomTime)
- wait(RandomTime)
- LoadingScreen:TweenPosition(UDim2.new(0, 0,1.01, 0), "Out",1)
Add Comment
Please, Sign In to add comment