lines for explosion:
local explosion = Instance.new("Explosion")
explosion.Parent = script.Parent
explosion.Position = script.Parent
explosion.BlastRadius = whatever number u want
explosion.BlastPressure = whatever number u want
lines for deleting itself:
script.Parent:Destroy()
that should would put it inside the click function |