ACharacter::SetBase not working

Hello, I’m trying to make my pawn to not be based on another primitive when it is walking over it. I don’t want my pawn to follow the moving platform. SetBase(nullptr) works in singleplayer but for some reason I cannot get it to work when I join to server. Any ideas? Thanks.