I want to make my Discord bot able to ban people in a game directly from the bot using some web api that I don’t know of.
If you know anything on it please reply!
ONXXF
(xor)
January 13, 2023, 3:08pm
#2
There are multiple free examples, like the one here
It really depends on what you want to happen. You can use things such as the OpenCloud API’s to do things (at the moment there is the messaging service, datastore and place publishing that is public to everyone to use). You also have outside of the OpenCloud things like the Roblox internal API’s (like the ones people use to rank people in groups).
Below I will leave some resources that I have made in regards to using the OpenCloud and internal API’s. I recommend taking a read of them because I don’t just say about how to use them but also things such as use cases with the API’s and as such.
How to use the Roblox web API endpoints?
Greetings everyone!
In this tutorial I will be explaining how you can use the Roblox web API endpoints. I decided to create this post because I know from personal experience I found it hard to learn how to use the API endpoints due to there being no real tutorial on how to use them and also no real YouTube videos; the only videos on YouTube is how to use things like Noblox.js which is good but not if you want to learn how to use the API directly so I wa…
Datastore API
Greetings everyone!
Today I will be creating a tutorial on how you can use the Open Cloud Data Store API’s. With the amount of people who found my Messaging Service API one useful I thought I might as well create a tutorial on the Datastore Open Cloud API in-case if anyone needs any help with this. The documentation is not the best again with only examples in Curl so I will be writing this tutorial which is in JavaScript (node.js) and will go step by step.
Quick Note: This tuto…
Messaging Service API
Greetings everyone!
Today I will be creating a tutorial on how you can use the kinda recent Open Cloud Messaging Service API. This API in the Open Cloud is based off the MessagingService on Roblox but allow us to public messages from outside of Roblox in our own application. I have seen some people not sure how to use this (and I cannot blame them as the docs are not the best to be honest).
Quick Note: This tutorial is for how to use the Roblox API through the use of th…
Place Publishing API
Greetings everyone!
Today I will be creating a tutorial on how you can use the Open Cloud Place Publishing API. This API in the Open Cloud is based off the “Save” and “Publish” button in Roblox studio but allow us to save or publish an experience file from outside of Roblox in our own applications. This API has been out a while now but I have decided to make it so that there is a tutorial on how to use this API in node.js due to the tutorial Roblox has made there are examp…
system
(system)
Closed
January 27, 2023, 4:52pm
#7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.