#How to make custom R6 animations?
1 messages · Page 1 of 1 (latest)
In what way do you need Custom R6 animations?
Custom walk, jump swim animations
You can directly do this with the Animate Script
i kindof forgot on where you need to put it
since my game doesnt really need custom animations
CharacterScripts?
I tried, my player don`t have animations in Animator
It just delete them
create a R6 rig
open animation editor, select the rig and create animation
after create save this and export to roblox, after export copy ANIMATION ID
run your project, open workspace > your player model > copy the animate script with values inside
paste this script inside starter player > starter character scripts
find inside script value with name walk, jump , swim and more, open them values and paste the your animation id into animation properties
im have a game with it, all working xd
How did you put the values?
your game might be r15
is your game in r6
Everyone sorry, i found a script that helped. I think there were a problem with animator
** You are now Level 2! **
My problem is solved