alliancer
|
  |
| Joined: 18 Mar 2013 |
| Total Posts: 1016 |
|
|
| 17 Sep 2013 11:16 PM |
script.Parent.Parent.Desktop.Position(UDim2.new(2, 0, 0, 0))
Is what I've been trying, but it's not working, are there any ideas out there? |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2013 11:17 PM |
| Position = UDim2.new(XScale, XOffset, YScale, YOffset) |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2013 11:52 PM |
| Take an existing GUI to get an idea of how the positioning works. |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 18 Sep 2013 12:39 AM |
Problem is that 2. UDim2.new(2, 0, 0, 0)... Odds are high that this sends the gui off the screen. Try something like (.5, 0, 0, 0)
|
|
|
| Report Abuse |
|
|