| |
|
|
| 13 May 2015 07:57 PM |
Just tested this in a "test" mode
> local i = game.Players.Player.PlayerGui.SaveButton.Save.Position print(i) {0.00999999978, 0}, {0.25, 0} |
|
|
| Report Abuse |
|
|
|
| 13 May 2015 07:59 PM |
In context of how to use that in a script you would just use something like
local x = gui.Position and then from there you can manipulate it or use it however you want like Tweenposition for example
|
|
|
| Report Abuse |
|
|