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

How can I tween a GUI smoothly?

Asked by 8 years ago
Text:TweenPosition(UDim2.new((0,0,0,100), "Out", "Linear", 3, true, nil)
0
You just did. deputychicken 226 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

If you're looking for any errors. You have an extra parenthesis in there. The fixed version would be:

Text:TweenPosition(UDim2.new(0,0,0,100), "Out", "Linear", 3, true, nil)
Ad

Answer this question