of     1   

Protracted
#141265047Wednesday, July 23, 2014 11:34 AM GMT

How could I check to see if a player is walking or not?
Bebee2
#141265259Wednesday, July 23, 2014 11:40 AM GMT

Humanoid.Running:connect(function(speed) walking = not math.floor(speed) == 0 end)

    of     1