Logo
Vault Docs
Versatile Asset Utility Library Tools
Overview
CCTFF
  • Overview
  • Tags
    • API index
    • TagAPI:Give
    • TagAPI:Remove
    • TagApi:Epuip
    • TagAPI:Unequip
    • TagAPI:GetOwned
    • TagAPI:GetEquipped
    • TagAPI:HasTag
    • TagAPI:IsEquipped
    • TagAPI:ClearAll
    • TagAPI:UnequipAll
    • TagAPI:GetMaxSlots
    • TagAPI:GetAvailableSlots
  • Leaderboard Tags
    • API index
    • TagAPI:GiveLeaderboardTag
    • TagAPI:UpdateLeaderboardTag
    • TagAPI:RemoveLeaderboardTag
    • TagAPI:GetLeaderboardTagText
  • System Messages
    • API index
    • TagAPI:SendSystemMessage
    • TagAPI:UpdateClientSettings
    • TagAPI:IsSystemMessageEnabled

Tags API index

All regular tag APIs live on TagAPI. Click any method below to jump to its dedicated page with parameters and examples.

API

TagAPI:Give

Give a tag to a player, with optional duration support.

TagAPI:Remove

Remove a tag from a player and clear related timers.

TagAPI:Equip

Equip a tag the player owns, respecting max slot rules.

TagAPI:Unequip

Unequip a single equipped tag while keeping ownership.

TagAPI:GetOwned

Return all tags currently owned by the player.

TagAPI:GetEquipped

Return all tags the player currently has equipped.

TagAPI:HasTag

Check if the player owns a specific tag.

TagAPI:IsEquipped

Check if a specific tag is currently equipped.

TagAPI:ClearAll

Remove all tags from the player, including temporary ones.

TagAPI:UnequipAll

Unequip all tags but keep ownership data.

TagAPI:GetMaxSlots

Return the configured maximum number of equip slots.

TagAPI:GetAvailableSlots

Return how many slots are free for new equipped tags.