How can I make it so that the normal heads are automatically replaced with dynamic heads?

I was wondering how I could implement or if there is already an existing Roblox setting - the ability to automatically replace normal player heads with dynamic heads (based off what head they have)

For example, if someone is wearing the Suspicious face, it would be automatically replaced with the Suspicious dynamic head. I tried to modify this already existing script: How can I replace the old head with the new Dynamic Head? However, it does not work with what I am attempting to do.

1 Like

If anyone is able to help with this, I would appreciate it.

2 Likes

I have the same problem, there seems to be no property or setting anywhere and trying to paste any dynamic head id in settings doesnt work either. For now, we can only replace them the hard way, manually

1 Like

I attempted to create various scripts that would function as a solution by manually replacing the default heads with dynamic heads, but I was unable. I was experimenting with making my game automatically force dynamic heads.

I figured it out. Just use this Humanoid | Documentation - Roblox Creator Hub on the humanoid with the desired head as the second argument.

1 Like