I’ve been trying to use basic http service, and I decided to try and get player’s outfits to try to make a game which allows you to messing around with that.
My code is:
local httpService = game:GetService("HttpService")
local baseUrl1 = "https://avatar.roblox.com/v1/users/"
local baseUrl2 = "/outfits?itemsPerPage=50"
local requests = {}
local response = httpService:GetAsync(baseUrl1.. 124695835 ..baseUrl2)
local data = httpService:JSONDecode(response)
print(data)