Collision probme, Carry System

https://gyazo.com/da7b0cd266d8ebb9d07a64c895aded30

why does this happen

Here is the code

    local Anim = Instance.new("Animation")
	Anim.AnimationId = "rbxassetid://15622365590"
	local track = char.Humanoid:LoadAnimation(Anim)
	
	local Motor6D = Instance.new("Motor6D")
	Motor6D.Parent = plr.Character.HumanoidRootPart
	Motor6D.Part0 = plr.Character.HumanoidRootPart
	Motor6D.Part1 = char.HumanoidRootPart
	Motor6D.C0 = CFrame.new(1.3,0,0)
	track:Play()

I have the dummy’s parts collide prop off

1 Like

note that in the video I can’t move

Just found out that I need to put Platform Stand prop to on

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