search/
Start typing to search packages!
package_2
maid
By @chipioindustries
Roblox
MirroredMaid
It's a maid.
local mySignalConnection = script.Destroying:Connect(function() end)
local myInstance = Instance.new("Folder")
local myFunction = function() end
-- these two could also use PascalCase Disconnect and Destroy methods
local myConnection = { disconnect = function() end }
local myObject = { destroy = function() end }
local maid = Maid.new()
maid:giveTask(myConnection)
maid:giveTask(myObject)
maid:giveTask(mySignalConnection)
maid:giveTask(myInstance)
maid:giveTask(myFunction)
maid:destroy() -- cleans up all tasks
Package Details
Install command (Click to copy)
Version
1.0.1
License
AGPL-3.0
Legal risk for closed-source games
Strongest copyleft: even network use counts as distribution, so running this in a live game plausibly requires releasing your game's entire source under AGPL-3.0. Not recommended for closed-source projects.
License identified from the packaged LICENSE file; the manifest declared none.
Automated license review — not legal advice.
