|
| 19 Apr 2014 04:13 PM |
| How would I make the script check if there is a tool named "minigun" in the localplayers backpack? |
|
|
| Report Abuse |
|
|
| |
|
|
| 19 Apr 2014 04:18 PM |
--local script plr = game.Players.LocalPlayer
repeat wait() until plr.Backpack:FindFirstChild("minigun")
plr.Backpack["minigun"]:Destroy() |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2014 04:18 PM |
| I'd rather not destroy the tool, but thanks! |
|
|
| Report Abuse |
|
|