extends Instance
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | Explosion |
ExplorerOrder | string | 3 |
ExplorerImageIndex | string | 36 |
summary | string | Creates an Explosion! This can be used as a purely graphical effect, or can be made to damage objects. |
Properties
5BlastPressure
float| Field | XML type | Value |
|---|---|---|
Name | string | BlastPressure |
summary | string | How 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| Field | XML type | Value |
|---|---|---|
Name | string | BlastRadius |
summary | string | How 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| Field | XML type | Value |
|---|---|---|
Name | string | DestroyJointRadiusPercent |
ExplosionType
ExplosionType| Field | XML type | Value |
|---|---|---|
Name | string | ExplosionType |
summary | string | Defines the behavior of the Explosion. <a href="http://wiki.roblox.com/index.php/ExplosionType" target="_blank">More info</a> |
Position
Vector3| Field | XML type | Value |
|---|---|---|
Name | string | Position |
summary | string | Where the Explosion occurs in absolute world coordinates. |
Events
1Hit
(part: Instance, distance: float) → void| Field | XML type | Value |
|---|---|---|
Name | string | Hit |