TPStashEvent.LoginAsCharacter

TPStashEvent.LoginAsCharacter(userId, character_uuid)

Description

LoginAsCharacter collects the character’s login data when a character signs into separate servers.

Parameters

Name Description Required

UserId

Player’s unique user ID (not a character’s ID) that is given by Roblox: Player.UserId

Required

character_uuid

Player’s character’s unique lD

If there is no character in the game or If you want to use it for the player, not a character, set character_uuid to TentuPlayKeyword._DUMMY_CHARACTER_ID_.

Required