Project Overview:
When I click a TextButton it is apposed to change the TextColor of the
textlabel on the thing, but it won’t work however, it works with BrickColor
But not with Color of a text.
script.Parent.BoothSettingsGui.Frame.TextColor.Color.Changed:Connect(function()
local BoothColorChange = script.Parent.BoothSettingsGui.Frame.TextColor.Color.Value
game.Workspace.BoothPart3.SurfaceGui.TextLabel.TextColor3 = BoothColorChange
end)
Hey, so if anyone has a fix that would be awesome, I would really like to get this finished and fixed, by the way I just got promoted, so this will be my first topic, feel free to tell me anything I did wrong!
can you send us a screenshot of the explorer tab? just so we can get a better view of the explorer and the code you gave us, also… make sure to give us an update in case you get any other errors or anything like that
TextColor is the name of the Frame, and Color is the name of the value!
Everytime you click a different textbutton for the color, the Value Changes to that color, it’s a BrickColorValue