of     1   

Lua_Basics
#183534564Saturday, February 13, 2016 9:56 PM GMT

How can i make a gui stay in the same position on all screens (it gets smaller, but stays in the corner, so if they screen is small you can still see it)?
JarodOfOrbiter
#183534725Saturday, February 13, 2016 9:58 PM GMT

Do the math. That's all there is to it. 1 is the bottom right, 0 is the top left.
Lua_Basics
#183535104Saturday, February 13, 2016 10:04 PM GMT

Yea, but depending on the settings on the gui... Can make it one size fits all including if its OFF the screen.
JarodOfOrbiter
#183535218Saturday, February 13, 2016 10:05 PM GMT

How so? Set Position AND Size to Scale, not just one or the other.
BanTech
#183535284Saturday, February 13, 2016 10:06 PM GMT

Yeah I feel like you're hinting towards the idea of scale
Lua_Basics
#183535699Saturday, February 13, 2016 10:11 PM GMT

mind if i post a "prntscr" link? (ill just post the id to it) big screen: /a2wlml small screen: /a2wlyq Settings: Position: {0, 10},{0, 795} Size: {0.3, 0},{0.14, 0}
Lua_Basics
#183535879Saturday, February 13, 2016 10:14 PM GMT

Ill try to upload the images as decals: Big: http://www.roblox.com/MEIIZTO-item?id=363110311&rbxp=28199818 Small: http://www.roblox.com/MEIIZTO-item?id=363110311&rbxp=28199818 (lets hope i uploaded the correct ones)
Lua_Basics
#183535923Saturday, February 13, 2016 10:15 PM GMT

BanTech
#183536345Saturday, February 13, 2016 10:21 PM GMT

Take jarod's advice. Your size is scaled, which is exactly what you need, but your positioning is using offset. You need to make that scaled too, or use a combination to get the expected results
Lua_Basics
#183536440Saturday, February 13, 2016 10:23 PM GMT

Ty.
BanTech
#183536451Saturday, February 13, 2016 10:23 PM GMT

Recommendation Position: {0, 10},{0.86, -60} Or something similar. Have a play about with it and you'll pick it up.
Wrathsong
#183536475Saturday, February 13, 2016 10:24 PM GMT

https://www.youtube.com/watch?v=LjTfX4qZ6qg should help a bit

    of     1