How would i get a players total place visits

Problem

How would I be able to connect a player’s total place visits to a player’s leader stats I’m aware I need an API (I already have one) but I also need a proxy where would I get one for free or is there a way to do it without a proxy?

Please provide the help I really need it for the game I’m making with my team
https://www.roblox.com/groups/6647685/Abstrxt-Studios#!/about

Contact Info

Discord - Onyiistar#0134

1 Like

https://api.roblox.com/docs
3-cjars

1 Like

i need a proxy not an API thanks though

That is an api, he means a free proxy.

1 Like

You can’t do this without a proxy unfortunately. rprxy.xyz is a good proxy though and it is free

If i understand correctly, there is a script that can count a player’s place visits. Create a leaderstats called visits, and make a script that adds a point every time a player enters.

Keep in mind that rprxy.xyz, as of now, is not being maintained by the original author, since the last update was back in November 2017 according to the official GitHub repository.

Plus, rprxy has a limited API that you can consume - search music & get username from identity.

I’d recommend making your own proxy server instead.

1 Like

I found a topic that talks about this, it’s an tutorial.

how would i be able to do this?

To get total place visits, don’t dupe threads.

If you need to know how to display this through leaderstats, then do create a thread for that specific purpose.

Proxy: http://rprxy.xyz/, might not be maintained anymore but works for the purpose.

I think I found a solution!

You might have to move to node.js for this but its basically a replica of the roblox api but, just made by someone else.

Its called noblox.js!

(im not sure if this can fix ur problem, but it might help you)