Titan — FiveM vehicle model preview
AircraftVehicle

titan

Titan
Spawn NametitanDisplay NameTitanHash0x761E2AD3CategoryAircraftTypeVehicle
local hash = GetHashKey("titan")
RequestModel(hash)
while not HasModelLoaded(hash) do Wait(0) end
local vehicle = CreateVehicle(hash, coords.x, coords.y, coords.z, heading, true, false)
SetModelAsNoLongerNeeded(hash)