Well, I have a script that is meant to keep the one part’s position the same as the other. However, It slightly clips into the other. I cant figure out a fix, nor find one.
and im sure you can tell what it’s meant to look like (the decal not clipped)
here’s the script
while task.wait() do
script.Parent.Orientation = Vector3.new(0, script.Parent.Orientation.Y, 0)
script.Parent.Position = script.Parent.Parent.Handle.Position
end
So what’s the problem? You even said they are currently the same position, which is what you said you wanted to achieve in the first place.
Edit: I think I know what you mean now. Just make one part ever so slightly larger than the other. That should stop the weird clipping you’re experiencing.