Hello,
I am scripting a LocalScript, that checks a player's name with HTTPService VS a Database.
The script is a LocalScript in the StarterGui, that clones a rankGUI that goes over the players head.
HTTPService works with a script in workspace, but not the LocalScript in StarterGUI.
Anybody know why?
Thank you
You cannot use HttpService from a LocalScript. If you need to use it, then you need to make the requests from a Server Script and use RemoteFunctions to cross the data over to the client.