TPStashEvent.ChangeCustomAbility
TPStashEvent.ChangeCustomAbility(
userId,
character_uuid,
custom_ability_slug,
custom_ability_to,
custom_ability_category_slug --[[Optional--]],
custom_ability_from --[[Optional--]]
)
Description
ChangeCustomAbility collects the change in custom ability. A custom ability refers to a game-specific ability other than the level and stats of a character or item.
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
|
Required |
||
custom_ability_slug |
Unique identifier of your custom ability |
Required |
||
custom_ability_to |
Custom ability after the change |
Required |
||
custom_ability_category_slug |
Category of your custom ability |
Optional |
||
custom_ability_from |
Custom ability before the change |
Optional |