Deathbike 3 — FiveM vehicle model preview
MotorcycleVehicle

deathbike3

Deathbike 3
Spawn Namedeathbike3Display NameDeathbike 3Hash0xAE12C99CCategoryMotorcycleTypeVehicle
local hash = GetHashKey("deathbike3")
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)