⚙️Globals

Global table (access from anywhere)

Connect (function) :

Connect("OnInterfacePaint", function()
    --Do something!
end)
print("Hello World!")

Last updated