Open-Sourced Animation Replacer
Hello, I’ve recently gotten back into messing with Roblox Studio.
I downloaded some movement systems and Rojo projects on github, and I’ve noticed when the animations are published by someone else, they wont work in your game.
There was a great plugin to remedy this, called Animation-Spoofer-V2, the problem was that I had thousands of animations in my game, and none of them worked.
To solve this, I created a Open Source Rust-based CLI tool that automates the entire process of replacing and fixing animations.
The Rust CLI Program
Prerequisites
- Cargo/Rust
- Roblox Game saved as .RBXL
- Roblox Account for uploading
The process
- Extract all animations in a
.rbxlfile - Download animation data from Roblox
- Reupload animations (spoof them) to your account/group
- Automatically write them back to Lua scripts AND animation instances
- Output a fresh
.rbxlfile with all spoofed animations
Useful Cases
- Transferring a game with animations to another account/group
- Sharing projects without animation breaking
- Downloading open-sourced projects that have animations
example video
Repositories
This program requires your .ROBLOSECURITY cookie to upload animations.
Please understand the risks of Roblox cookies before extracting them
Please report bugs and edge-cases, or give me feedback through Github Issues