How do i use the GetAppliedInstance method? (AccessoryDescription)

im trying to get used to different classes but i got this error and i’m not sure how to use this method. i appreciate the help ty!!

workspace.thunderrade.BlackMiddlePart is an accessory in an NPC model btw

script:

local accessorydesc:AccessoryDescription = Instance.new("AccessoryDescription", script)

wait(1)
local appliedInstance = accessorydesc:GetAppliedInstance(workspace.thunderrade.BlackMiddlePart)

print(appliedInstance)


The feature cannot be used yet. You can read about it here:

1 Like

ohh cheers mate.

i figured that’s why the description was blank. thanks man

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.