The authentication works fine, as far as I’ve tested. Mostly because %?? contains a hexadecimal code for the desired character, as I see it.
Are you guys using the RESTAPI?
Also, Once you guys figure out how to use gameanalytics.com, you guys should open a different thread to show other DEV’s on how to use it!
Yep, Twitter’s REST API. Here’s a model I made.
Also, user NovusTheory says he’s made a module for communicating with gameanalytics.com, although I haven’t seen his module in action
OH MY GOD THIS WILL MAKE THINGS A LOT EASIER. Now I can trash that Http Request proxy idea! Unless … I need to perform multiple http requests at once…
Well, yes but I’m talking about something different. Instead of firing 5 different http requests on ROBLOX, I am making a proxy which will send one request to my server, and have the server perform the 5 requests and return the results. Ultimately, it allows me grab more data without using too many requests. It’s something totally different and would probably qualify for a DM if you want to continue this conversation, though probably pointless.