#Scripting and Animation
1 messages · Page 1 of 1 (latest)
The easiest way to do that would be to set a value to true when you touch an invisible part inside of the door and then change the walk animation ID under the humanoid of the player to whatever you want the animation to be
Using an if else statement to set the value to false if it’s already true and give the normal animation
I’d imagine
So you’d need to use “touched” event and then check if what’s hitting it is a player
You’ll probably need to learn some basic coding for something like this
Thanks!