Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do i position a gui to where the gui is in the right-middle area of the screen?

Asked by 6 years ago

I want the gui to be half way up the screen and against the right side of the screen please. I know how to put the gui in the center but not against the right side.

0
Could you please mark this as answered, thanks. User#21242 20 — 6y

2 answers

Log in to vote
1
Answered by 6 years ago
Edited 6 years ago

Hello! All you need to do it change the first position variable of x and z, and make it look something like this: {0.5, 0},{0.5, 0} In other words: {CHANGETHISVALUE,0},{CHANGETHISVALUE,0} Have fun scripting, and well done with the silver crown!

Ad
Log in to vote
1
Answered by
imaski4 42
6 years ago

if that man was confusing change the anchorpoint in the gui to {.5, 0}, {.5, 0} and then change the position to the same thing.

Answer this question