What line can i make to make this property togglable

So I cant figure out a way to make a line that toggles a explosion instance to have no craters but the property is listed like this?

Screen Shot 2022-09-29 at 7.27.34 PM

local crater = Instance.new("Explosion")
crater.ExplosionType = Enum.ExplosionType.NoCraters
1 Like

alright ill try this out

sseeee

i’ve got a question, how would i make it so the explosion wouldnt break any welds?

Set the DestroyJointRadiusPercent to 0.

but then the issue is the explosion doesnt kill players (its a grenade btw)