Scripting issue

Hmmm, i dont know… :stuck_out_tongue:

Thanks for tryin. I’ll see if cookie can help.

NP! (20charrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr)

@Noah Mind taking a look at the script?

I want the scripts that power the server in heroku.

I want to know if the webserver is working before we do any code inside of studio.

Where do I find that script?

Sorry I am not really a scripter

When you created the server, where did you put the code that ran the server?

Github runs the heroku system

Alright, what’s the code inside of your github repository looking like?

Looks like the one from ya tutorial. Works with ranking just not the script. I can use the app and rank center and they work.

Ah, I thought when you said, “I have a few scripts that worked on a glitch API system”, you meant you had converted your code from glitch to heroku.

But now I know your using the code from my tutorial.

Where are we at regarding the code situation right now?

So, I have tried some fixes from the script. I have the script getting errors as shown here. As well as the new code.

Here is the main code that I edited

Alright, so I am looking at my text editor.

I can see a few things that may be causing the issues.

  1. Post Async isn’t being used correctly.

  2. We shouldn’t even be using Post Async, we should be using GetASync

  3. Discord Webhooks are being blocked from from roblox by discord, solution here.

Try fixing your script now, if you continue to have issues, just notify me!

Using a proxy for webhooks.

I will try GetASync

@Noah


Still errors

“GetASync” there was a typo in my message, it should be “GetAsync”.


Nametag is because I changed some values. Just says it cant cast a bool

As ya can see I am no scripter

@cookie