#I need a walkthrough on how to code animations (R6 because tutorials only use r15)
25 messages · Page 1 of 1 (latest)
if those tutorials don't help, I'm not sure if we can help lol. There are bound to be so many videos that guide you from step 0 of making the animation on the plugin and then the last step of coding the animation to play on a certain event trigger
I follow the tutorials perfectly, but some of their Roblox studio properties are usually named different and I cant find a video that's not less than 5 months old
You don't need a less than 5 months old video to do it.
It's just: make animation on plugin, upload animation to Roblox, make animation object in Studio, put id of animation from Roblox you just made into studio in the property, and then script the animation to load into humanoid and then play it.
yes, that is an exact explanation of every tutorial I've used and yet I'm stuck with a moving character without an animation. if it doesn't bother you currently, I can screenshare on a call and show you basically what you just said to me.
sorry, didn't see this. I can't really help you much, it's been a while since I personally did anything on Studio. Maybe try asking the folks in #📜︱scripting
The issue might also be that you're not loading the animation/playing it locally on a local script
never heard of that so it could be
** You are now Level 2! **
Yep, you gotta make sure to put it in a LocalScript inside of where the put the script in the tutorial.
wait server local script?
Just make sure when you follow the tutorial, cross all your T's and dot all your I's, very important to do when scripting.
No, LocalScript. Not Server Local Script
got it
sorry one last thing if you're still there where do I find local script? do you remember
wait it was already on a local script