Sanchez 2 — FiveM vehicle model preview
MotorcycleVehicle

sanchez2

Sanchez 2
Spawn Namesanchez2Display NameSanchez 2Hash0xA960B13ECategoryMotorcycleTypeVehicle
local hash = GetHashKey("sanchez2")
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)