#stand idle animation
67 messages · Page 1 of 1 (latest)
where code
i did 10 diufferent codes im asking for a way to make the model having the animation
like a kickstart
We don't make scripts here. We can give advice on how to handle something, but we don't make scripts
in a bit unoptimazed way you could just place script in model
else local script
work
alr tried but it doesnt work
can u show any of ur codes
that u used
did*
ok
local replicatedstorage = game:GetService("ReplicatedStorage")
local Model = replicatedstorage:FindFirstChild("StandModel")
if model and model:FindFirstChild("Humanoid") then
local humanoid = model.Humanoid
local animator = humanoid:FindFirstChild("Animator") or Instance.new("Animator", humanoid)
local animation = Instance.new("Animation")
animation.AnimationId = "rbxassetid://92100423660088"
local track = animator:LoadAnimation(animation)
track:Play()
end
um
you seeking for model which is nil
because ur model
is Model
not model
also
local replicatedstorage = game:GetService("ReplicatedStorage")
local Model = replicatedstorage:FindFirstChild("StandModel")
if Model and Model:FindFirstChild("Humanoid") then
local humanoid = Model.Humanoid
local animator = humanoid:FindFirstChild("Animator") or Instance.new("Animator", humanoid)
local animation = Instance.new("Animation")
animation.AnimationId = "rbxassetid://92100423660088"
local Track = animator:LoadAnimation(animation)
Track:Play()
end
maybe that? also you could just place the script into model and instead of Model = replicatedstorage:FindFirstChild("StandModel") you can do Model = script.Parent
so i put all of this script inside the model NOT humanoid?
** You are now Level 1! **
yes
also you must know
that
id of animation
you're placing
is loaded
(you released it as your animation)
do mi rpint that?
yes it is mine
no it doesnt work
is output showing any errors?
it works to me
if you're placed script into
model
then
the dummy has an idle animation?
yes i did that
change Model to it
nope
@past lion
?
wuts not workn
You prob using someone else animation
im sure that i did it myself
is the animation under you?
yes
** You are now Level 2! **
the animation is entirely made by me
then check if id is correct
its up