# Target

Step 1: Navigate to `mm_airdrop/shared/init.lua`

Step 2: If you have renamed the core folder, then change the name. <mark style="color:purple;">Ex: I have renamed qb-target to mm\_target</mark>

```lua
if GetResourceState('ox_target') == 'started' then
    Shared.Target = 'ox' -- don't rename it
elseif GetResourceState('mm_target') == 'started' then
    Shared.Target = 'qb' -- don't rename it
else
    Shared.Target = false
    warn('No target system found')
end
```

Step 3: Consider Checking the `mm_airdrop/client/bridge` folder for renaming the exports of target

**Note:** Target script is not a dependency script, if you don't have any target system then DrawText3D will work
