How to make HoverOver Item Descriptions?

Okay so I want to try make a system where if I hover over an item it displays a short description for it i.e. “this item doesn’t seem useful…”. I currently used a thing I found online to make it just display the models name.

How can I do this? Basically so I can assign objects a description and choose whether they appear when your mouse hovers over them.

havent done this before but i have a solution that should work

create a screengui
add a textbox or whatever to hold the text
create a modulescript or table you want to store item names and what the description would be
when you hover over the item index the modulescript or table with the name of the item and then display the saved description into the textbox

2 Likes

oh that might do the trick tbf. i’ll let you know thanks :smiley: