Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.ReplicatedFirst:RemoveDefaultLoadingScreen()
- local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PlayerGui:SetTopbarTransparency(0)
- local GUI = script.LoadingScreen:Clone()
- GUI.Parent = PlayerGui
- wait(10)
- GUI.Frame:TweenPosition(UDim2.new(0,0,1,0),"InOut","Sine",0.5)
- wait(0.5)
- GUI:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement