Exports and Events

Client

Logout

Allows the player to log out of their character and select a character again.

exports["tgiann-multichar"]:Logout()

Sever

Logout

Allows the player to log out of their character and select a character again.

exports["tgiann-multichar"]:Logout(src)

Parameters

  • src: number Player server id

Last updated