Return raw text when accessed using GET requests
So basically, i made a script to get the user battery and put it as text, it has html, and when accessed using GET requests like the following:
requests.get("website").text
It return the source code but html only, same with roblox
game:HttpGet("website")
its originally set as .body
It returns the source code of html only