Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Choose which one to use or else the script will break
- -- StarterGui > ScreenGui > Frame > LocalScript
- wait(5)
- script.Parent:TweenSize(UDim2.new(1,0,0.5,0),"Out","Sine",1)
- -- Or, move the Gui!
- wait(5)
- script.Parent:TweenPosition(UDim2.new(1,0,0.5,0),"Out","Sine",1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement