#Weird gui color issue

1 messages · Page 1 of 1 (latest)

earnest path
#

heyy!! i recently came across some errors when making my gui visible on roblox studio related to its colors, and wanted to know how to fix the issue! any help is appreciated

dense sparrow
#

Show script

#

We can’t debug nothing

earnest path
#

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

torn cloudBOT
#

studio** You are now Level 2! **studio

earnest path
#

same thing with the TextLabel, just different additional script

earnest path
#

hellooo

#

???

dense sparrow
#

Mb I was fucking my gf

#

Hol up

worldly trellis
worldly trellis
dense sparrow
#

I think he’s cloning the ui stroke element and cornor element

worldly trellis
#

the warnings shown looks like he's trying to change the color of an object (ui) using a string

dense sparrow
#

It’s not red though so it’s a warning right

earnest path
dense sparrow
#

Make sure when you change color3 value it goes like this:

#

Color3 = color3.new(255,255,255)

worldly trellis
dense sparrow
#

I meant after whatever you need

#

So like text.Color3 or something

earnest path
#

typed it in and it gave me this error

#

(in the textbutton)

dense sparrow
#

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

earnest path
#

so like this?

#

bc this gives be a syntax error lol

dense sparrow
#

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)

earnest path
#

omgg ty this was bugging me for a while

dense sparrow
#

Np bro you can search up Roblox studio doccumentatikn and it’ll tell you every property of something and how to edit it