#Control to sprint bug

1 messages · Page 1 of 1 (latest)

signal oasis
#

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

cinder cairn
#

put this into urscript

#

--UserinputService 

if key.Keycode... then

if Humanoid.MoveDirection.Magnitude > 0 then

-- Your Script --
end
end
end)```
#

@signal oasis

signal oasis
#

Yea

#

Ok

#

Appreciate it

cinder cairn
#

ye

signal oasis
#

@cinder cairn

#

It worked but its kinda glitched