#how do i stop my character from flinging
1 messages · Page 1 of 1 (latest)
Maybe add a small, invisible part that covers the axe to prevent the character from climbing on it? Sorry I am beginner in scripting too so I thought this is temporary fix 🤷♂️
Nooo, just turn off characters ragdoll thats it
** You are now Level 13! **
how-
Try this: task.wait(1) local Humanoid = script.Parent:WaitForChild('Humanoid') Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false) Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll, false) local bg = Instance.new('BodyGyro',script.Parent:WaitForChild('HumanoidRootPart'))