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

GUI tweening help? [closed]

Asked by 10 years ago

Would this work to make a GUI (onclicked) heres what I have so far....

GUI:TweenPosition (UDim2.new (1, 0, 0, 0), "Out", "Quad", 3, true)
wait(1.5)
GUI:TweenPosition(UDim2.new (0.5, 0, 1, 0), "Out", "Quad", 3, false)

would that work (onclicked) to make the GUI side to the side then let the screen fade (allready have everything done all but the GUI siding to the side)

Locked by TheMyrco

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
1
Answered by
TheMyrco 375 Moderation Voter
10 years ago

There's only one way to be certain: test it! But it does look correct, so why not?

0
Okay thats where I am having the problem it wont work, theres some way its coming with a error jillmiles1 3 — 10y
0
The error is? Vrakos 109 — 10y
0
Try removing the space between TweenPosition and the following parenthesis. TheMyrco 375 — 10y
Ad