I usually let somebody do it for me but I don’t know… How do I do it? Like what exactly do I need to change for the Client and the Server? Also the errors itself just keep creating and I don’t know any solutions to stop it or fix it, so it would be nice if I can get some help.
When you get an error, it (usually) tells you what the error is and stuff.
Following the actual error message, you’ll see Stack Begin, this is where it’ll tell you where the script which is erroring is located at and what line the error is on
And Stack End just well, ends that
To debug them, just go to the script and find the line with the error and fix it