superjamy
|
  |
| Joined: 15 Jul 2007 |
| Total Posts: 127 |
|
|
| 31 Jul 2016 08:04 AM |
How can I position a GUI to the very left of my screen for all devices?
|
|
|
| Report Abuse |
|
|
TyroneHD
|
  |
| Joined: 31 Mar 2013 |
| Total Posts: 441 |
|
|
| 31 Jul 2016 08:07 AM |
| Have the x position to (0, 0) |
|
|
| Report Abuse |
|
|
Twitdoof
|
  |
| Joined: 17 Aug 2013 |
| Total Posts: 199 |
|
|
| 31 Jul 2016 08:25 AM |
| http://wiki.roblox.com/index.php?title=The_Fundamentals_of_Scripting_with_GUIs#Positioning_an_element |
|
|
| Report Abuse |
|
|
2JJ1
|
  |
| Joined: 15 Mar 2012 |
| Total Posts: 1571 |
|
|
| 31 Jul 2016 08:55 AM |
script.Parent.Position = UDim2.new(0,0,0,0)
Tweak the last two numbers for up and downs. |
|
|
| Report Abuse |
|
|
|
| 31 Jul 2016 08:56 AM |
| http://wiki.roblox.com/index.php?title=UDim2 |
|
|
| Report Abuse |
|
|