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

Understanding Http Service?

Asked by
Vezious 310 Moderation Voter
8 years ago

So. After You Get a Response from GetAsync, What do you do with the info? If it Returns A Table and a number. How could you use it? For example:

table = { ["Ex1"] = false }

Used = 666

How can you use something like that data to make a, lets say a text box. And When The Text is changed. It Looks on the table to check if the word is in the table. Then if it is, and the used isn't 0. Then It gives it something? Then, make the make the Used 665.

Answer this question