Dashboard

Session, account, and current upload status.

Avatar
XS
Not Login

Not Login

Session: none

User: -

Total0
Converted0
Uploaded0
Failed0

Fast Stream Aploader

Video converts in background while upload runs parallel.

idle

No file selected

Ready.

Upload Status

Total0
Converted0
Uploaded0
Failed0
Queue0
Progress0%

Ready.

Configuration

Video

Upload

Realtime Output

Copy this ModuleScript into workspace.Ariscreen.Framedata.

0 AssetId
0 AssetId 0 AssetId

Appearance

Simple visual settings. Background can be hidden, blur and darkness stay adjustable.

Documentation

This tool runs locally on localhost. It uploads your own frames/images to Roblox Open Cloud.

1. Upload video

Login first, choose a video, set FPS/duration/resolution, then press START FAST UPLOAD. The video is converted in the browser and frames are uploaded in parallel.

2. Upload existing frames

Press CHOOSE IMAGES if you already have frames. The tool uploads the selected images directly and keeps the frame index order in the Lua output.

3. Use output in Roblox Studio

Create a ModuleScript inside:

workspace.Ariscreen.Framedata.YourVideoName

Paste the output like this:

return {
    [1] = 1234567890,
    [2] = 1234567891,
}

4. Cookie and API Key safety

Your Cookie and API Key are saved only in this local project folder on your PC. They are used to authenticate with Roblox so uploads can be created under your account or group. This tool does not send your cookie to any custom outside server. Keep it local, do not host this tool publicly, and never share or screenshot your .ROBLOSECURITY.

5. Why auth is required

Without Cookie/API Key, Roblox cannot know which account/group owns the upload. The UI cannot upload assets under your creator account without official authentication.

6. Public hosting warning

For public hosting, do not collect or store other people's Roblox cookies. The safest use is local/private. A public version should use temporary sessions, HTTPS, no logs for cookies, and clear terms that users only upload assets they own or have permission to use.

7. Video source note

This uploader supports local video files and direct video files you have permission to use. It is not built as a YouTube/TikTok downloader because public download tools can violate platform rules or copyright.