All ROBLOX NPCs are BROKEN!

I’ve found a workaround to this you can parent your humanoid via script and it’ll work

Like so for example

local dummy = script.Carl;
dummy:Clone().Parent = workspace;
16 Likes