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 script

Last updated