Hello, fella devs,
I have a really big problem. I made a textlabel that will count a game round for my piggy style game, but it didn’t show up on screen… The ScreenGui is enabled, the TextLabel is visible but it didn’t show up.
Hello, fella devs,
I have a really big problem. I made a textlabel that will count a game round for my piggy style game, but it didn’t show up on screen… The ScreenGui is enabled, the TextLabel is visible but it didn’t show up.
Did you perhaps turn it off in a script?
no, the textlabel always active(visible)
That’s weird… Is it maybe that the Text gets changed to a nil (blank) value?
It’s not the problem, the problem is I tried to add some text in it to see if the text appear… But it didn’t show up on my screen
Make sure to set your AnchorPoints to 0.5, 0.5 .
For Testing, after you’ve set the anchorpoint I recommend you to set the textlabel position to {0.5,0,0.5,0} so it’s in the middle of your screen.
Test this out first, make sure NO OTHER SCRIPT is removing the text.
Is the ScreenGui Enabled? Check that lol
it is
It seems like the TextTransparency is set to 1, could you provide an image of your Properties of the textlabel?
oh well,
Try what I said above.
Make sure to set your AnchorPoints to 0.5, 0.5 .
For Testing, after you’ve set the anchorpoint I recommend you to set the textlabel position to {0.5,0,0.5,0} so it’s in the middle of your screen.
Test this out first, make sure NO OTHER SCRIPT is removing the text.
Can you show us every Properties (on a screenshot) for the TextLabel?
Set this to 0.
“1” makes it Invisible.
Like i said the TextTransparency is set to 1. Change it to 0 and it should show up
Bruh, I really didn’t think about it… ;-; Thx for helping BTW has a nice day