Im trying to make it so the time bomb does not destroy any terrrain at all. There are 2 settings:
BlastPressure
BlastRadius
Just like the normal roblox time bomb, Like in doomspire brickbattle.
Thanks!
Im trying to make it so the time bomb does not destroy any terrrain at all. There are 2 settings:
BlastPressure
BlastRadius
Just like the normal roblox time bomb, Like in doomspire brickbattle.
Thanks!
For those that don’t want to watch a video for the solution.
local Explosion = Instance.new("Explosion")
Explosion.ExplosionType = Enum.ExplosionType.NoCraters
You simply use the ‘NoCraters’ enumeration item.
https://developer.roblox.com/en-us/api-reference/property/Explosion/ExplosionType