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

# Shared

## Phantom Forces

### Require

Allows you to access a module within in the actor state.

```lua theme={"dark"}
Shared.Require(string: Module)
```

<ParamField path="Module" type="string" required>
  The name of the module.
</ParamField>
