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

How to make an R15 animation FREEZE?

Asked by 6 years ago

I have been looking everywhere for this, I want to save use Roblox Animation Creator to set an animation on an npc. The thing is, I want it to STAY that animation, permanently. So basically I want to use it to make an npc have his arms crossed, and stay crossed. I've been just simply setting up the npc to do it, then publishing to Roblox, and closing with the creator still open. Then when I opened again it would still have the frozen animation. All of the sudden this no longer works though. Now whenever I do this and come back, I find the R15 character just like it was before :/ is there another way to do this? I wanted to use the Plugin because it makes it work so much faster, and I am planning on doing this to make videos.

1 answer

Log in to vote
1
Answered by
DanzLua 2879 Moderation Voter Community Moderator
6 years ago

Here's is how I get this effect,

First I would create an animation of the character getting to the Freeze position. I would then create an animation of the Freeze position

Make sure the first and last frame of the freeze position are the same Then make sure it is looping. Best to change it priority to Action if that's like the top animation You can also opt out body parts so animations below that priority will still play for example the idle animation.

Then I would play the animation that is him moving his arms up, wait(length of that animation), then I would play the freeze position. bam it stays.

0
Thank you for your answer, but I'm having trouble figuring out how to make him freeze. The_Jetcraft 7 — 6y
0
@The_Jetcraft animation1:Play() wait(length of that animation) animation2:Play() DanzLua 2879 — 6y
0
Okay, I see. I thought there was alot more stuff that went into it, Thanks :P What I will probably do is Make the animation for his arms being crossed, and make it 0.1 length, and play it like this: while true do wait(0.1) animation:Play() The_Jetcraft 7 — 6y
Ad

Answer this question