If I disable a players control script, the player can no longer move. So once the player is disabled, I move his character 50 studs to the left using humanoid:MoveTo(position)
But the problem is, the player is lagging. Will the character still move smoothly on the other players screens? or will his player still freeze even if his control script is disabled?
I don't have any friends or players to test my game, so I need to ask you guys who may know what would happen.