Execute
Executes a Lua script in the connected Roblox client.
Usage:
execute(string scriptSource)Example:
Api.External.execute("game:GetService('Players').LocalPlayer:Kick('Injected!');"); // Executes a Lua scriptLast updated
Executes a Lua script in the connected Roblox client.
Usage:
execute(string scriptSource)Api.External.execute("game:GetService('Players').LocalPlayer:Kick('Injected!');"); // Executes a Lua scriptLast updated