Actor y
From Cobalt Wiki
More actions
| Actor.y | ||
| This Property represents the y coordinate of the chosen Actor | ||
| Returns | ||
| Y coordinate as a number |
local chosenActor = API.getPlayerActor() print(tostring(chosenActor.y))
| Actor.y | ||
| This Property represents the y coordinate of the chosen Actor | ||
| Returns | ||
| Y coordinate as a number |
local chosenActor = API.getPlayerActor() print(tostring(chosenActor.y))