FloorWire
A FloorWire attempts to make a wire from two of its properties: FloorWire.From and FloorWire.From, which both need to be set to a BasePart.
Memory category | Instances |
---|
Member index 8
Description
A FloorWire attempts to make a wire from two of its properties: FloorWire.From and FloorWire.To, which both need to be set to a BasePart. It sometimes goes through bricks but the majority of the time it works fine. It starts at From's center and goes to To's center. Which side of each one it goes into depends on the BaseParts's positions. It chooses the fastest route.
History 37
- 645 Change ValueType of Texture from Content to ContentId
- 553 Change Default of WireRadius from to 0.0625
- 553 Change Default of Velocity from to 2
- 553 Change Default of To from to
- 553 Change Default of TextureSize from to Vector2(1, 1)
- 553 Change Default of StudsBetweenTextures from to 4
- 553 Change Default of From from to
- 553 Change Default of CycleOffset from to 0
- 486 Change ThreadSafety of WireRadius from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Velocity from ReadOnly to ReadSafe
- 486 Change ThreadSafety of To from ReadOnly to ReadSafe
- 486 Change ThreadSafety of TextureSize from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Texture from ReadOnly to ReadSafe
- 486 Change ThreadSafety of StudsBetweenTextures from ReadOnly to ReadSafe
- 486 Change ThreadSafety of From from ReadOnly to ReadSafe
- 486 Change ThreadSafety of CycleOffset from ReadOnly to ReadSafe
- 462 Change ThreadSafety of WireRadius from to ReadOnly
- 462 Change ThreadSafety of Velocity from to ReadOnly
- 462 Change ThreadSafety of To from to ReadOnly
- 462 Change ThreadSafety of TextureSize from to ReadOnly
- 462 Change ThreadSafety of Texture from to ReadOnly
- 462 Change ThreadSafety of StudsBetweenTextures from to ReadOnly
- 462 Change ThreadSafety of From from to ReadOnly
- 462 Change ThreadSafety of CycleOffset from to ReadOnly
- 329 Change ValueType of To from Object to BasePart
- 329 Change ValueType of From from Object to BasePart
- 219 Change Tags of FloorWire from [] to [Deprecated]
- 55 Change Tags of FloorWire from [preliminary] to []
- 47 Add WireRadius
- 47 Add Velocity
- 47 Add To
- 47 Add TextureSize
- 47 Add Texture
- 47 Add StudsBetweenTextures
- 47 Add From
- 47 Add CycleOffset
- 47 Add FloorWire
Members 8
CycleOffset
Type | Default | |
---|---|---|
float | 0 |
A decimal number between 0 and 1, through which you can control how far all of the decals are along the wire.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
History 4
- 553 Change Default of CycleOffset from to 0
- 486 Change ThreadSafety of CycleOffset from ReadOnly to ReadSafe
- 462 Change ThreadSafety of CycleOffset from to ReadOnly
- 47 Add CycleOffset
From
Type | Default | |
---|---|---|
BasePart |
The object that the FloorWire travels from.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
StudsBetweenTextures
Type | Default | |
---|---|---|
float | 4 |
The number of studs between each FloorWire segment.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
History 4
- 553 Change Default of StudsBetweenTextures from to 4
- 486 Change ThreadSafety of StudsBetweenTextures from ReadOnly to ReadSafe
- 462 Change ThreadSafety of StudsBetweenTextures from to ReadOnly
- 47 Add StudsBetweenTextures
Texture
Type | Default | |
---|---|---|
ContentId |
Sets the texture to be displayed on the FloorWire.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
TextureSize
Type | Default | |
---|---|---|
Vector2 | 1, 1 |
Sets the size of the texture used with the FloorWire.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
History 4
- 553 Change Default of TextureSize from to Vector2(1, 1)
- 486 Change ThreadSafety of TextureSize from ReadOnly to ReadSafe
- 462 Change ThreadSafety of TextureSize from to ReadOnly
- 47 Add TextureSize
To
Type | Default | |
---|---|---|
BasePart |
The object that the FloorWire travels to.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
Velocity
Type | Default | |
---|---|---|
float | 2 |
The speed that the textures flow along the wire.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
WireRadius
Type | Default | |
---|---|---|
float | 0.0625 |
The radius of the wire.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
History 4
- 553 Change Default of WireRadius from to 0.0625
- 486 Change ThreadSafety of WireRadius from ReadOnly to ReadSafe
- 462 Change ThreadSafety of WireRadius from to ReadOnly
- 47 Add WireRadius