function onClicked() local deer = Instance.new("Explosion") -- IT DOES NOT HAVE TO BE "E" IT CAN BE ANY LETTER. I JUST LIKE USING THIS deer.BlastRadius = 10 --THE RADIUS, THE BIGGER THE RADIUS, THE BIGGER IT IS deer.BlastPressure = 99999 -- THE BLAST PRESSURE IS HOW POWERFUL IT IS. THE HIGHER, THE MORE DEADLY AND THE MORE UNANCHORED BRICKS WILL GO FLYING deer.Parent = game.Workspace deer.Position = script.Parent.Parent.door.Position end script.Parent.ClickDetector.MouseClick:connect(onClicked)
No, it doesn't work, may be just the script itself.
Marked as Duplicate by TheeDeathCaster, Relatch, and Shawnyg
This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.
Why was this question closed?