-
Posts
51 -
Joined
-
Last visited
Community Answers
-
Ghost's post in Problems with text was marked as the answer
Hmm. Fixed it. It turned out the problem was in the line Script.textColor = Vec4(255,255,255,255)
Changed to Script.textColor = Vec4(1,1,1,1)