This Step Wraps the Entire Script into a Function
Iterations
number
The Number Of Iterations
print("Hello, World!")
-- Iterations = 1 return (function() print("Hello, World!") end)()
Last updated 2 years ago