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 number
If player is not valid:
nil
Last updated
Was this helpful?