Hello, i got an admin model i am working on.
There is a script that loads a player's rank and checks if they are banned and stuff like that.
I got a problem that in some games my admin is in it doesen't load player ranks, i think it's becuase of the :GetAsync() function, it only works when i enable HTTP Requests on.
So i was wondering if :GetAsync() requires the game to have HTTP Requests on.
Thank you!
From the context of your question, I am not sure if you made everything you're using yourself. If this is true and you notice the script appears to work better with HttpService enabled, simply keep doing so, there is not much purpose in leaving HttpService disabled if this is the case.
But to actually answer your question, :GetAsync()
from Data stores does not require Http to be enabled. However, your admin script may be making offsite requests to accomplish certain tasks, giving you undesirable results when turned off.