Whoops
This commit is contained in:
parent
f583615a46
commit
2b306d60b7
|
@ -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
BIN
public/UBS-Loader.rbxm
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue