#Weird gui color issue
1 messages · Page 1 of 1 (latest)
this one is the script for the frame, ill get the others in a sec @dense sparrow
the same script is copied into the textbutton, but there is still an additional script within it
** You are now Level 2! **
same thing with the TextLabel, just different additional script
bro what
Click on the warning and send the script it moves you too
I think he’s cloning the ui stroke element and cornor element
the warnings shown looks like he's trying to change the color of an object (ui) using a string
It’s not red though so it’s a warning right
i kind of just used the color picker for changing the color so im confused
Make sure when you change color3 value it goes like this:
Color3 = color3.new(255,255,255)
*local
Script.Parent.Textcolour I think
Script.Parent.Textcolor = color3
Boom
You can do a color sequence if u want a gradient but you would have to look at doccumentatikn bc i dont remeber how to do that
Nah you can just use color3 variable you made before
Also don’t add local first
Capital S always for script
It would just be Script.Parent.TextColor = Color3.New(255,0,0)
omgg ty this was bugging me for a while
Np bro you can search up Roblox studio doccumentatikn and it’ll tell you every property of something and how to edit it