prop_2nd_hostage_scene

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

Object

prop_2nd_hostage_scene

FiveM snippets

Spawn object (Lua)
local model = GetHashKey("prop_2nd_hostage_scene")
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)