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
|
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
|
Optional |
||
stage_category_slug |
Category of the stage type |
Optional |