sorry for coming here and probably asking pretty simple questions but i cant for the life of me figure out what i am doing wrong, and after day and about 500 google pages, i can figure this out, when i load a new level i can’t controller the player at all, and all i can find from google is you need to posses the player pawn etc… and cant really find any guides so i don’t even know if i’m doing it right.
But how it currently working is,
Login(through game instance), Your Brought to a “server select” screen where it displays some stats like player level and money, then you click play, some player info get sent to a Player State Blueprint like player level money, stats, and then from the player state i have it load 3rd person example map, everything loads, but cant control the player.
What I am aiming for is, player logs in , clicks play, it then spawns the character for that player.
and here some photos on how i’m trying to do it now
When Player Is Clicked
When AVSheet Sets Stats and other variables this is the last thing it does AVcontroller is just a integer variable
And This is inside the 3rd person character