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

I need help with this Two Team Sided Custom Leaderboards Script, anyone willing to help out?

Asked by 5 years ago

Console Error:

Players.Avinychus_RD.PlayerGui.playerList.LocalScript:108: 'end' expected (to close 'if' at line 3) near '<eof>'

Script:

players.PlayerAdded:connect(function() adjust(nil) end)

-- player removing event players.PlayerRemoving:connect(function(leaving) adjust(leaving.Name) end)

adjust() -------- Line 108

0
We would need to see the entire code. You are missing an `end`. You can try putting it after line 108 Shawnyg 4330 — 5y

Answer this question