getPlayer
Grabs the player table for a specific identifier
local player = ps.getPlayer(source)
if player then
print("Player found:", player.PlayerData.name)
endLast updated
Grabs the player table for a specific identifier
local player = ps.getPlayer(source)
if player then
print("Player found:", player.PlayerData.name)
endLast updated