Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Gui tweening positions ?

Asked by
Bulvyte 388 Moderation Voter
7 years ago
Edited 7 years ago
wait(3.50)
script.Parent:TweenPosition(UDim2.new(0.04,0,0.43,0),"Out",2) --if i put 2 it moves bounces a bit back and moves back
wait(3.50)
script.Parent:TweenPosition(UDim2.new(0.04,0,0.43,0),"Out",1)-- if i put 1 it just moves in and stays there

How do i understand what is Out Quad and etc. Someone pls explain ? the wikis are kinda confusing for me. I want to make my guis bounce n stuff like dat.

1 answer

Log in to vote
0
Answered by 7 years ago
Edited 7 years ago
wait(3.50)
script.Parent:TweenPosition(UDim2.new(0.04,0,0.43,0),"Out","Quad",2)
wait(3.50)
script.Parent:TweenPosition(UDim2.new(0.04,0,0.43,0),"Out","Quad",1)
Ad

Answer this question