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

Value not updating when im changing it in the starter gui?

Asked by 4 years ago

when i change the value in the starter gui it doesnt change can anyone help me, thaks

while true do

    script.Parent.Text = script.Parent:WaitForChild("status").Value
    wait(0.1)
end

0
What are you changing the status value on? ACHRONlX 255 — 4y
0
in the explorere when i run the game xXnutcrakerXx -10 — 4y

1 answer

Log in to vote
0
Answered by
imKirda 4491 Moderation Voter Community Moderator
4 years ago

Are you doing it on the client or server? When you start the game at the top you should have button saying 'Current Client' i think so when you press it, it changes it to current server and now everything you do won't be local as if you would do it on current client.

0
ah thanks xXnutcrakerXx -10 — 4y
0
that fixed it thank you xXnutcrakerXx -10 — 4y
Ad

Answer this question