I followed the tutorial on the wiki about how to set up for analytics.
I followed it, but I’m getting an error: AnalyticsService: The ApiKey is invalid. On the wiki it says that the error occurs because it’s invalid.
“The ApiKey
has been set, but it’s invalid. Check that it is set to the correct value.”
I set my api key through the command bar by using this line of code
game:GetService("AnalyticsService").ApiKey = "API_KEY"
I think the key is right because I no longer get the invalid key error, now I’m getting this error
How would I fix this? Any help is great