|
| 20 Aug 2016 05:08 PM |
Hello forums, I am making a murderer game and I don't know how to make people spawn in without the revolver and the knife. Does anyone know how I would fix this??
Thanks for the help. Sincerely LoveDemDoges |
|
|
| Report Abuse |
|
|
Kervos
|
  |
| Joined: 27 Aug 2015 |
| Total Posts: 322 |
|
|
| 20 Aug 2016 05:11 PM |
er, if you could get the player to spawn with tools, im pretty sure you have enough scripting knowledge to just remove it?
but anyways put this somewhere in a function
local a = game.Players.LocalPlayer.Backpack:FIndFirstChild("Revolver") local b = game.Players.LocalPlayer.Backpack:FIndFirstChild("Knife") wait() a:Destroy() b:Destroy() |
|
|
| Report Abuse |
|
|
|
| 20 Aug 2016 05:16 PM |
| oh ok thanks and I just added them to the game and players spawn in with them |
|
|
| Report Abuse |
|
|
|
| 20 Aug 2016 05:36 PM |
| It isn't working I don't know what to do and where to put it I have put that every single one of my function and none worked? |
|
|
| Report Abuse |
|
|
|
| 20 Aug 2016 05:44 PM |
Go to tool box and look up team starterpack, and place all the tool you want in team.
R$35 |
|
|
| Report Abuse |
|
|
| |
|