I am planning on learning HTTP service.
However, I can’t find any good tutorials.
I searched up tutorials on youtube, but didn’t find any good ones.
I am planning on learning HTTP service.
However, I can’t find any good tutorials.
I searched up tutorials on youtube, but didn’t find any good ones.
Have you ever considered looking around the forum?
I looked up the Roblox developer page, did find an article, but wasn’t of much help. Also thanks for the link, I’ll check it out!
Also, do you know how I can give ranks to players in a group from within a game? I didn’t find any useful functions in group service for this.
The player object has specific functions for such. Specifically, Player:GetRankInGroup()
or something.
Oops, my mistake, misinterpreted.
He said how to give ranks, not check ranks. You would have to proxy a request to this endpoint to actually rank anyone.