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)