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
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.