hi sorry if this is a dumb question but when i use adjust speed it doesnt seem to work
1 | local slam = hum:LoadAnimation(Anims.slam) |
2 | slam:Play() |
3 | while hum.FloorMaterial = = Enum.Material.Air do |
4 | wait() |
5 | slam:AdjustSpeed( 0 ) |
6 | print (hum.FloorMaterial) |
7 | end |
it prints the floor material but the animation isnt freezing there arent any errors