How to make a subscribers per minute script?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve?
    I want to make a script that calculates how many subscribers a channel gains during one minute, that is actually fairly accurate.

  2. What is the issue? Include screenshots / videos if possible!
    I cannot find a single tutorial about this.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried looking on YouTube and the DevForum, nothing.


    It should work like the subs/min counters in the video above.

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

-- This is an example Lua code block

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

1 Like

Is this calculating subscribers from another site other than roblox? I dont recommend doing that. You could be banned from directing users offsite.

It’s youtube - It should be fine.

It’s getting youtube subscribers from a website (estimates) into my game as text, basically showing how many subscribers they have, so no it’s not technically directing them offsite i think

“How to make a subscribers per minute script?”

while task.wait(60) do
# give
end

edit: i noticed he meant something else

Use HttpService. I won’t be telling you how mostly because I’m don’t really use Http stuff in Roblox myself.

Also here’s a link to a relevant API:

I already have the counters set up