I’m trying to make a FNAF map, and it’s been going well except I can’t figure out how to make the “animatronic” move. I’m currently use a bunch of props instead of a sentry to represent an animatronic, and I’ve made a bunch around the map (I would reluctantly use a sentry instead…), and I’m wondering how I could mimic Chica’s movement (can only move to adjacent rooms).
Also, is there any way I could incorporate jumpscares?
There is something in there, not sure what else would be… But the animatronics aren’t really in either of them(ones that work well). but @SHLBFFS123 to just make animation, just fallow one of these guides after you make your custom prop character.
Have a input → triggerloop. In one of the triggers, have a random number be pulled. If the random number is equal to a number of your choice, then activate the next frame of the animation. If not, do nothing. The legend has arrived.
You need a property for the animation to show what frame it’s on, right? If you only want it to move back to the start when it’s at a certain frame, check when the door is opened if the property is equal to what it would be if the animation was in front of the door. If so, set the property to the lowest value it should have. (Ex: The animation is in front of the door on frame 4. When the door is opened, check if the animation property is equal to 4. If so, set the property to 1 [the lowest value and first frame of the animation]).