Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AnalyticsProgressionType

Specifies the player's progression status in a level-progression event logged by AnalyticsService:LogProgressionEvent().

Items 4

HistoryNameValueDescription
619Custom0

A custom progression status for events outside the standard start/fail/complete lifecycle.

619Start1

The player started the level attempt.

619Fail2

The player failed the level attempt.

619Complete3

The player completed the level successfully.

Description

Passed as the status argument to AnalyticsService:LogProgressionEvent() to indicate whether a player is starting, completing, or failing a level attempt. The convenience methods AnalyticsService:LogProgressionStartEvent(), AnalyticsService:LogProgressionCompleteEvent(), and AnalyticsService:LogProgressionFailEvent() set this value automatically; use Custom for progression events that fall outside the standard lifecycle.

History 5

Settings