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

HTTPService isn't posting? Please help.

Asked by 6 years ago
Edited 6 years ago

Hello

My page is working, how ever when I tell ROBLOX to visit it, it doesn't do anything, neither does it spit out errors. How do I fix this?

hs:PostAsync("https://link.tk/update/money/update.php","uname="..plr.Name.."bal=" ..script.Money.Value, 2)

1
You're not separating your parameters with '&'s. 2eggnog 981 — 6y
0
hs:PostAsync("https://link.tk/update/money/update.php","uname="..plr.Name.."&bal=" ..script.Money.Value, 2) Starhawke_r 11 — 6y

Answer this question