I am trying to make a script that when you join the game it changes your moving animations, so instead of the default Roblox walking animation it would be my own custom one. And to do this I started off by testing it out with just the walking and idle animations. The problem I am faced with is that when I try it out in game the Roblox animation still plays and when I look at the output, no error appears. With no error, I am unable to know what’s preventing the script from working. Here is the script below.
I am pretty new to this stuff and I’m sure the answer is very simple, but I can’t wrap my head around it. I’ve tried using a LocalScript instead, using local function instead, and many other methods just to no avail. Please tell me the solution because once again, I’m sure it’s very simple.
Join the studio place and take the animate script and paste it into your characterscripts,
After that go in the code and change the animationID’s and aswell as the animations inside of the script.