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 script
Last updated 11 days ago