> ## Documentation Index
> Fetch the complete documentation index at: https://cloudysoftworks.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Attach

> Attach the module to Roblox

<Info>
  in order for the exploit to work, youll need to set the Attach() function to a button.&#x20;
</Info>

## Attach the Api

You can use the `Attach` method like this:

```csharp
private void YOURBUTTON_CLICK(object sender, RoutedEventArgs e)
{
    Api.inject(); 
}
```

here is a sample usage:

```csharp
private void inject_Click(object sender, RoutedEventArgs e)
{
    Api.inject();
}
```
