R6 AutoUpdate Dummy Not Working

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    An auto updating R6 dummy.

  2. What is the issue? Include screenshots / videos if possible!
    The players accessories go in their head, but it works fine on R15 dummies.

  3. 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:

1 Like

This happens because the dummy is missing accessory attachments. You can copy your character, remove all of its accessories, body colours etc and it should work as intended, just ensure you aren’t deleting any attachments that are direct children of the body parts.

Shameless plug but I also have a dummy that has the necessary accessory attachments if you’d like.

1 Like

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