Hello, I am trying to make a game where players can find items and click on them to equip them. Any ideas? Also, It would be cool if when you hovered your mouse over the item, it creates a GUI that shows the item's name.
as iamnoamesa said, you can use mouse.Target and mouse.Hit
You can also use clickdetectors.
As for the name hovering, that is completely possible too!
In a part, you can make a script that creates a billboard GUI over the part that says it's name if Mouse.Target == the part.
Because you gave no code, we cannot either. Good Luck!