subitem = vci.assets.GetSubItem('SubItem') function updateAll() -- All users execute this regardless of ownership if subitem.IsMine then -- true when you are the owner of the subitem. subitem.SetPosition = Vector3.__new(1, 2, 3) end end