I just started trying this and I don't know why it won't work.
local player = game.Players.LocalPlayer local userid = player.UserId local link = "http://www.roblox.com/User.aspx?ID=1" local Service = game:GetService("HttpService") local html = Service:GetAsync(link, false) local string = [[<span id="ctl00_cphRoblox_rbxUserStatisticsPane_lPlaceVisitsStatistics" class="notranslate">%d+</span>]] local thingy = html:match(string) Visits = (thingy:match("%d+")) print(Visits)
You can't use HttpService on Roblox.com. You need to use a proxy for that. I was working on this problem for several hours tonight, still without finding a great proxy to use