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
script.Parent.MouseEnter:Connect(function() script.Parent.TextColor3 = Color3.new("25,255,25") end)
script.Parent.MouseEnter:Connect(function() script.Parent.TextColor3 = Color3.new(25,255,25) end)
You got it all correct, just had to remove the ""s.
~Dan_PanMan, advanced scripter.