Hello,
I was wondering if it’s possible to change a website’s text by using a script. If it is, please tell me how or just send me the code (I’m new to scripting).
Thank you!
Yes this is possible since you’re just passing data. Your website can take this data and use it in any way you want it to be used. I recommend doing some research on how to achieve creating an endpoint that can handle requests and has class functions. example of what your script would be doing and how your website should handle it: jsonencode(table) httpservice post to desired site, site takes in this information and jsondecodes to get the raw information, recommended to have some form of key passed along that makes it so only you can interact or whoever has the random string, website reads core “argument” sees it’s stated “ChangeWebsiteText” then reads second argument to see what it should be changed to. What you’re asking for is very broad and requires a lot of understanding coding wise of how to create a website and make it run using a host.
https://developer.roblox.com/en-us/api-reference/class/HttpService