TPStashEvent.PlayStageWithPet
TPStashEvent.PlayStageWithPet(
userId,
character_uuid,
item_slug,
stage_slug,
stage_type --[[Optional--]],
stage_category_slug --[[Optional--]]
)
Description
PlayStageWithPet collects the data of the pet that the character brings to 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 |
||
item_slug |
Unique identifier of the item (for example, "weapon_sword_dagger" and "shield_kite_rare") |
Required |
||
stage_slug |
Unique identifier of the stage |
Required |
||
stage_type |
Stage type
|
Optional |
||
stage_category_slug |
Category of the stage type |
Optional |