dev_Typ
(Typ)
1
Hello, for some reason the TextBox’s text isn’t changing but the server is outputting the text.
-- example script
local text = text:Clone()
text.Text = "text"
text.Parent = thing
print(text.Text)
it is outputting the correct text, but the TextBox text isn’t showing that text for some reason… it just shows ‘TextBox’
maybe that text label text transparency is 1?
dev_Typ
(Typ)
4
Nope the text shows, just not the correct text.
dev_Typ
(Typ)
5
However, the game prints out the text but it isn’t shown as it
Please show us the full script, this just isn’t enough. What is thing
?
what text you saw when playing