Making UI position on top of hotbar

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    im testing to position one of my frame UI to be position on top of roblox default hot bar
  2. What is the issue? Include screenshots / videos if possible!
    im not sure how to make it compatible for every device
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried to test it with different position but on some devices the default hotbar might overlap my ui
    After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

So, to make it compatible for any device resolutions, you need to make sure that ‘IgnoreGuiInset’ is set to true in properties of your ScreenGui. Next step is so simple, just set your Frame size to: 1, 0, 0, 36. Thats it! :wink:

1 Like