Advertisement
AdomLuk

SCREENGUI SCRIPT - Loading Screen

Feb 22nd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local contentprovider = game.ContentProvider
  2.  
  3. while wait() do
  4. if contentprovider.RequestQueueSize == 0 then
  5. script.Parent.Frame:TweenPosition(UDim2.new(0, 0, -1, 0),"In","Quart")
  6. wait(1)
  7. script.Parent:Destroy()
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement