Event overlap

I have a system where The player goes next to an npc and presses enter to communicate with the NPC. The text will only activate when I am at the edge of the sphere collider. How should I make the text activate while inside of the sphere. Thanks for the help.

Hi

I would put a Sphere Trigger around you character, and run the Overlap on that.

Kinda like this

hemmm , i think the easiest way is just check the literal distance between your character and the npc… (no need for collider things) - cheaper though. - i think

Mir, would that drag the game if he is constantly checking distance?