Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Background Colour on GUI?

Asked by 5 years ago

This code isn't working. The first colour is changed correctly but it doesn't change afterwards. Any ideas?

!enter image description here

2 answers

Log in to vote
0
Answered by 5 years ago

Resolved with instead of Color3.new using Color3.fromRGB

Ad
Log in to vote
0
Answered by
Ankur_007 290 Moderation Voter
5 years ago

In the future, please use code-blocks instead of screenshots since it's hard to edit code when you have to type it all out again and syntax highlighting makes code more readable.

Input:

```lua print("Hello World!") ```

Output:

lua print("Hello World!")

Answer this question