GetPlayer
7/14/25Less than 1 minute
MLStation.GetPlayer()
Gets the MLPlayer object of current station occupant. Returns null if the station is empty.
Returns:
type | Description |
---|---|
MLPlayer | Current player |
Usage
---@type MLStation
local mlstation;
local val0 = mlstation.GetPlayer()