Problem with animation

Hello everyone, i want to create a cinematic, but when i anim the player (only the primarypart is anchored), the head is lock but the entire body is floating…

Here is the script for animation (SCRIPT) :

for i,v in pairs(player.Character.Humanoid:GetPlayingAnimationTracks()) do
			v:Stop()
		end
		player.Character.Humanoid:LoadAnimation(LanternCinematic.Vision.Animation):Play()

Here is the script for anchoring the primarypart (LOCALSCRIPT) :

player.Character.PrimaryPart.Anchored = true
1 Like

Only the head is moving is the animation

1 Like

Found the problem, the head was the primarypart

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