I'm currently working on Discord F3X Logs but when I attempt to use HttpService I get this error:
Script:
http = game.HttpService
Output:
17:10:41.742 - http is not a valid member of DataModel 17:10:41.743 - Stack Begin 17:10:41.744 - Script 'Workspace.yellow37614.Building Tools.Tools.AnchorTool', Line 101 17:10:41.746 - Stack End
[ I've also tried http = game:GetService("HttpService") ]
Have you tried going to Game Settings on the Home tab in the place and making sure that "Allow HTTP requests" is set to "On"?
To enable HTTPService, you would have to do:
game:GetService'HttpService'.HttpEnabled = true