Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 10:57, 7 August 2025 by Koza1brada (talk | contribs) (1 revision imported: Try to import fandom pages (manual dump, 3))
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))