Reaper Drone System — Tactical FPV Drone Framework
A full military-grade FPV drone simulation for Roblox, built on the Reaper Drone framework — deploy, pilot, and strike with a fleet of configurable combat and recon drones.
Key Features
Equip a drone tool and a translucent placement preview follows your cursor in real time. Left-click to deploy the physical drone case into the world with correct ground orientation — clean, intuitive placement flow with mobile/touch support built in.
Enter a drone and take direct control from an authentic FPV cockpit camera. Momentum-based flight model (acceleration/deceleration per axis, configurable max speed and turn rate) gives drones real inertia instead of instant, arcade-y movement — WASD for lateral thrust, Q/E for altitude, mouse-look for yaw/pitch rotation.
The framework ships with several distinct drone types, each with its own model, weight, and flight config:
- Recon Quadcopter — standard scouting drone
- Bomb-Carrying Drone — drops ordnance on command ("Send Bomb")
- Kamikaze/Lancet Drone — one-way attack drone with locked forward-only thrust for loitering-munition-style strikes
- RPG-armed Drone — fires an RPG-26 payload mid-flight
Context-aware UI that adapts to the equipped drone (weapon prompts, altitude/speed telemetry, battery readout) plus toggleable Night Vision and Thermal Vision camera modes for low-visibility recon.
Each drone is defined by a simple DroneConfig (rotor speed, max speed, acceleration, rotation speed) and a shared DroneFunctions setup/enter pipeline that auto-welds parts, rigs rotors, and installs physics components — meaning new drones can be added by dropping in a model and a config table, no core code changes needed.
Dedicated RemoteEvents for every action (EnterDrone, Fly, PlaceDrone, Enable/Disable, Case) make the system straightforward to hook into your own inventory, squad, or game-mode logic.
