Caution
Tabby is obsolete, use Catwork instead.
If you need a migration module, use cw-tabby which ports most Tabby and it's base library logic over to Catwork.
The Cat plugin framework.
Copy the src folder then add a Fragments folder and a Project.lua file
Your Project.lua file should have this shape:
return {
Name = "Tabby Project",
Fragments = {
main = script.Parent.Fragments.main
},
FragmentGroups = {
main = {"main"}
},
ActiveGroup = "main"
}Create a Fragment called main and place this code in the Fragments folder
local Tabby = require(script.Parent.Parent.Tabby)
local Me = Tabby.Fragment(script)
Me:Connect("Init", function()
print("Hello World!")
end)
return {}Refer to Documentation for more info on how to use Tabby!
Tabby (and its related components such as the Core Library) are licensed under a MIT License.
Support me for £3+ here and I'll add your profile picture here and in release builds