I’m trying to make a table out of… whatever Roblox did with Humanoid Description’s whole Accessories list, but I have no clue on what to do.
Roblox formatted Accessory"TYPE" lists this:
632, 636363612, 9036616994
instead of:
[1] - 632
,
[2] - 636363612
,
[3] - 9036616994
I tried ipairs, #, and crying and dying to allergies (skip that one), and there’s no way I’m going to go back to using the default system of apparently committing crimes against Intellectual Property and SPAMMING PLAYERS.
-- LEGACY SCRIPT
local plr = player
local desc = game:GetService("Players"):GetHumanoidDescriptionFromUserId(player.UserId)
for i,v in desc.HatAccessory do
local item = game:GetService("InsertService"):LoadAsset(v)
item.Parent = folderlist
local tag = Instance.new("NumberValue") -- saves ID for other scripts
tag.Parent = item
tag.Value = v
end
yes… this is a panicked response to roblox’s new policy changes, 1 week notice? why?!