Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

ClickDetector. MouseHoverEnter help?

Asked by
FiredDusk 1466 Moderation Voter
8 years ago

I have a part and I have a ClickDetector and this script in the part. I hate when I hover over the part it shows that ClickDetector's Mouse have a different image. How do I make it stay the same as normal?

Part = script.Parent
Part.ClickDetector.MouseHoverEnter:connect(function(Player)
    print(Player.Name)

end)
1
As far as I know, you aren't able to change it, it's just built in. shayner32 478 — 8y

Answer this question