Vorbolt
(Vorbz)
#1
Why did it only explodes in the middle of baseplate? can someone help?
here’s my script:
wait(5)
print("ACTIVATED!")
local Explosion = Instance.new("Explosion")
Explosion.Parent = script.Parent
Explosion.BlastRadius = 5
Explosion.BlastPressure = 90000000
1 Like
Change the position of the explosion
2 Likes
system
(system)
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.