I'm having issues with explosions not exploding.
#1
Here's a really basic sample of the code I'm using:

[lua]
local tool = script.Parent

selectedz = false

function selected()
selectedz = true
while selectedz do
sleep(0.5)
e = create("Explosion")
e.Parent = game.World
e.Position = tool.Parent.Parent.Character.Body.Position
e.Radius = 15
e.Force = 3000
end
end

link(tool.Selected, selected)
[/lua]

Bomb tool of Jacob_'s works fine though.
Reply


Messages In This Thread
I'm having issues with explosions not exploding. - by Qwertygiy - 06-22-2011, 05:21 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)