Explosion

extends Instance

Class fields

FieldXML typeValue
NamestringExplosion
ExplorerOrderstring3
ExplorerImageIndexstring36
summarystringCreates an Explosion! This can be used as a purely graphical effect, or can be made to damage objects.

Properties

5
BlastPressure
float
FieldXML typeValue
NamestringBlastPressure
summarystringHow much force this Explosion exerts on objects within it's BlastRadius. Setting this to 0 creates a purely graphical effect. A larger number will cause Parts to fly away at higher velocities.
BlastRadius
float
FieldXML typeValue
NamestringBlastRadius
summarystringHow big the Explosion is. This is a circle starting from the center of the Explosion's Position, the larger this property the larger the circle of destruction.
DestroyJointRadiusPercent
float
FieldXML typeValue
NamestringDestroyJointRadiusPercent
ExplosionType
ExplosionType
FieldXML typeValue
NamestringExplosionType
summarystringDefines the behavior of the Explosion. <a href="http://wiki.roblox.com/index.php/ExplosionType" target="_blank">More info</a>
Position
Vector3
FieldXML typeValue
NamestringPosition
summarystringWhere the Explosion occurs in absolute world coordinates.

Events

1
Hit
(part: Instance, distance: float) → void
FieldXML typeValue
NamestringHit