LEDGE GRAB SYSTEM - ANIMATION SETUP INSTRUCTIONS (this is in the download file as well)
Because of how Roblox handles animations, you MUST publish the included animations to your own account/group for them to work in your game.
STEP 1: PUBLISH THE ANIMATIONS
1. Open the Roblox Animation Editor plugin.
2. Click on the dummy named "idle animation" in the Workspace.
3. Load the "HangIdle" animation, click the three dots, and select "Publish to Roblox". Copy the new ID.
4. Repeat this for the "Shimmy animation" animation and copy that ID too.
STEP 2: UPDATE THE SCRIPT
1. Open the main LedgeGrab script.
2. Look at lines 15-16.
3. Replace my default IDs with your brand new IDs.
Example:
hangAnim.AnimationId = "rbxassetid://YOUR_HANG_ID_HERE"
shimmyAnim.AnimationId = "rbxassetid://YOUR_SHIMMY_ID_HERE"
That's it! The system is now 100% yours and ready to go.
