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

My game script has an error? (THE MAD BLOXXER)

Asked by
Relatch 550 Moderation Voter
9 years ago

I have no errors, but when the game is starting, the gui has no text.

local gameresult = "PlayersWin"
if bloxxeractive then
    if #contestants >= 2 then
        event:FireAllClients("Result", "PlayersWin")
    else
        gameresult = "BloxxerWin"
        event:FireAllClients("Result", "BloxxerWin")
    end
else
    event:FireAllClients("Result", "BloxxerWin")
end
0
Could you post only the portion of this code which is relevant to your problem? 1waffle1 2908 — 9y
0
Sure thing. Relatch 550 — 9y
0
Okay, fixed. Relatch 550 — 9y
0
Could you PM me the whole script? I'll try to fix it as best as I can. fahmisack123 385 — 9y
View all comments (3 more)
0
I can uncopylock the game. Relatch 550 — 9y
1
event:FireAllClients is what must be going wrong in the code you've left up, so the problem is in the definition of that function. 1waffle1 2908 — 9y
0
What do I replace it with? Relatch 550 — 9y

Answer this question