Help with checking amount of players in a different place in my game

:explode so then i need a server?

So I just go get an alt, go in then go to my main?

This post was flagged by the community and is temporarily hidden.

@conra_virusman I got in with my alt, it still says 0. :frowning: So I copy that in?

This post was flagged by the community and is temporarily hidden.

1 Like

Dude you are AWESOME!!! THANK YOU SO MUCH!!! IT WORKED!!!
YOU ARE THE BEST!!!
JOIN THIS I GIVE YOU SOME ROBUX Hemalurgic Studios - Roblox

This post was flagged by the community and is temporarily hidden.

@conra_virusman u s e r i s n e w t o g r o u p a n d i s n o t e l i g i b l e f o r p a y o u t s.
I will PM when I pay you

1 Like

hi look cool working script have fun

local HttpService = game:GetService("HttpService")
local Data = HttpService:GetAsync("https://games.roproxy.com/v1/games/8036081158/servers/Public", true)
local DecodedData = HttpService:JSONDecode(Data)
local IsPlaying = 0

for _,v in pairs(DecodedData) do
	for _,v2 in pairs(v) do
		IsPlaying = IsPlaying + v2["playing"]
	end
end

print(IsPlaying)

This post was flagged by the community and is temporarily hidden.

2 Likes