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

How to find a players value from Rolimons? [closed]

Asked by
VAHMPIN 277 Moderation Voter
4 years ago

Yesterday i asked this question, i was given the code by gskw:

local GetValue = Link:match'id="player_value">([0-9,]+)<'
GetValue = GetValue:gsub(",", "") 

This didn't work

The script i have attempted to use:

local HTTP = game:GetService("HttpService") 
local Link = HTTP:GetAsync("https://www.rolimons.com/player/1689463945")
local GetValue = Link:match'id="player_value">(%d+)'

print(GetValue)

However it returns nil, i couldn't understand what gskw was aiming at, but i figured it wasn't loaded into the html right away so if anybody could help me with that?

You can see the HTML here

You can see the JavaScript gskw told me to look at here

0
That requires reversing the javascript/logging the http requests which is beyond lua scripting Amiaa16 3227 — 4y
0
Check for API, and also try posting this on the devforum (devforum.roblox.com) because that is more of a place for a question like this. SpiralRBX 224 — 4y

Closed as off-topic by Amiaa16

This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.

Why was this question closed?