xDZweird
(xDZweird)
November 29, 2022, 10:47am
#1
Hello, i want to load this animation : Toy Idle - Roblox on a NPC but nothing happens.
My code :
local RS = game:GetService("ReplicatedStorage")
local Dummies = RS:WaitForChild("Dummies")
local idleToy = RS:WaitForChild("ToyIdle")
local model = Dummies.Outfit:Clone()
local humanoid = model:WaitForChild("Humanoid")
local controller = humanoid:WaitForChild("Animator")
controller:LoadAnimation(idleToy):Play()
Model is in a ViewportFrame
Animations can not be public, If your going to share an animation, publish the animation to the game’s group or give your animation file.
Ben10Tam
(tamzino)
November 29, 2022, 10:55am
#3
actually, animations made by roblox are public, it’s because he is using the assetid and not the animationid
take a look at this post to see how to get the animationid
I thought he actually ment player animations.
You can use my tutorial to do it
Hi guys , this is my first tutorial , I ain’t experienced at posting , if you don’t like something , you can reply
In this tutorial , I will show you how you can make animations using emotes !
So let’s start !
Step 1 : Get the emote id of which you want to make animation
In this step , firstly you should copy the emote ID of which you want the animation to be
You can go to Avatar Shop then choose the emote you want , then on your search bar , you will get a number , which is …
You can use the id and convert to animation id using this tutorial
Also , you may simply load this inside humanoid , not by animator , just by loading the animation directly to humanoid
system
(system)
Closed
December 13, 2022, 11:40am
#6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.