You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I want the client (updating a part’s position) to update the server
What is the issue? Include screenshots / videos if possible!
I don’t know how to do it.
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I’ve tried align position and body position but they do not update a parts position instantly.
Honestly you should just give the player network ownership of the part rather than having the client fire a remote every frame to update where the part is, it’s just not ideal and that’s why network ownership iis a thing so the client can handle the physics so less load on the server
Yeah all you need to do is set the network owner of the part whether that be initally on the server or have the client tells the server they want to have network ownership of a part they click on or however your system works, and then on the client you can handle the moving around stuff, and it’ll replicate because the player has network ownership of the part