| |
|
RiftTalon
|
  |
| Joined: 02 Dec 2009 |
| Total Posts: 405 |
|
|
| 13 Sep 2015 09:52 PM |
You put a LocalScript in PlayerGui with this code:
local toolName = ("NameOfTool") -- Change "NameOfTool" to the tool's name.
local pos = game.Players.LocalPlayer.Backpack
wait(1) game.Players.LocalPlayer.Character.Humanoid:EquipTool(pos[toolName]) |
|
|
| Report Abuse |
|
|
| |
|
RiftTalon
|
  |
| Joined: 02 Dec 2009 |
| Total Posts: 405 |
|
| |
|