getSource
Gets the source of a player from their identifier
local source = ps.getSource('ABC12345')
if source then
print("Player is online with source:", source)
endLast updated
Gets the source of a player from their identifier
local source = ps.getSource('ABC12345')
if source then
print("Player is online with source:", source)
endLast updated