|
| 24 Oct 2014 02:54 PM |
Here --Animation for pump fake local animation = script.Parent.PumpFake mouse.KeyDown:connect(function(key) keys[key]=true; --if fake throw motion if key:lower()=="f" then while keys[key:lower()] do animation.Looped = false animation:play() end
doesn't work output nothing |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|