Skip to content

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

Notifications You must be signed in to change notification settings

devsarim/chat-gamepass-accessory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages