#Animation Not Appearing As It Is in The Animation Editor

1 messages · Page 1 of 1 (latest)

mellow wedge
#

the animation priority is at the highest possible. another animation looked exactly how it did in the editor as it did in the game. i made a new one and it just bugs out and looks bad. ping @mellow wedge if you are able to help

#

is it the animation or the code

icy mountain
#

You have empty variables and you place them inside of an if statement.

#

That's why.

mellow wedge
#

why would this fail for this certain animation?

icy mountain
#

Incorrect animation ids?

mellow wedge
#

made sure the animation is is correct

#

id is*

icy mountain
#

wait hold on.

#

Did u just put a remote event inside of an animation?

#

What?

mellow wedge
#

the tool sends an event for the animation to play for other players in the game

icy mountain
#

Animations replicate already?

#

To everyone on the server?

mellow wedge
#

wait animations play for other players even if it's a local script?? 😭

icy mountain
#

YES!

mellow wedge
#

OH MY GOD

#

well things got alot easier

#

but anyways do you know why the animation is all, finicky

icy mountain
#

It's because of that

mellow wedge
#

alr I'll hop on my pc and try it out

icy mountain
#

If you set the animations to the server it becomes flickly

#

And also:

mellow wedge
#

I have like 3 other tools that do that

icy mountain
#

If the animations doesn't replicate

mellow wedge
#

but they appear normal

icy mountain
#

Do NOT use FireServer

#

Use FireAllClients

#

Instead of that

mellow wedge
#

would I have to change other parts of the script related to that for the change to work

mellow wedge
#

ok uhh... i removed the remote event and its still glitching

#

ill take a video of the whole process

dim lintelBOT
#

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

mellow wedge
#

does thtis server allow 10+ mb videos

icy mountain
#

Yea

mellow wedge
#

ok ill be a moment

#

here look

#

its loading

#

@icy mountain

mellow wedge
#

it fires an event to a server script

#

also removing the events does nothing

#

its still all jittery

icy mountain
#

its because ur at studio

mellow wedge
#

alr ill test it in game

icy mountain
#

hold on

#

inside of the stop()

#

why did u add a number

#

dont do that

mellow wedge
#

it often had problems stopping the animation when i unequipped it

#

like the equip animation kept playing after i had it unequipped

#

its still shitting itself in game

#

also for some reason on other players screens (all tool wise) the arm kind of goes down to the ground (without toolnone) or straight out with toolnone for like half a second.

#

whenever someone equips something it shows the wrong anim for a split second

icy mountain
#

wait did u make the script local or server?

#

because animation CANNOT be played inside of server

#

it always have to be lcoal

mellow wedge
#

this script that im using right now, is local

#

ill show you the way it looks

#

prompt handler is something that isnt related

#

its just for fun

#

again, it works perfectly fine with other animations

dim lintelBOT
#

studio** You are now Level 3! **studio

mellow wedge
#

ooh im slightly yellow now

icy mountain
#

Uh look.

#

Remove the if statements

#

try without them