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

How to make a realtime like counter?

Asked by 3 years ago

I want to make a realtime like counter (sort of like in Rdite's games) but I don't know how. Can someone help?+

1 answer

Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

You can use the Roblox API to get data on the game with an HTTP request. I don't have any example code of that, but I know that this is what API request you need

You can also see it on the docs

In short, what you will have to do is use HttpService to make a web request to get the likes and dislikes in game. There are tutorials on other http requests that can teach you how to do this, just search up "Roblox how to use roblox api with httpservice" or something like that.

Ad

Answer this question