-
Notifications
You must be signed in to change notification settings - Fork 1
onPlayerMove
KabanFriends edited this page Nov 27, 2022
·
1 revision
A function that is called when a player moves or rotates around.
The event
object contains following fields:
player
: Player
- The Player that triggered this event.
- X coordinate of where the player is moving to.
- Y coordinate of where the player is moving to.
- Z coordinate of where the player is moving to.
- Yaw value of where the player is moving to.
- Pitch value of where the player is moving to.