hi,
So I have the third person example and I wanted to debug print a text to the screen when the game starts (beginplay) - I figured I could use the Is Locally Controller or Is Local XXX and then branch… and if so print.
However I get prints for all connected players and not just mine. why is this? and how can I avoid this - my usage would be checking for the ‘players’ player and wanting to attach something or perform an action on it.