#stand idle animation

67 messages · Page 1 of 1 (latest)

past lion
#

i tried everything but nothing works, the model of the stand is in replicated storage and when some player presses E the entire model is cloned to the workspace but when it comes to the idle animation it doersnt work anything.
PLS HELP

little pewter
plush roost
#

where code

past lion
# little pewter

i did 10 diufferent codes im asking for a way to make the model having the animation

#

like a kickstart

little pewter
past lion
#

i know

#

but do you know where i should put my script in the first place

plush roost
#

else local script

#

work

past lion
plush roost
#

that u used

#

did*

past lion
#

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

plush roost
#

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

past lion
#

so i put all of this script inside the model NOT humanoid?

wispy stoneBOT
#

studio** You are now Level 1! **studio

plush roost
#

also you must know

#

that

#

id of animation

#

you're placing

#

is loaded

#

(you released it as your animation)

past lion
#

do mi rpint that?

past lion
plush roost
#

that should look like that

past lion
#

no it doesnt work

plush roost
#

is output showing any errors?

#

it works to me

#

if you're placed script into

#

model

#

then

past lion
#

the dummy has an idle animation?

plush roost
past lion
#

yes i did that

plush roost
#

change Model to it

plush roost
past lion
#

it doesnt read the animation or something

#

it doesnt show any errors

lean latch
#

@past lion

past lion
#

?

lean latch
#

wuts not workn

past lion
#

idk

#

it doesnt play the animation

lean latch
#

You prob using someone else animation

past lion
#

im sure that i did it myself

lean latch
#

is the animation under you?

past lion
#

yes

wispy stoneBOT
#

studio** You are now Level 2! **studio

past lion
#

the animation is entirely made by me

lean latch
#

then check if id is correct

past lion
#

ok

#

nah the animation id is correct

lean latch
#

show code

#

this has to be a permission issue

past lion
#

its up