Use game:GetObject() To Post?

Is it possible to use game:GetObject(“https://mylinkhere”) and send or post something to the website within a local script? I know you can use HTTPService, but I was curious if there was any other way.

I’m not sure if this is what you’re looking for, but you could use a remote event to send information from the client (your local script) to a server script, which can use HTTPService. If you want alts for HTTPService, I don’t know how to help you.
If you need further help, you can reply to me. Thank you.

I am well aware of using Remote Events, but I wanted to use game:GetObject to post instead of HTTPService. If it isn’t possible then I would completely understand as if left into availability for developers, you could really hurt someone’s game.

3 Likes