#Animating Issue

96 messages · Page 1 of 1 (latest)

leaden ember
#

Cant do a simple search on YouTube to see?

leaden ember
#

Does that matter? Are you hurt right now?

frigid python
leaden ember
#

Trying to insinuate something?

frigid python
#

yea definitely

muted quest
#

how much kg is that

frigid python
#

100

muted quest
#

thats good ngl

frigid python
#

ty

#

u go to gym too ?

muted quest
#

ye

#

cant bench that much though lol

#

anyways what was your script problem

frigid python
frigid python
#

i replaced both id in the roblox script for animation but the animation wont play

muted quest
#

ah, any errors in the output?

#

it might be a roblox problem

#

animations are bugged in studio sometimes

leaden ember
# frigid python 100

You literally asked me if I can lift 100kg when Im 55kg amazing
But if you care, I do workout to get bigger and stronger

frigid python
leaden ember
#

Thanks man, but please, if you get offended, don't be an a$$h0le and ask how much I can lift just so you can feel better about youself 🙃

frigid python
leaden ember
#

Thats the equvalent of asking if I can fight so you can know if you can beat the shit out of me or not

frigid python
#

idk how i can test it]]

leaden ember
frigid python
#

propably cuz its not official moon plugin

frigid python
leaden ember
#

This should be the original but it cost 1.7K robux

frigid python
#

no im using another which is excatly the same but free

#

14759806398 here is animation id if u wanna test it for me idk how

leaden ember
#

This one was also free but now it cost

frigid python
#

ik

leaden ember
frigid python
#

anyway can u test the animation on a dummy to see if it work for you

#

my mac might be cursed

leaden ember
#

Im not so good when it comes to animation but I will give it a try

frigid python
#

ty

#

YEA BUDDY

leaden ember
#
local ui = game:GetService("UserInputService")

local plr = game.Players.LocalPlayer

local char = plr.Character or plr.CharacterAdded:Wait()

local hum = char:WaitForChild("Humanoid")
local animator = hum:WaitForChild("Animator")

local animId = 14759806398

ui.InputBegan:Connect(function(key, gpe)
    if gpe == true then return end
    if key.KeyCode ~= Enum.KeyCode.R then return end

    local newAnim = Instance.new("Animation")
    newAnim.AnimationId = "rbxassetid://"..animId

    local animTrack = animator:LoadAnimation(newAnim)
    animTrack:Play()
end)

I cannot use your animation so you have to do it

frigid python
#

ITS WOKING ON A DUMMY

muted quest
#

could it be something about animation priority?

frigid python
#

ig but i dont know anything related to animation in scripting

#

usually im rlly good but only using the function and services i know

muted quest
#

Animation.Priority = Enum.AnimationPriority.Action2

muted quest
#

wait is this a idle animation

frigid python
#

ye

#

i just need to find the method to use animation for the player and ill be good

#

im able to do it for a dummy but not for a player

leaden ember
#

And see if is working

#

If it does, the just modify the script for what you need

#

(press R when in game to start playing the animation)

frigid python
#

i guess its too complicated cuz

#

ive seen people just editing id in basic animation script

#

in StarterPlayer

leaden ember
#

Say what?

#

Are you talking about core modules?

frigid python
#

about the default animating script being in character when u launch the game

#

copying and pasting it into StarterPlayer and editing idle id

leaden ember
#

Oh I see now...

frigid python
#

ive tried doing this but it was a mess

leaden ember
#

So what's the issue then?

frigid python
#

the animation isnt playing for some reason

leaden ember
#

You have copied and pasted the core scripts in StarterPlayerScripts?

frigid python
#

by core script you meen animation script

#

if yes then yes i did

leaden ember
#

These are the core / built-in scripts

frigid python
#

wait lemme show u

leaden ember
#

I was about so say about that cuz I forgot lol

#

Just change the ID for Idle animation

#

And it should work

frigid python
#

alr imma do it again and hoping for it to work

#

in starterplayer script right

leaden ember
#

No, this one should be in StarterCharacterScripts

#

Because it will replicate to Characters

frigid python
#

ok i guess this is the problem imma test it now

#

ok its working now tysm

#

im dumb af

leaden ember
#

Np

frigid python
#

btw if u wanna see how im going with my shity game u can join my group lol

leaden ember
#

Im good, thanks

frigid python
#

alr thank you again imma close the pos

#

post*

#

bye

leaden ember
#

Cya!