Tutorial
The Roblox API is extremely powerful - it can be used to create anything from group ranking bots to game statistics websites.
As a developer, there are two main ways you’ll want to access the Roblox API: sending the requests yourself or using one of the multiple wrappers for your favorite programming language. In this tutorial, I’ll go over both of these methods.
To navigate this tutorial, use the navigation bar below to move forward and back through the pages. Have fun.
Accessing parts of the Roblox API will require you to have authentication. You will need a valid
.ROBLOSECURITY
cookie to authenticate. To learn how to access your cookie, visit here.This article is a part of the Accessing the Roblox API series.
Tutorial | List of Roblox API wrapper libraries >