The file I am trying to download is located here
https://assetgame.roblox.com/Asset/?id=942531514
When you load the link, it auto forces a download on you.
I'm trying to find a way to make PHP download the file and store it on the server for later use.
I've tried Curl and file_put_contents of file_get_contents, but neither have worked.
Thanks!