How to use developer console to remove/give tools to players?

Just go into Log >> Server >> The Command Bar At The Bottom, use the following code to insert the gear into the player’s backpack.

game:GetService("InsertService"):LoadAsset(ASSETID).Parent = game.Players.PLAYERNAME.Backpack

1 Like