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

How Can I Make A WebHook Be Sent To Discord Without Https Service Being Allowed?

Asked by 4 years ago

So I Want To Make A Script That Sends A Webhook To Discord Without The Https Services Being Enabled. Can Anyone Help Me?

0
Accept my answer if you feel it is correct Shawnyg 4330 — 4y

2 answers

Log in to vote
0
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
4 years ago

As the other answer said, you do need HttpService for outside requests. An additional note is that Discord has blocked all GET/POST/PUT calls from Roblox, so you'll have to pass it through another site.

0
so i should use the newproxy thing then? mahid786 41 — 4y
0
No idea what newproxy you are referring to, but what I'm referring to: send a GET/POST request to another website. If you don't own one, you could definitely find an online site that redirects your request for you. Shawnyg 4330 — 4y
0
ok thanks mahid786 41 — 4y
Ad
Log in to vote
0
Answered by 4 years ago

Sorry, as far as Roblox goes you need HttpService for outside requests. You won't be able to do it without it.

If you have any questions or issues please contact me. ;)

0
ok thanks mahid786 41 — 4y

Answer this question