Lem0nzzx
|
  |
| Joined: 08 Feb 2016 |
| Total Posts: 1604 |
|
|
| 27 Sep 2016 12:52 PM |
v:TweenPosition(UDim2.new(0,v.AbsolutePosition.Y),"Out","Quad",1,true)
I forgot how to position things correctly, can someone remind me? I'm trying to position a bunch of TextButtons in the center, yet have the Y position as they already are.
|
|
|
| Report Abuse |
|
|
JoshRBX
|
  |
| Joined: 19 May 2012 |
| Total Posts: 8778 |
|
|
| 27 Sep 2016 01:02 PM |
v:TweenPosition(UDim2.new(0.5,-v.AbsolutePosition.X/2,0,v.AbsolutePosition.Y),"Out","Quad",1,true)
|
|
|
| Report Abuse |
|
|
Lem0nzzx
|
  |
| Joined: 08 Feb 2016 |
| Total Posts: 1604 |
|
|
| 27 Sep 2016 01:07 PM |
That failed, what I'm saying is like I have a bunch of textlabels on the left side, and I want to use a for loop, so I can manipulate all of their positions to the same X position.
|
|
|
| Report Abuse |
|
|