getSource
Bridge.getSource(frPlayer)Arguments
frPlayer (object): The player object.
Returns
source (number): The source of the player.
Example Usage
local source = Bridge.getSource(frPlayer)
print("Player Source: " .. source)Return Structure
If player is valid:
source numberIf player is not valid:
nilLast updated
Was this helpful?