WrapInFunction
This Step Wraps the Entire Script into a Function
Settings
Name
type
description
Iterations
number
The Number Of Iterations
Example
print("Hello, World!")
-- Iterations = 1
return (function()
print("Hello, World!")
end)()
Last updated