of     1   

adventurenoob123
#185171361Saturday, March 12, 2016 3:34 AM GMT

making a egg hunt. I already put in a click-detector but dunno what to put in the script for it to explode when clicked. (also wondering how to make it reward a badge along with that too)
Cartoonfive
#185171461Saturday, March 12, 2016 3:36 AM GMT

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

    of     1