Manchez 3 — FiveM vehicle model preview
MotorcycleVehicle

manchez3

Manchez 3
Spawn Namemanchez3Display NameManchez 3Hash0x5285D628CategoryMotorcycleTypeVehicle
local hash = GetHashKey("manchez3")
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)