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

error ,"ServerScriptService.MainScript:125: attempt to call a string value" anyway i can fix?

Asked by 3 years ago

here is line 125 and before and after it

        elseif #plrs ==0 then
                Status.Value = "Nobody won!"
                break
        elseif i == 0 then
                    Status.Value "Time is up!"
                    break

1 answer

Log in to vote
0
Answered by
sydre 229 Moderation Voter
3 years ago

There's a missing equal sign at line 5, should be Status.Value = "Time is up!"

0
thank you! Anxinito 6 — 3y
Ad

Answer this question