TPStashEvent.Login

TPStashEvent.Login(UserId, app_version)

Description

Login collects the user’s app login data. It needs to be called when the user logs into the game before all other TPStashEvent methods are called. It is used for the analysis of almost every persona.

Parameters

Name Description Required

UserId

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

Required

app_version

The version of the game client when the player logs in

Optional