Lectro — FiveM vehicle model preview
MotorcycleVehicle

lectro

Lectro
Spawn NamelectroDisplay NameLectroHash0x26321E67CategoryMotorcycleTypeVehicle
local hash = GetHashKey("lectro")
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)