I have the Uis and everything ready I just am confused on how you make a custom hotbar, Is there a startercharacter script I need to change, I don’t want to make a new hotbar system i just wanna change the design of it basically, the deafult roblox hotbar.
You can copy the source code from the default hotbar system and replace the GUI with your custom GUI (and disable the default hotbar after that), never tried it this way since I usually just make my own inventory systems if I really need to, but it sounds like it could work.
Afaik there is no way to change the default hotbar without replacing it with your own one.
That’s what I did try but I couldn’t find it, do you know where the deafult hotbar system scripts are located?
If you want to change CoreGUIs, you can’t. As far as I know though. You can disable them, and make your own.
You have to look around on google or ask for it in roblox studio discord servers, I don’t think you can find the source inside studio itself. I remember seeing the source for it on a github page, but I didn’t bookmark the link.
I think I found it
Looks like the coreScripts can just be found in your studio files as well.
Backpack script location (for me):
C:\Users\USER_NAME\AppData\Local\Roblox\Versions\version-3b6b6f63a812c\ExtraContent\scripts\CoreScripts\Modules\BackpackScript.lua