Compatible with Roblox Studio

The asset CDN
for your Roblox project

Upload textures, images and resources for Roblox Studio and get permanent URLs ready to reference in your experience. JavaScript SDK included in all plans.

20 GB freeURLs that never expireJavaScript SDK (npm)
Integration

Upload assets from your code

roblox-upload.ts
import { FiveHub } from 'fivehub.pro'

// Inicializa con tu API Key
const hub = new FiveHub('fhb_org_xxxxxxxx')

// Sube un asset y obtén la URL
const asset = await hub.upload(file, { folder: 'roblox-textures' })
console.log(asset.url)
// → https://cdn.fivehub.pro/org/roblox-textures/texture.png
How it works

Ready in 4 steps

01

Create your account

Register for free at fivehub.pro. No credit card. 20 GB available from day one.

02

Upload your assets

From the web panel or with the JavaScript SDK. Create folders per project to keep everything organized.

03

Copy the URL

Every asset has a permanent URL. Copy it from the panel with one click.

04

Use it in Roblox Studio

Paste the URL in your Roblox Studio project as an external image or resource reference.

Why fivehub.pro

Everything a Roblox developer needs

Permanent URLs

fivehub.pro URLs don't expire or change. Your asset will always be available at the same address.

Project organization

Create folders per experience or asset type: textures, sounds, UI, models. Everything in order from the panel.

JavaScript SDK (npm)

Install fivehub.pro from npm and upload assets programmatically from your publish scripts or dev pipelines.

High availability

99.9% guaranteed uptime. Your assets always online when Roblox Studio or players need them.

All formats

PNG, JPG, WebP, GIF, SVG. Any format compatible with Roblox Studio is accepted by fivehub.pro.

20 GB free

The Free plan includes 20 GB of real storage. No traffic limits or download restrictions.

FAQ

Frequently asked questions

Can I use fivehub.pro for external assets in Roblox Studio?
Yes. fivehub.pro generates public direct URLs for every uploaded file. You can reference these URLs in Roblox Studio for images, textures and other external assets, as long as Roblox allows that domain as an external source.
How do I upload assets from my Roblox development pipeline?
Install the JavaScript SDK with 'npm install fivehub.pro'. Initialize with your organization API Key and use the upload() method to upload files and automatically get permanent URLs.
Is there a limit on how many times my assets can be downloaded?
No. fivehub.pro has no traffic or download limits per file. Regardless of how many players access your assets, they will always be available without restrictions.

Your Roblox assets, always available

20 GB free, JavaScript SDK included, permanent URLs. No credit card.