of     1   

MasterKnowsAllPkmns
#228390642Sunday, December 03, 2017 6:38 PM GMT

Hello, I made an script and : if players[i]Settings.AFK.Value -= true then ________________ - ServerScriptService.Gamescript:105: 'then' expected near 'Settings' Please help!
MasterKnowsAllPkmns
#228390864Sunday, December 03, 2017 6:42 PM GMT

bumping
Noble_Dawn
#228391038Sunday, December 03, 2017 6:46 PM GMT

I have 2. What's the definition of [i] and I see a '-=' at the end. Are you trying to make a doesn't equal? If so, use ~= to replace -=
MasterKnowsAllPkmns
#228391372Sunday, December 03, 2017 6:52 PM GMT

@Noble Same thing if i add ~ Little more of the script : wait(1) message.Value = "Go!" for i = 1,#players do if players[i] ~= nil then if players[i]Settings.AFK.Value ~= true then if players[i]Character ~= nil then players[i].Setting.Playing.Value = true end end end end
MasterKnowsAllPkmns
#228392216Sunday, December 03, 2017 7:10 PM GMT

bumping
TobiasKairos
#228394319Sunday, December 03, 2017 7:48 PM GMT

At line 7, you have Setting instead of Settings. Could that be part of it?
MasterKnowsAllPkmns
#228424602Monday, December 04, 2017 1:20 PM GMT

Thanks! It worked! :D
MasterKnowsAllPkmns
#228424674Monday, December 04, 2017 1:24 PM GMT

I was wrong, it didn't help, #########################
MasterKnowsAllPkmns
#228426497Monday, December 04, 2017 3:11 PM GMT

Looking for help pls
WillieTehWierdo200
#228426866Monday, December 04, 2017 3:28 PM GMT

Any errors? What happens vs. what do you expect to happen?
MasterKnowsAllPkmns
#228426963Monday, December 04, 2017 3:33 PM GMT

Happens? Nothing, really NOTHING. (this isnt a full code) What do I expect from this code? I know, I know, I don't know anything about scripting, I was doing a script from making a minigame series, idk what it does, and nobody will help me sooo... And with this error messages and ANY of actions doesn't work.
MasterKnowsAllPkmns
#228427141Monday, December 04, 2017 3:42 PM GMT

bumping tho
WillieTehWierdo200
#228427146Monday, December 04, 2017 3:42 PM GMT

Sorry but if you don't even know what your code is supposed to do, how do you expect us to help?
MasterKnowsAllPkmns
#228427164Monday, December 04, 2017 3:43 PM GMT

Okay, nevermind, how do I close this?

    of     1