R6()
function RigConverter.R6(plr: number | string | Player): boolean
Note about the plr
argument accepting 3 types of argument
You can pass the following things to the plr
argument as long as the player is inside the server and:
plr
is the Player's UserIdplr
is the Player instanceplr
is the Player's name (NOT DisplayName)
Converts the target player's character appearence to use the R6 rig.
Returns true
when conversion succeeded.