Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

this part explodes on everything also when i made it specific what did i do wrong?

Asked by 3 years ago
de = false
function touch(hit)
    local boom = Instance.new("Explosion")
    if hit.Name == "Baseplate"  then

        boom.Parent = game.Workspace
        boom.Position = part.Position
end
wait(3)
de = false
end
script.Parent.Touched:connect(touch)

it explodes on everything not only baseplate as i said it should

0
put line 3 after line 4 greatneil80 2647 — 3y

Answer this question