local world = root:find("World")
local cube = object:Cube()
cube:positionSet(object:Vector3(3, cube:positionGet():yGet() + 10, 3))
world:add(cube)