> For the complete documentation index, see [llms.txt](https://upik.gitbook.io/scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://upik.gitbook.io/scripts/casino/exports/server-side.md).

# Server Side

## Update Wallet

```lua
exports["upikk_casino"]:UpdateWallet(
    source --[[ integer ]],
    amount --[[ integer ]],
    type --[[ string (increase / decrease) ]]
)
```

## Open Casino

```lua
exports["upikk_casino"]:OpenCasino(
    source --[[ integer ]]
)
```
