Captain Cody Posted February 10, 2016 Share 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. Link to comment
tosfera Posted February 10, 2016 Share 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. Link to comment
Captain Cody Posted February 10, 2016 Author Share Posted February 10, 2016 Ah, will help alot. Link to comment
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