Hello, so i decided to try changing UI for roblox’s default inventory, nothing else, just to make it look better
Well, i changed the ui a bit. Now what? i have no idea how to replace the default Ui with this one, thoughts?
Note: i got the backpack by
and by playtesting i copied the backpack from CoreGui
2 Likes
Just use SetCoreGuiEnabled.
Example:
local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled("Backpack" , false)
3 Likes
its been a while and i still have no idea what do you mean by that, I am no scripting expert, sure its for disabling backpack but i have no idea how to use SetCoreGuiEnabled in a way to replace the old ui with new one.
2 Likes