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

"Unexpected symbol near '/' "?

Asked by 5 years ago

The error lies in the Line 1. I tried making corrections but cannot find the issue.

local Powers = game:GetService("Players").LocalPlayer.Powers:GetChildren()[/align]
[align=center]
for i,v in pairs(Powers) do
if v.Value ~= true then
v.Value = true
end
end
0
Please indent your code. User#21908 42 — 5y
0
What are you trying to do? Why is there HTML formatting in your Lua code segment? vanilla_wizard 336 — 5y
0
Remove the end of line 1, and line 2...? Shawnyg 4330 — 5y

1 answer

Log in to vote
-1
Answered by 5 years ago

It is because you are doing it wrong.

Ad

Answer this question