Note pick up system

Godot Version

`Gadot 4.4

im trying to create a note pick up system in my horror 3d game, i got the raycast to work but when it comes to the notes i pick up, no matter what i do i cant get it to work, im trying to interact withe the note and then have a ui image pop up so the note can be read, but anything i do doesnt work at all, been at this for weeks at this point and i cant find anyone online thats made a note pick up system and cant find any youtube vids on it, any help is appreciated, thanks

Can you explain more about your system? You mention raycasts, but what are the notes made of; does your raycast target Areas, Bodies or Both? Is there a change a physics body is in the way of the note?

my system in just a normal movement system for my player, my raycast picks up all the names of my bodies , so i then added a letter e on the interactable ones, the ones that are interactable are rigidbody, i also used static body and i have a collision shape and all that, it all works but as soon as i try to impliment the note poping up on screen, that doesnt work at all, ive tried using a canvas layer and a ui, i added the scripts to them but for the past few months ive been stuck on this

Ok, how do you implement the note pop up? Do you get an error? can you paste some of your script with exactly what you want to happen versus what really happens?