Advertisement
Meliodas0_0

Change button color

Jan 27th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. guiButton.MouseEnter:connect(function()
  2. guiButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  3. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement