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

can i use a script to get profile infomation? [closed]

Asked by 5 years ago

Is there anyway to get profile information such as place visits in to a script?

trying to use real world events to make events in game for example

if lumber tycoon has most active players an axe has double points

or if jailbreak has over 20k online double xp ect...

0
Put script you tried. yHasteeD 1819 — 5y
0
How are you meant to post a script you tried if you have no idea how to begin the task? fredfishy 833 — 5y
2
you might check here: https://developer.roblox.com/articles/Web-APIs if there's nothing useful here for your scenario, you'll have to make use of HttpService Gey4Jesus69 2705 — 5y
0
Okay , thank you guys! following gioni's comment iv come up with the following script ~~~~~~~~~~~~~~~~~ test = game:GetService("HttpService"):GetAsync("https://api.roblox.com/currency/balance") print(#test) ~~~~~~~~~~~~~~~~~ my output reads this >18:32:00.230 - https://api.roblox.com/currency/balance: Trust check failed 18:32:00.233 - Stack Begin 18:32:00.235 - Script 'test = game:GetService("H 95jake95 14 — 5y
0
you cant make http requests to roblox's domain. you have to use a proxy to do that Gey4Jesus69 2705 — 5y

Closed as Too Broad by User#5423

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?