Advertisement
Guest User

Script

a guest
Feb 21st, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. game.ReplicatedFirst:RemoveDefaultLoadingScreen()
  2.  
  3. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  4. PlayerGui:SetTopbarTransparency(0)
  5.  
  6. local GUI = script.LoadingScreen:Clone()
  7. GUI.Parent = PlayerGui
  8.  
  9. wait(20)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement