Jack5079 opened this issue 2 years ago · 0 comments
local api = ... local Tag = api.Tag local furries = Tag { Name = "Furries", Filter = function (player) return 0 -- TODO end } return { furries -- and you can export it just like a method }