Ok, I have it open, what should I do now?
If your issue is sorted out, then you should mark the post that resolved it as the solution and start a new thread if you have a different matter to attend to, since this is getting off-topic.
Just a self-insert here that I think my post is pretty worthy of that check mark.
Not the whole issue is resolved.
What issues are currently remaining? Letâs get back on track here and help you tackle all the issues you still have remaining.
The above plugin, Beautify, is slightly off-topic. You should continue that conversation in a DM. (cc @Ugh_Lily)
The second issue is remain. Look at the bottom, or look through this convo.
I addressed the circumstance of that code in my initial response to this thread.
It should look something like this:
if not character or (character and character:FindFirstChild("Humanoid") and character.Humanoid.Health == 0) then
table.remove(plrs, x) -- Not sure where either of these variables are derived from, since that's not included
-- Your other code
end
not
negates an operand. == checks if a value is equal to something. If you read it literally, itâs like = (is) = (equal to).
Now it says," expected eof, got else.
Would you be able to provide the snippet of code youâre working with where this issue is occurring? Truncate the parts that are irrelevant. The code I provided doesnât have any errors, so they must be stemming from another piece of code.
This is probably something you can diagnose yourself though by checking where youâre putting your scope statements and heeding warnings in the console.
The code keeps saying as I said. Idk what to do.
Can I just add someone to my team create?
The console/script analysis windows will give you a line number to where the error is located. Double-clicking the error will also take you to it.
You are probably missing an âendâ somewhere.
Someone also helped solve in dms, so I marked as complete to the person who helped with the first part.