⚙️Globals
Global table (access from anywhere)
Connect (function) :
Connect("OnInterfacePaint", function()
--Do something!
end)
print (function) :
print("Hello World!")
Last updated
Global table (access from anywhere)
Connect("OnInterfacePaint", function()
--Do something!
end)
print("Hello World!")
Last updated