Bestia — FiveM vehicle model preview
SportsVehicle

bestia

Bestia
Spawn NamebestiaDisplay NameBestiaHash0xD17F255FCategorySportsTypeVehicle
local hash = GetHashKey("bestia")
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)