Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AnalyticsEconomyFlowType

Specifies the direction of currency flow in an economy event logged by AnalyticsService:LogEconomyEvent().

Items 2

HistoryNameValueDescription
619Sink0

Currency is being removed from the player's account.

619Source1

Currency is being added to the player's account.

Description

Passed as the flowType argument to AnalyticsService:LogEconomyEvent() to indicate whether an in-experience currency transaction is adding currency to or removing currency from a player's balance. Use Source when the player gains currency (for example, purchasing coins with Robux or earning gold from gameplay) and Sink when the player spends currency (for example, buying an item from a shop).

History 3

Settings