I have a script, it repeats, but i am not getting ANY output, and nothing is happening! Why not? Here is my script
repeat wait(0.5) print("waited") script.Parent.Value = script.Parent.Parent.Parent.Character.Player.Humanoid.Health until 9 + 10 == 21
-EDIT- P.S this script is inside of a value, which is inside of the player
Please help! Thank you
**Note: **You don't need to do repeat wait until 9 + 10 == 21 to make something run forever, rather do:
while wait(0.5) do end
Is your script inside of a NumberValue, if so, try putting it somewhere else, or switch it so the script is the parent of the numbervalue.
Since this question is quite vague, I hope I did my best to answer it, but what is the three "Parent.Parent.Parent", it would be nice if you could show us some hichery.