Ivan Orel Posted July 20, 2018 Share Posted July 20, 2018 How to make Walking Style for specific skin (player)? Link to comment
0 Simple0x47 Posted July 20, 2018 Share Posted July 20, 2018 local skins = { 54 --[[ WALKING ID 54 FOR SKIN 0 --]], 54 --[[ WALKING ID 54 FOR SKIN 1 --]] } -- YOU MUST FILL THIS WAY THE TABLE. function getSkinWakingStyle( skinID ) return skins[ skinID + 1 ] end Link to comment
0 Ivan Orel Posted July 21, 2018 Author Share Posted July 21, 2018 11 hours ago, Simple01 said: local skins = { 54 --[[ WALKING ID 54 FOR SKIN 0 --]], 54 --[[ WALKING ID 54 FOR SKIN 1 --]] } -- YOU MUST FILL THIS WAY THE TABLE. function getSkinWakingStyle( skinID ) return skins[ skinID + 1 ] end THANKS, I know you help me. Link to comment
Question
Ivan Orel
How to make Walking Style for specific skin (player)?
Link to comment
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now