
Rotate the 3D model, or view the in-game capture
prop_ld_farm_chair01
ObjectFiveM snippet
Spawn object (Lua)
local model = GetHashKey("prop_ld_farm_chair01")
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)1 placement|z1
Coordinates
2433.18, 4965.54, 46.30Grapeseed