Upload textures, images and resources for Roblox Studio and get permanent URLs ready to reference in your experience. JavaScript SDK included in all plans.
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.pngRegister for free at fivehub.pro. No credit card. 20 GB available from day one.
From the web panel or with the JavaScript SDK. Create folders per project to keep everything organized.
Every asset has a permanent URL. Copy it from the panel with one click.
Paste the URL in your Roblox Studio project as an external image or resource reference.
fivehub.pro URLs don't expire or change. Your asset will always be available at the same address.
Create folders per experience or asset type: textures, sounds, UI, models. Everything in order from the panel.
Install fivehub.pro from npm and upload assets programmatically from your publish scripts or dev pipelines.
99.9% guaranteed uptime. Your assets always online when Roblox Studio or players need them.
PNG, JPG, WebP, GIF, SVG. Any format compatible with Roblox Studio is accepted by fivehub.pro.
The Free plan includes 20 GB of real storage. No traffic limits or download restrictions.
20 GB free, JavaScript SDK included, permanent URLs. No credit card.