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