Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Actor.x
This Property represents the x coordinate of the chosen Actor
Returns
X coordinate as a number
local chosenActor = API.getPlayerActor()
print(tostring(chosenActor.x))