Can you make HTTPS requests on the client?

I want to make a system where it displays the players RAP above their head on a GUI. I can make the request on the server and then send it to the client with a remote event, but I feel it would just be simpler to make everything client sided. So, can HTTPS requests be made on the client? Thanks in advance to anyone who replies!

no you cant only on the server sorry

1 Like

No you cannot. It is only available for the server, currently there is no way of getting this from LocalScripts, and wont be added anytime soon due to protection.

1 Like

You unfortunately can’t, you either use remoteevents or serverscripts

1 Like