Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would I replace animations with a local script? (walking etc)

Asked by 3 years ago

I need to replace the idle/walking/core animations with a local script in roblox for my game, how would I do this?

0
When in Studio, click play and then copy the "Animate" script within your Character. Paste it into StarterCharacterScripts to override it, then modify its logic. Ziffixture 6913 — 3y
0
well I'm looking for replacing it without using the starter character scripts method, would this work: scotsmen0204 9 — 3y
0
** local Animation = Instance.Walking("Animation") Animation.AnimationId = "rbxassetid://6300383515" Animation.Parent = player.Character Animate = Humanoid:LoadAnimation(Animation) Animate:Play() scotsmen0204 9 — 3y

Answer this question