Hello! I’m trying to play an animation on a Humanoid, however when I play the animation, the HumanoidRootPart does not animate along with the Humanoid. I thought that I could just make the HRP transparent and be done with it, but When I try to reference it in my script, it doesnt change. There’s no error message either. Heres whats happening:
https://gyazo.com/89ffce089a786f9bbe400a6dbe475b49
and heres the script Im using to reference it:
local standHRP = mystand:WaitForChild("HumanoidRootPart")
standHRP.Transparency = 1
print(standHRP.Transparency)
the Transparency value is printing when I run the script, so the value is obviously changing. Any help?