Scarab 2 — FiveM vehicle model preview
MilitaryVehicle

scarab2

Scarab 2
Spawn Namescarab2Display NameScarab 2Hash0x5BEB3CE0CategoryMilitaryTypeVehicle
local hash = GetHashKey("scarab2")
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)