TPStashEvent.PlayStageWithSkill

TPStashEvent.PlayStageWithSkill(
    userId,
    character_uuid,
    skill_slug,
    stage_slug,
    skill_category_slug --[[Optional--]],
    stage_type--[[Optional--]],
    stage_category_slug --[[Optional--]]
)

Description

PlayStageWithSkill collects the data of the skill that the character equips for the stage.

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

stage_slug

Unique identifier of the stage

Required

stage_type

Stage type

TPStashEvent.StageType.Unknown
TPStashEvent.StageType.PvP
TPStashEvent.StageType.PvE

Optional

stage_category_slug

Category of the stage type

Optional