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

my gui isnt changing the details are in the description because my title would be too long?

Asked by 6 years ago
Edited 6 years ago

here is my script local scriptvalue = script.Parent script.Parent.Parent.Text = scriptvalue.Value scriptvalue.Changed:Connect(function() wait(0.5) script.Parent.Parent.Text = scriptvalue.Value end) so basically the scripts parent is the number value that changes the value of the text button the parent of the numbervalue is the text button if u need more explaining pls ask

0
could we see the script? tacobell158 10 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

It might be that you are changing the value of starterGui like game.StarterGui it should be game.Players.Player.PlayerGui but the script that is changing the value of the button is in the button right then you would just do script.Parent.Text = "blablabla"

0
but the problem is when i set it to change the text mid game the screen doesnt change just the text in the property xxbrobroxx02 13 — 6y
Ad

Answer this question