devsarim / chat-gamepass-accessory

Easily make accessories that can be worn by typing a chat command and owning it's associated gamepass!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gamepass accessories worn by chat commands

Accessories.lua

return {
  ["dominus"] = {
    GamepassId = 123,
    AccessoryId = 321
  },
  ...
}

Example:

  1. Player types /dominus in chat
  2. If the player owns the gamepass with id 123, the accessory with id 321 is added to the player's character

About

Easily make accessories that can be worn by typing a chat command and owning it's associated gamepass!


Languages

Language:Lua 100.0%