You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
An auto updating R6 dummy. -
What is the issue? Include screenshots / videos if possible!
The players accessories go in their head, but it works fine on R15 dummies. -
What solutions have you tried so far?
I have asked @boterflic5 and they said it may have been an issue on Roblox’s side.
Here is the script I used:
local Players = game:GetService("Players")
local Player_ID = 213155258
local hum = script.Parent:FindFirstChild("Humanoid") or script.Parent:WaitForChild("Humanoid")
local HD = Players:GetHumanoidDescriptionFromUserId(Player_ID)
hum:ApplyDescription(HD)
Here is what happens when I use R6 compared to R15: