如何在鼠标悬停时更改 UI 的颜色

How to change a UI's color when its being hovered over

我正在尝试制作一个 UI 悬停时颜色会变浅(roblox 的默认颜色较深)

MouseEnter 和 MouseLeave 已经过测试,不能按我想要的方式工作。 MouseEnter 保持变暗并使我的目标颜色比应有的颜色更暗。

这是否可行,如果可行,将如何使用?

MouseEnter 和 MouseLeave 将起作用,您只需禁用按钮的 AutoButtonColor 属性。 来自文档:

The AutoButtonColor determines whether the button automatically changes color when the user’s Mouse hovers over or clicks on it.

If true, the button will automatically change color when the mouse hovers over or clicks on it. If false, the button will not change.