5kylines
(caden)
May 10, 2021, 4:02pm
#1
How can i get info like for example i can get badge info with game:GetService(“BadgeService”)
And if i want to get for example how can i get current game icon (like in Ronopoly) and player count (if i can)
Jxs_Adi
(ChvaosX)
May 10, 2021, 4:08pm
#2
You have to use API for it, heres websites that can help you.
https://developer.roblox.com/en-us/articles/Using-Google-Analytics
Accessing the Roblox Web API
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.
Notes
This tutorial currently offers Python code examples. To contribute and add a programmin…
1 Like