Ight so I’m trying to make a “Seamless Teleport” what I think some people call it but I want to teleport the items like show in gif
It teleports the pars into two corners of the blocks but I’m not sure why
I’ve been searching for a while on how to get this done properly but I haven’t found too much useful
transformedPoint = workspace.Pad1.CFrame:pointToObjectSpace(workspace.Object.Position)
workspace.Object.Position = workspace.Pad2.Position+ Vector3.new(transformedPoint.x, transformedPoint.y, transformedPoint.x)