UI Elements and questions

Hello guys. I have been designing an UI for my game for some time and I want to know how can I change the default item box (the one your gear and in game items are shown)

I don’t know if this is related to scripting. I want to be able to change that default box for the ones I made.

I would really appreciate any help!

Thank you.

1 Like

You have to create your custom backpack system after disabling the default one.

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)

Here’s a tutorial on how to do that (the process is a little long, but not too bad).

3 Likes

Thank you very much!
I will try it out

1 Like