Tryna make a gui and when u hover ur mouse over text it'll change the color, yet I dont really know how to do that. What do i gotta do
1 | script.Parent.MouseEnter:Connect( function () |
2 | script.Parent.TextColor 3 = Color 3. new( "25,255,25" ) |
3 | end ) |
1 | script.Parent.MouseEnter:Connect( function () |
2 | script.Parent.TextColor 3 = Color 3. new( 25 , 255 , 25 ) |
3 | end ) |
You got it all correct, just had to remove the ""s.
~Dan_PanMan, advanced scripter.