How can i change the core ui

so i wanted to change the inventory system how would i do this
(im using an image for the inventory btw if that changes anything)

2 Likes

You can’t modify the CoreGui.

You can disable the Backpack Gui, and replace it with a new one, but you can’t modify it.

1 Like

Like ValiantWind said, you can only disable it

If you want to do that, I have made a topic on it

You need to disable the CoreGui specifically,

something along the lines of

game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
1 Like