mollersuite / mollermethod

A utility script from the future.
https://mollermethod.pages.dev
8 stars 1 forks source link

Tags v2 #74

Open Jack5079 opened 1 year ago

Jack5079 commented 1 year ago
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
}