Gets the player IDs of all players rendered on-screen.
table of ids for every player on-screen.
idList = osrs.ClientOp.getPlayerIdAll()for index, id in pairs(idList) do osrs.ClientOp.playerSay(id, "Example Message", 100)end Copy
idList = osrs.ClientOp.getPlayerIdAll()for index, id in pairs(idList) do osrs.ClientOp.playerSay(id, "Example Message", 100)end
Gets the player IDs of all players rendered on-screen.