
= "Loading ".UserName."'s stats, please wait." Local Data2 = HttpService:JSONDecode(Response2)

Local Response2 = HttpService:GetAsync(URL2) Local Data = HttpService:JSONDecode(Response) Local Response = HttpService:GetAsync(URL1) Local URL2 = "".game.Players:GetUserIdFromNameAsync(UserName)."/friends/count" Local URL1 = "".UserName - API that you want to get from If (string.find(user, "profile%-about-content-text linkify") ~= nil) thenīio = string.find(user, "profile%-about-content-text linkify") Local user = HttpService:GetAsync(URLe, true) If (string.find(user, "icon%-game") ~= nil) thenĮlseif (string.find(user, "icon%-online") ~= nil) thenĮlseif (string.find(user, "icon%-studio") ~= nil) then

Local user = HttpService:GetAsync(URL, true) :Connect(function(UserWhoCalled,UserName) Here is my current script: local HttpService = game:GetService("HttpService") Right now, I would like to know something: How would I get a player’s bio using HTTPService.
