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