Execution
How to Execute Scripts (Our Format)
local c = [[
print("test code here")
]]
local s = game:GetService("ReplicatedStorage")
local rName = ("Ite" .. "mFun" .. "ction")
local r = s:WaitForChild(rName)
r:InvokeServer(c)Important Notes
Last updated