We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Delayed Calls allow you to run a given function in the future (after a given amount of time).
Print "Hello, future!" after 2 seconds:
DelayedCall(2, function () print("Hello, future!") end)
Libraries
TF2
UI
Utils
Global