# Removing / Adding Limit Map

```lua
CreateThread(function()
    while true do
        ExtendWorldBoundaryForPlayer(-9999999.0,-9999999.0,-9999999.0)  
        ExtendWorldBoundaryForPlayer(9999999.0,9999999.0,9999999.0) 
        Wait(0)
    end
end)
```
