Functions

<Task<injectionResult>> Inject()

The method used to inject Oxygen into the ROBLOX process so they can execute their scripts, returns an injectionResult to tell the developer if anything had happened while injecting into ROBLOX.

<executionResult> Execution.Execute(string script)

Attempts to execute the given script, if everything has went correctly, it'll return an executionResult to tell the developer if said execution has went correctly.

Last updated