Skip to content

The fastest, and simpliest maid out there for luau.

Notifications You must be signed in to change notification settings

gaymeowing/duster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

duster

The fastest, and simpliest maid out there for luau.

local RunService = game:GetService("RunService")
local duster = require("@duster")

local garbage = {}

duster.insert(garbage, RunService.PostSimulation:Connect(function()
	print("meow :3")
end))

print(typeof(duster[1])) -- "RBXScriptConnection"
task.wait(30)

duster.clear(garbage)
print(duster[1]) -- nil

About

The fastest, and simpliest maid out there for luau.

Topics

Resources

Stars

Watchers

Forks

Languages