I've been trying to figure out the best way to create a tooltip system when a player is overlapping over an item.
What I've been doing is this:
Every Tick - Set tooltip position to -999, -999
if Player is Overlapping object, set tooltip position to ObjectXY.
In theory, this does work, but I wonder if there's an easier way to do it where I don't have to set it every tick.
Any help is greatly appreciated!