#Control to sprint bug
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
When im holding control to sprint and standing still it still plays the animation I want it to only play when Im moving and holding control
put this into urscript
--UserinputService
if key.Keycode... then
if Humanoid.MoveDirection.Magnitude > 0 then
-- Your Script --
end
end
end)```
@signal oasis
ye