i'm learning httpservice and I need help using postasync my code:
game.HttpService:PostAsync("google.com","search roblox")
Uh, that's not entirely correct. Check out this: http://wiki.roblox.com/index.php?title=API:Class/HttpService/PostAsync
Here's an example:
hs = game:GetService("HttpService") key = "sh123" hs:PostAsync("http://yourwebsite.com/test.php?key="..key,true)