Skip to main content

Room.FindPlayerByGuid(string guid)

Finds player with the given Guid.

Parameters:

NameTypeDescription
guidstringThe player guid to search for.

Returns:

typeDescription
MLPlayerThe Player with given guid if found. Nil otherwise.

Usage

---@type string
local guid;


local val0 = Room:FindPlayerByGuid(guid)