FindPlayerByGuid
7/14/25Less than 1 minute
Room.FindPlayerByGuid(string guid)
Finds player with the given Guid.
Parameters:
| Name | Type | Description |
|---|---|---|
| guid | string | The player guid to search for. |
Returns:
| type | Description |
|---|---|
| MLPlayer | The Player with given guid if found. Nil otherwise. |
Usage
---@type string
local guid;
local val0 = Room:FindPlayerByGuid(guid)
