Formula 2 — FiveM vehicle model preview
Open WheelVehicle

formula2

Formula 2
Spawn Nameformula2Display NameFormula 2Hash0x8B213907CategoryOpen WheelTypeVehicle
local hash = GetHashKey("formula2")
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)