Hello,
I am trying to make an FPS game, but I don’t know how to have the coregui for the backpack, but still use tools for the weapons.
1 Like
Put this in an LocalScript,
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
1 Like
Sorry, I wrote my post poorly. I am trying to create a system where the default backpack CoreGUI is hidden (done) but I still use tools for the weapons.
Oh alright. no problem! I need to go so i respond later.
You can still use tools for weapons with a hidden backpack. What’s your real issue, that you’re not sure how to make players equip tools when the backpack is hidden? EquipTool.
1 Like