Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 860 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 860 Bytes

Roblox Video to Spritesheet converter

This converts a video to multiple spritesheets, and uploads them all to Roblox.

Setup

Install requirements with:

pip3 install -r requirements.txt

Open .env and set V2S_UID to your user id, and V2S_KEY to your Roblox API key

Getting an API Key

  1. Go to Creator Hub >> Open Cloud >> API keys
  2. Click "Create API Key" and put a name
  3. Set Access Permisions to "Assets API", then give it Read and Write operations
  4. Put in your IP Address in Accepted IP Addresses, or you can just put 0.0.0.0/0 for no protection.
  5. Set your desired expiration, then press Save & Generate Key and copy it

How to use

Run convert.py
Outputs: a lua file with a table of all the spritesheets, with columns, rows, and frames