# for i, v in pairs(script.Parent:GetChildren()) do if v.Name == "ISA1" then v.Touched:Connect(function(hit) if hit.Name == "REQ" then v.Position = Vector3.new(102.352, 297.399, -285.365) end end) end end