|
| 18 Dec 2016 05:01 PM |
script.Parent.Position = UDim2.new((1 - script.Parent.X.Scale), -script.Parent.X.Offset, (1 - script.Parent.Y.Scale), -script.Parent.Y.Offset);
This is NEAR the bottom right corner, but it's not exactly at the bottom right corner.
Any fixes?
|
|
|
| Report Abuse |
|
|
JoshRBX
|
  |
| Joined: 19 May 2012 |
| Total Posts: 8778 |
|
|
| 18 Dec 2016 05:09 PM |
script.Parent.Position = UDim2.new(1, -script.Parent.AbsolutePosition.X, 1, -script.Parent.AbsolutePosition.Y);
|
|
|
| Report Abuse |
|
|
JoshRBX
|
  |
| Joined: 19 May 2012 |
| Total Posts: 8778 |
|
| |
|