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)