#how to make that when I move my mouse to textButton it turns black?
1 messages · Page 1 of 1 (latest)
You should be able to just use Button.MouseHoverEnter and MouseButtonLeave
MouseButton1Click
By using the 3 events I just mentioned, connecting it to buttons and changing colours accordingly
okay thanks
I CANT MAKE ITT
You do know the basics of scripting, right?
basics yes.
Does that include using events, functions and properties?
functions liike bitt
others yes
Then this should be easy, just set up 3 functions, add the listeners, change the property of the buttons, done
Include a for loop for ease and it should be done within ~20 lines of code (incl white lines)
Make sure to set button.AutoButtonColor to false so when you change its color roblox doesn't mess with it