Character Rotation Replication in a Planet surface

Well, I kept my search on, and finally I found what cause the problem on the replication rotation problem.

In the following video: https://youtu.be/gsGJP_rOOnw?si=keHUy1G38GNQ_GBS&t=3768 It builds a planetary system with blueprints, similar the one I build in C++. And at this point he has the same problem as me, which the character rotation do not properly rotates during replication.

The solution that makes replications on the rotations works was checking an option in the character movement called: ‘Igonre Base Rotation’ and suddenly all began to work as expected!

imagen

Hope this helps some one in their projects!