My attempt:
local link = "http://rbx.rocks/user/"..game.Players.LocalPlayer.Name local http = game:GetService("HttpService") local html = http:GetAsync(link, false) local string = [[<span style="color:#70DC58;padding-bottom:3px;font-size:22px;">%d+</span>]] local snippet = html:match(string) RAP = (snippet:match("%d+")) print(RAP)
Error: HTTP 503 (HTTP/1.1 503 Service Temporarily Unavailable)