TPStashEvent.EquipSkill

TPStashEvent.EquipSkill(
    userId,
    character_uuid,
    skill_slug,
    equip_status,
    skill_category_slug,
    skill_level,
    character_level
)

Description

EquipSkill collects the events that occur when a character equips or unequips a skill.

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

skill_slug

Unique identifier of the skill

Required

skill_category_slug

Category name of the skill

Optional

equip_status

Status code that represents whether the skill is equipped or not

TPStashEvent.EquipStatus.Equip
TPStashEvent.EquipStatus.Unequip

Required

skill_level

Skill level

Optional

character_level

The level of the character (not player) when equipping or unequipping the skill

Optional