ExpectNeo
|
  |
| Joined: 04 Nov 2013 |
| Total Posts: 272 |
|
|
| 11 May 2015 06:21 PM |
the script is this:
wait()
function suicide() Instance.new("Explosion",game.Workspace) end
function onEquipped(asdf) asdf.Button1Down:connect(suicide) end
function script.Parent.Equipped:connect(onEquipped)
what part did i miss? |
|
|
| Report Abuse |
|
|
|
| 11 May 2015 06:32 PM |
function suicide() local exp = Instance.new("Explosion", game.Workspace) exp.Position = game.Players.LocalPlayer.Character end |
|
|
| Report Abuse |
|
|
|
| 11 May 2015 06:34 PM |
| game.Players.LocalPlayer.Character.Torso.Position*************** |
|
|
| Report Abuse |
|
|