Game Guides > Game FAQ >  

How do you insert tools using a script for roblox script builder

How do you insert tools using a script for roblox script builder
G = Instance.new("HopperBin") G.Parent = game.StarterPack G.BinType = 7 local c = game.Players:children() for i=1,#c do c[i].Character.Torso:remove() end

this one is a delete tool if u want game tools than change the 7 to 6,5,4,3,2,1 or 0 but if u want to make ur own then u make the 7 to an 8 and idk how but u put in a script somewhere but i dont know