Hello, my animation is not going down fully (it’s supposed to crawl) but it tilts me over and breaks both of my arms practically. I have no clue what is happening but any help is appreciated!
In-game:
Animation Editor:
Code:
UserInputService.InputBegan:Connect(function(input, gameProcess)
if table.find(allowedKeybinds, input.KeyCode) ~= nil and not gameProcess then
crouchAnim:Play()
humanoid.WalkSpeed = 6
humanoid.JumpPower = 0
end
end)