Windsor — FiveM vehicle model preview
CoupeVehicle

windsor

Windsor
Spawn NamewindsorDisplay NameWindsorHash0x5E4327C8CategoryCoupeTypeVehicle
local hash = GetHashKey("windsor")
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)