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

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

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