Player count different places, string value gameid

I tried making a player count but its really confusing and its a gameid like example
image
a string value but I don’t know how to check if how many people there are in the places I own and there’s no tutorial or question with a string value!

1 Like

You can use a Proxy to make roblox API requests to get concurrent players in your games

1 Like

i dont know how to setup a proxy

Forgive me if I’m wrong, but you have to host code on a web server that interprets requests and then resends them to roblox API. Proxies exist for Roblox already (and you can find them on the Devforum) but their quality is iffy and they are extremely unreliable.
Edit: There are also already pre-coded proxies that you can deploy yourself.

idk where to find them or what to type since yeah I want it from the string value

What do you want from the string value?

it clones the frame with the id but i want the player count to get it from there but even tho what should I search on devforum? proxy roblox? playercount proxy? 90% are broken

If you want the Player count in the value, you can just change its value in a script and have the other frames reference it.

Roblox Proxy, Roblox API Proxy, stuff like that

My friend said u dont need proxy just send message request

That’s how you would get the player count of a specific server, using MessagingService. That wouldn’t really work well for overall player count though

i tried but its hard and idk how to actually use it proper way

Yeah plus MessagingService isn’t good for overall player count