of     1   

Born2Script
#182333852Sunday, January 24, 2016 9:12 PM GMT

How can I remove the tools bar and not allow the player to press the number keys to equip and unequip? I want to make my own equip/Unequip system. In simples words, if the player was to have a tool equipped (Tool's parent is char) or unequipped (tool's parent is Backpack), I don't want the player to be able to equip or unequip it and I don't want them to see the gui. I don't expect that it is that hard right??? right? right? plz say yes. Thank you.
Born2Script
#182335167Sunday, January 24, 2016 9:30 PM GMT

oh ez local StarterGui = game.StarterGui StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)

    of     1