T2 0 — FiveM vehicle model preview
SuperVehicle

t20

T2 0
Spawn Namet20Display NameT2 0Hash0x6322B39ACategorySuperTypeVehicle
local hash = GetHashKey("t20")
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)