How do they do this?

How can i make it so when i RIGHT click the skill will pop up with the glow? is that a trigger? here are some examples i wanted to know how to, or what it is they use to make it do it.

Thanks and have a great day :slight_smile:

make a function that instantiates the particles or what ever you want it to spawn etc, and then if it’s GUI text/graphic you will need to use the events and create an event on right mouse click and make it so it only works if the mouse position is inside that gui text/graphic. if you want to right click some 3d object like 3d text, model or something, then you would add collider to them and again use events

I thinking a plane? with a animation, and a trigger, so when i right click maybe something will show up??