transformable.position
Property Server and Client
![]()
Online and Offline Read and Set
Available since Server 1.0.0, Client 1.0.0
Vec3 transformable.position
The transformable.position property is used to fetch or set the 3D position for a transformable.
Value
| Vec3 | A Vec3 containing the position of the transformable. |
| read/set | This property can be changed, as well as read. |
Types
Client Transformable
Notes
- Due to a sync limitation, a network event (sent to the player's client) is required to change the position of a player element. See triggerNetworkEvent and addNetworkHandler for info on using network events.
Examples
There aren't any examples for this property.
Compatibility
There isn't any compatibility information for this property.