All systems operational

Premium Scripts
and Cloud Services
for FiveM

Build faster with NoneM's premium FiveM scripts and secure, reliable cloud services. Whether you're looking for high-quality scripts or powerful SDKs, we've got you covered.

Free tier available
No credit card required
Tebex Store

Premium scripts

High-quality scripts trusted by thousands of servers worldwide. Compatible with ESX, QBCore, and QBOX frameworks with support and regular updates.

Lifetime updates included
Dedicated Discord support
Works with ESX, QBCore, QBOX & standalone
Fully documented
Browse store
Lapdance

Lapdance

Fully synchronized multiplayer lapdance system featuring both player and NPC dancers with real-time interactions and venue creation capabilities.

AdultRoleplay
Elevators

Elevators

Immersive, fully synchronized elevator experience with dynamic and static elevators, visual creation tools, and advanced access control.

ElevatorsTransportation
Spy

Spy

Advanced surveillance system with spy cameras, motion sensors, access management, and device control for law enforcement and investigation roleplay.

PoliceSurveillance
Polaroid

Polaroid

Immersive in-game photography system with 20+ filters, dynamic DUI technology, and full multiplayer synchronization for authentic Polaroid experiences.

PhotographyRoleplay
Newspaper

Newspaper

Complete newspaper publishing system with dynamic DUI content, multi-publication management, article editing, and realistic aging mechanics for authentic journalism roleplay.

MediaRoleplay
Mop

Mop

Realistic interior cleaning system with dynamic dirt tracking, synchronized animations, and immersive maintenance roleplay featuring step-based contamination.

JobsCleaning
Payphone

Payphone

Classic payphone system with unique phone numbers, synchronized animations, and realistic calling mechanics.

CommunicationRoleplay
Gameplaycam

Gameplaycam

Enhanced free camera system with intelligent abuse prevention controls, customizable settings, and smooth gameplay integration.

CameraRecording
Rappel

Rappel

Realistic rappelling system with universal deployment, authentic animations, and multiplayer synchronization for tactical operations.

PoliceTactical

Developer Experience

Cloud SDKs that just work

First-class support for every FiveM environment. Upload files, manage storage, and integrate with your server in minutes—not hours.

Lua Library

Native FiveM integration.

Node.js SDK

Full TypeScript support. Perfect for txAdmin plugins and external tools.

CFX NUI SDK

Client-side uploads without exposing credentials. Secure by default.

-- Server-side upload with player context

RegisterNetEvent('mugshot:upload', function(imageData)
    local source = source

    -- Using lib
    local result = Cloud.storage:upload(imageData, {
			identifier = GetPlayerIdentifier(source, 0),
			timestamp = os.time()
    })

    -- Using exports
    -- local result = exports.nocloud:UploadMedia(imageData, {
		--		identifier = GetPlayerIdentifier(source, 0)
    -- })

    if not result then
        print('Upload failed for player', source)
        TriggerClientEvent('mugshot:uploadFailed', source)
        return
    end

    TriggerClientEvent('mugshot:uploadSucceeded', source, result.url)
end)

Built Different

Security & reliability first

Security by design

Your API credentials never touch the client. The NUI SDK uses secure server-signed tokens—players can upload directly without ever seeing your keys.

  • Credentials isolated to server-side only
  • Toggle direct client uploads on/off per bucket
  • Signed URLs with configurable expiry
  • Per-player upload limits and rate limiting

Never drop the ball

Network hiccups happen. Our SDKs handle retries, exponential backoff, and graceful degradation automatically—so your code doesn't have to.

  • Automatic retry with exponential backoff
  • Chunked uploads for large files
  • Offline queue—uploads resume when connected
  • Detailed error callbacks, never silent failures

Global CDN

Fast delivery with 300+ edge locations worldwide. Your files are always close to your players.

Auto-optimization

Images automatically converted to WebP. Saves bandwidth, loads faster.

99.9% Uptime

Built on Cloudflare. Your files are always available.

Pricing

Simple, transparent pricing

Start free and scale as you grow. No hidden fees, no surprises.

Storage & CDN

File storage with global CDN distribution

Free

Perfect for getting started

$0 /month
Get Started
  • 10 GB storage
  • 10 GB bandwidth/month
  • 1 bucket
  • Global CDN access
  • Basic analytics

Hobby

For small servers

$9 /month
Get Started
  • 50 GB storage
  • 100 GB bandwidth/month
  • 5 buckets
  • Global CDN access
  • Advanced analytics
  • Custom domains
Popular

Pro

For growing servers

$29 /month
Get Started
  • 250 GB storage
  • 500 GB bandwidth/month
  • Unlimited buckets
  • Image optimization
  • Priority CDN routing
  • Real-time analytics
  • Unlimited custom domains

Logs

Centralized logging for your FiveM server

Free

Basic logging

$0 /month
Get Started
  • 100 MB log storage
  • 7 days retention
  • Basic search
  • 1 log stream

Hobby

Enhanced logging

$5 /month
Get Started
  • 1 GB log storage
  • 30 days retention
  • Advanced search & filters
  • 5 log streams
  • Log exports

Pro

Full logging suite

$19 /month
Get Started
  • 10 GB log storage
  • 90 days retention
  • Real-time log streaming
  • Unlimited log streams
  • Alert notifications
  • API access

Ready to build?

Join 500+ servers already using NoneM Scripts and Cloud services.