How to make text face the player controller when visible?

Hello All,

So Here is my current blue print. I want the text to become visible when the player hits a trigger box, but from that point on I want it to face the player. I originally tried it with an “Event tick” node but that was causing all kinds of problems. Please help.

Use Event Tick for set rotation, and overlap event for visibility. Also you dont need to get the camera manager. Just Get Player Pawn and use it’s location.

Thank you! “Get player manager” Was what was messing up the “Event tick”