diff --git a/README.md b/README.md index e1aa28c..9de5292 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ A FastAPI service for reuploading clothing assets to Roblox groups, used in *Filoxen Research Facilities*. This app fetches clothing from existing Roblox assets and reuploads them to a target group. +## Disclaimer + +This tool uses Roblox's APIs in a way that violates their Terms of Service. Roblox may moderate or ban accounts that use this. Use at your own risk. +This is beta software with potential issues. It's generally a good idea to not run it if you do not understand the source code. + ## Prerequisites - Python 3.13+ @@ -28,10 +33,6 @@ VALID_API_KEY= # API key for authorizing requests to this servic ROBLOSECURITY= # Your Roblox roblosecurity cookie (only needed for authed APIs) ``` -## ⚠️ Disclaimer - -This tool uses Roblox's APIs in a way that violates their Terms of Service. Roblox may moderate or ban accounts that use this. Use at your own risk. - ## Running Start the FastAPI server: