Captain Cody Posted February 10, 2016 Posted February 10, 2016 How do I make it so gui is on top or bottom on all resolutions If that makes any sense what so ever. I'm using gui editor, "I suck at GUI's" and there's a left and or right alignment, but not top or bottom. How would I align it with top or bottom.
tosfera Posted February 10, 2016 Posted February 10, 2016 You should edit the code itself a bit and change the Y position. By using guiGetScreenSize you can get the bot position ( y - the height of your GUI ). The top position is quite simple, just make the Y position 0. Do note that you should make the Y - heightOfGui a calculation and not a static value.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now