of     1   

Amnesilox
#182498415Wednesday, January 27, 2016 12:37 PM GMT

So I am trying to create a script that when you hover your mouse over a model you will have a text label that tells you what it is called, how ever I don't want it to display the models name but a name I can put into the script or change the text. I don't need a full script but just an example of how I would do this. Amnesilox | -1 ROBUX | -2 Tix | Game Developer
eLunate
#182498572Wednesday, January 27, 2016 12:45 PM GMT

Get the Mouse, and check if Mouse.Target is in a model with a StringValue called Name. If there is, make a TextLabel with the Text set to the Value and move it to Mouse X Y

    of     1