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

How do I get a HTML class using HttpService?

Asked by 4 years ago

I want to get an HTML Class off of a website. How do I do this? Thanks!

0
When you GetAsync() of a website. you get it's HTML data in a string. What are you trying to do exactly? royaltoe 5144 — 4y
0
ROBLOX allows you to decode json into tables if that's what you want to do. royaltoe 5144 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

You will get the full source of a website back, this means ALL of the HTML. If you want a specific part you will have to manually search through the entire HTML for all of your class attributes.

Ad

Answer this question