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
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?