This commit is contained in:
Christopher Cookman 2024-12-23 15:49:55 -07:00
parent f583615a46
commit 2b306d60b7
3 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,9 @@ This project aims to solve a simple but crucial problem: managing bans across ro
4. Run `node .` to start the server -->
## Usage on Roblox
1. Download the [UBS Main Module here](https://ubs.rtech.foundation/UnifiedBanSystem.rbxm)
1. Download either the [UBS-Loader](https://ubs.rtech.foundation/UBS-Loader.rbxm) or [UBS-Static](https://ubs.rtech.foundation/UBS-Static.rbxm) module.
- `UBS-Loader` is a loader module that will automatically download the latest version of the UBS module from Roblox. (Recommended)
- `UBS-Static` is the static version of the module, without automatic updates. (This does not affect the ban list, as that is stored on our servers, and is served by the API)
2. Insert the module into your game
3. Move the module to `ServerScriptService`
4. Configure via the `Configuration` module, or just leave it as-is to use the default settings

BIN
public/UBS-Loader.rbxm Normal file

Binary file not shown.