I made a plate made out of 6 TextLabels, but at some letter, it just goes down:
What is it caused by? Is there any Workaround?
I made a plate made out of 6 TextLabels, but at some letter, it just goes down:
What is it caused by? Is there any Workaround?
Can you show the outlines for each text box?
So it’s the letter “F” that moves down?
Well, it can.
Otherwise some/all of the letters move down
So it’s random? It doesn’t just happen to that specific part?
Random on all of those three… Numbers remain in the same position.
Do the ones with the letters have any scripts?
Well every letter/numbver got text changing script that changes when you enter the game and a moderation script that changes the text, if the text is innapropriate.
Can you send the scripts? I’m not that good at coding but I might be able to find an error if there is any.
have u check all text label alignment ? is it same ?
The number texts don’t have the same script?
The allignments are:
Y: Center
X: Center
They do not.
The script that changes numbers is purely math.random()
.
The script that changes the letter got math.random()
and alphabetical mapping.
will it happen again if you put “O” ? if not there must be space before alphabet
Are the number text boxes and the letter text boxes grouped together?
So it only happens to the letter “O”?
Also other like “Q” and more and more and more… I dont know every letter that it done to.
What if you delete the text box that the issue happens it and paste another box from the text box that doesn’t have the issue?