How does the core script behind the move tool work? When you click and drag the move arrow, does that script change the CFrame or the position of the part explicitly? I would think that it is the CFrame but I am not very sure.
Obviously it does. When you move an object you are moving its position. Have you even checked the properties tab before and after you move?
1 Like
Both. Vector3 is just a position in the world space while CFrame is the position and orientation
@Ender_Dragoh @IGOTHISLOL Sorry, I think I wasn’t clear enough in my original post, I am asking about the actual inner workings of the move tool (The script behind the move tool). It is no doubt that both will change, but which one changes first that causes the other to change?
I’ll edit my original post to make it clearer.