print(“Hello developers!”)
Currently, Roblox ClickDetectors are mostly seen as obsolete in favour of the newer addition to Roblox - ProximityPropmts. That’s no surprise - ProximityPrompts offer more customisation and more flexibility in scripts.
Imagine a ClickDetector reinvented.
My idea of a click detector is that it should have a built in choice to highlight the object that it is parented to and this is what inspired me to create this script. Not only does it add a highlight to the object your mouse is hovering over it also lets you add an ActionText! Simply add a custom property of string to the ClickDetector called ActionText and input the text you wish to be displayed.
If you’d like to play around with this or you want to include it in your game, here’s the script: ClickDetector Hover Effect - Roblox
Place the script under StarterPlayerScripts - it is a LocalScript
Have fun!