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