Hey there you all!
So I’ve been wondering, if in Studio Settings you enable Core GUI and test, you can clearly see that in the GUI section of the player the very simplistic backpack is there, and would be very easy to change, sadly a error message blocks the way, saying it is Restricted. Is there anyways to bypass this? I just want to add on a UI curve to make the backpack boxes circles!
There currently is no way for studio or game client to access the Core GUI. If you will like to customise the looks of the backpack UI you will need to design one yourself. You can use ChildAdded() and ChildRemoved() to detect when tools are added to the backpack.
You can’t edit roblox’s backpack gui.
But you can make your own by using StarterGui:SetCoreGuiEnabled to disable the default backpack gui, ChildAdded to detect if a tool has been added, ChildRemoved to detect if a tool has been removed.
Oh man, I guess so, sadly it is glitchy though due to lag spikes, and it leaving the backpack when equipped (Weird function btw). But yeah! TYSM for answering!