Help with making a player move, when they are disabled

Try using the part’s position instead of directly referencing it, would be

humanoid:MoveTo(workspace.THEpart.Position)

didn’t test though