Help! Custom Hotbar!

Hello fellow developers! :grinning:
I have been working on my new prison game and realised that having a custom hotbar would be really good. BUT! (and its a big but :laughing:) I have no clue on how to make one. I have seen multiple YouTube tutorials but most of them are pretty rubbish and don’t have Xbox support!

I am hoping to make it controller and mobile friendly like Jailbreak’s!

Any help will be much appreciated!

there is this thing called UIGridLayout or UIListLayout

For cross platform compatibility have a look at this.

You can disable the default backpack UI and loop through the player backpack ever so often and just add the items to the custom hotbar UI.
To equip the items you can use:
Humanoid | Documentation - Roblox Creator Hub (On the server btw)

1 Like