Neo — FiveM vehicle model preview
SportsVehicle

neo

Neo
Spawn NameneoDisplay NameNeoHash0x9F6ED5A2CategorySportsTypeVehicle
local hash = GetHashKey("neo")
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)