RoomFindPlayerByNameOn this pageRoom.FindPlayerByName(string name) Looks for the player in room with a specific name. Parameters: NameTypeDescriptionnamestringName of the player. Returns: typeDescriptionMLPlayerThe player if found, Nil otherwise. Usage ---@type stringlocal name;local val0 = Room:FindPlayerByName(name)