[Free] ns-teleport
— Stagecoach fast-travel menu for RedM
A clean, frontier-themed travel system for RedM servers. Walk up to a stagecoach NPC at any town, press G, pick a destination from a parchment-themed menu, fade across the map. Cross-framework via ns-lib (VORP, RSG-Core). ![]()
Screenshots:
Links
Download: ns-teleportmenu — Native Scripts
ns-lib (free dependency): ns-lib — Native Scripts
Discord (support): Native Scripts
More Native Scripts releases: https://nativescripts.com/
Features
Stagecoach NPCs — one ped + map blip at every configured hub
Six default destinations — Valentine, Saint Denis, Blackwater, Strawberry, Annesburg, Rhodes (fully editable)
Per-hub pricing — set any price per destination, cash or bank, free hubs are clearly marked
Dismount guard — mounted or seated players see a notice instead of teleporting half their horse
Frontier Outlaw theme — parchment background, wood-grain footer cards, Newsreader headlines, ink-bleed titles
Telegraph ticker — optional scrolling news strip above the destination grid
Cross-framework — auto-detects VORP, RSG-Core, via ns-lib
Configuration
Everything lives in config.lua. The Hubs table is the single source of truth — one entry per destination drives the NPC, the blip, the menu card, and the teleport arrival.
Config.Hubs = {
{
id = 'valentine',
label = 'Valentine',
region = 'The Heartlands',
category = 'town',
coord = vector4(-310.73, 779.99, 118.76, 7.97),
price = 50,
image = 'images/valentine.jpg',
blipLabel = 'Valentine Stagecoach',
},
...
}
Config.Cost = { enabled = true, source = 'cash' } -- or 'bank'
Config.Ticker = { 'ALERT: ...', 'BOUNTY ...', ... } -- empty list hides the bar
Category values drive the footer icon: `town`, `city`, `outpost`, `wilderness`, `ranch`, `mountain`, `camp`.
Install
- Install ns-lib first (free, required for cross-framework support)
- Drop ns-teleport/ into resources/
- Add
ensure ns-libandensure ns-teleportto server.cfg - Edit
config.lua— adjust the Hubs table and per-hub prices to suit your map - Restart

Other Native Scripts Releases
Free
ns-loadingscreen — RDR2-themed loading screen with
rotating backgrounds, music player, server rules and rotating tips.
Paid
ns-kits — Daily / VIP / weekly kit and reward system with dual
SKU (open source + escrow editions). Cross-framework.
| Code is accessible | Yes |
| Subscription-based | No |
| Lines (approximately) | 1310 |
| Requirements | ns-lib, VORP / RSG-Core |
| Support | Yes |


