I want to ask yas guys, how do u remove toolbox? cos in some games I saw that there are no toolboxes but there is gear, and all u have to do is press a number to change to certain weapon...
Place this code in a LocalScript to hide the backpack:
game.StarterGui:SetCoreGuiEnabled("Backpack", false)
Well, first you need a script. The code in the script needs to tell the game client to NOT load out the tools. The code in the script can be written like this.
local Backpack = game:GetService("Backpack") Backpack :SetCoreGuiEnabled(0,false)
I hope this helped you. If It did, I would appreciate a thumbs up why you reach 5 Thumbs
Marked as Duplicate by User#2
This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.
Why was this question closed?