How do I disable the backpack so whenever I press any of the number keys it won't equip the tool in the player's back pack?
Use this.
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack,false)
Putting this in a server script will disable the backpack for all players.
Remember to upvote if I helped :)