Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make my custom /e animation stop?

Asked by 4 years ago

I have a script im using (Link below), and i have a sitting animation that is looped. How do i make that sitting animation stop?

I cant find any way to make the looped animation stop playing, any help? Thanks

https://www.roblox.com/library/4476750673/Example

1
have you tried setting Animation.Looped = false ?  royaltoe 5144 — 4y
0
he wants his looped animation to stop in progress speedyfox66 237 — 4y

1 answer

Log in to vote
0
Answered by
Robowon1 323 Moderation Voter
4 years ago

You can use :Stop() to make the animation stop, if you want the loop as well to stop you can use a break.

Ad

Answer this question