of     1   

gus4152
#73049621Friday, July 20, 2012 8:14 PM GMT

I'm making a game which I want to differ from standard roblox. One of my ideas is to change the player's walking animations to my own ideas. However, I wan't to either remove or cancel out the jumping animation, as well as the animation where the player's arms "wave around in the air." For now I want to keep the other animations, but i want to overwrite those. i have tried using a script to cancel out animation altogether and editing it, but i don't know how i would do so. here is the script i started out with, which i found on another forum post. game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(char) char.Animate:destroy() end) end) how would i only remove certain animations?
abx1
#73049962Friday, July 20, 2012 8:17 PM GMT

Make your own animation script by taking the current one in the player, modifying it, putting it somewhere, and then deleting the other one when the player is spawned and copy the new one into the player's character.
gus4152
#73071754Friday, July 20, 2012 11:49 PM GMT

OK, but you haven't explained how I'd make the script to disable the original and enable the new one I would have made. and how would i make an animation script anyways? I'm no expert. I was pretty much asking for help in everything.
gus4152
#79788311Tuesday, October 09, 2012 9:27 PM GMT

bump
StealthKing95
#79788829Tuesday, October 09, 2012 9:34 PM GMT

You would CFrame all body parts in several frames. Needs A loot of work though.
gus4152
#80344614Thursday, October 18, 2012 8:22 PM GMT

thanks :D

    of     1