local Subitem = vci.assets.GetTransform("Subitem") function onUse(use) print(Subitem.GetPosition()) Subitem.SetPosition(Vector3.zero) end