ba_rig_dj_01_lights_04_b_scr

Rotate the 3D model, or view the in-game capture

Object

ba_rig_dj_01_lights_04_b_scr

FiveM snippets

Spawn object (Lua)
local model = GetHashKey("ba_rig_dj_01_lights_04_b_scr")
RequestModel(model)
while not HasModelLoaded(model) do Wait(0) end
local coords = GetEntityCoords(PlayerPedId())
local obj = CreateObject(model, coords.x, coords.y, coords.z, true, true, false)