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

11:37:56.952 - ServerScriptService.ButtonSystem:6: unexpected symbol near '?' what is wrong?

Asked by 5 years ago

local repStorage = game:GetService ("ReplicatedStorage") local remote = repStorage:FindFirstChild("ButtonClick")

remote.OnServerEvent:Connect(function(plr, x) x.Value = x.Value + 1 end)?

1
You put a question mark at the end. rochel89 42 — 5y
1
question marks are not Lua symbols DeceptiveCaster 3761 — 5y
1
it's that simple DeceptiveCaster 3761 — 5y
0
uh lol i didnt even notice that , OMG i was so dumb back then claimax10 0 — 2y

Answer this question