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

How can I make a gui point to from one direction to another?

Asked by
Teeter11 281 Moderation Voter
8 years ago

I dont know how to do this.

1 answer

Log in to vote
1
Answered by
OniiCh_n 410 Moderation Voter
8 years ago

gui:TweenPosition(UDim2.new(x-scale, x-offset, y-scale, y-offset), "Out", "Back", 1)

Replace gui for the path/variable of your GUI

The Xs and Ys represent the end position of the GUI.

"Out" represents the "easing speed".

"Back" represents the "easing style".

"1" represents how many seconds the transition will take.

This link from the wiki provides additional info.

Ad

Answer this question