xlaser23
|
  |
| Joined: 10 Dec 2011 |
| Total Posts: 20341 |
|
|
| 13 Sep 2015 09:17 PM |
????????????????
http://www.roblox.com/xla-item?id=290739801http://www.roblox.com/aser-item?id=290739819http://www.roblox.com/23-item?id=290739831 R$245 Tx2,133 |
|
|
| Report Abuse |
|
|
| |
|
|
| 13 Sep 2015 09:21 PM |
| http://wiki.roblox.com/index.php?title=API:Class/AnimationTrack/IsPlaying |
|
|
| Report Abuse |
|
|
xlaser23
|
  |
| Joined: 10 Dec 2011 |
| Total Posts: 20341 |
|
|
| 13 Sep 2015 09:27 PM |
Example?
http://www.roblox.com/xla-item?id=290739801http://www.roblox.com/aser-item?id=290739819http://www.roblox.com/23-item?id=290739831 R$245 Tx2,133 |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2015 09:37 PM |
animation = script.AnimationName
if animation.IsPlaying then print 'animation is playing' elseif not animation then print 'animation is not playing' end |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2015 09:37 PM |
--
if animation.IsPlaying then print 'animation is playing' elseif not animation.IsPlaying then print 'animation is not playing' end |
|
|
| Report Abuse |
|
|
xlaser23
|
  |
| Joined: 10 Dec 2011 |
| Total Posts: 20341 |
|
|
| 13 Sep 2015 09:38 PM |
mmk
http://www.roblox.com/xla-item?id=290739801http://www.roblox.com/aser-item?id=290739819http://www.roblox.com/23-item?id=290739831 R$245 Tx2,133 |
|
|
| Report Abuse |
|
|
| |
|