|
| 07 Aug 2016 06:16 AM |
while true do if script.Parent.Health.Value <= 0 then local explode = Instance.new("Explosion") explode.Parent = workspace explode.Position = script.Parent.VehicleSeat.Position explode.BlastPressure = 9e5 game.Debris:AddItem(script.Parent,5) script.Parent = nil end wait(0.1) end
|
|
|
| Report Abuse |
|
|
Laedere
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 23601 |
|
|
| 07 Aug 2016 06:20 AM |
you didn't script it to damage players
|
|
|
| Report Abuse |
|
|
| |
|
|
| 07 Aug 2016 06:45 AM |
| Well you see, explosions have a neat event called "Hit" that happens whenever it touches a member of the workspace ;) |
|
|
| Report Abuse |
|
|