#how do i stop my character from flinging

1 messages · Page 1 of 1 (latest)

icy isle
stuck fable
#

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 🤷‍♂️

split owl
#

Nooo, just turn off characters ragdoll thats it

obsidian glenBOT
#

studio** You are now Level 13! **studio

stuck fable
#

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'))