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

Money giver based on seconds script not giving any money? (No error in console)

Asked by 7 years ago
Edited 7 years ago
while wait(5) do
      money1.Value = money1.Value + (5 * lemons.Value)
  end

So I have that script that does not do anything, lemons and money1 are defined earlier in the script, but when I test online, no money, no errors. Nothing. What's wrong? If you need more of the script, ask, I'll add it

Answer this question