Creates a LuaPlayer with the given Player ID.
ID of the player.
A LuaPlayer based on the given ID.
id = osrs.ClientOp.getPlayerIdByName("<EXAMPLE USER>")player = osrs.ClientOp.getPlayerObj(id) Copy
id = osrs.ClientOp.getPlayerIdByName("<EXAMPLE USER>")player = osrs.ClientOp.getPlayerObj(id)
Creates a LuaPlayer with the given Player ID.