Sentry Wandering System (Fnaf inspired movement system)

I have 6 triggers with a block code movement and direction randomizer and a Repeater triggering the one that becomes active to continue its random path. At the end, the door being closed would cause the trigger moving towards it would reset it back at its start point, but the door being open when the trigger moves in that direction would end the game.

Is there a better way to do this? I haven’t found anything helpful about block code randomized direction or input control for anything like this. I have no idea if what I am attempting to make is even possible.

Does it work for you right now?

The moving part works but the triggers are really buggy in this system; it turns on but doesn’t turn off the one(s) before it. It might just be this buggy or incomplete system I am using, though.

Do you think you could send a gif of it moving?

How do I make a gif?

Eventually, all of them turn on because they can’t deactivate the previous one.

I wanted the randomized movement for uniqueness and replayability, but I think I am going to have to resort to a timed and set movement for the paths. The path in the picture is a small version of 1 out of 7, so even if this randomizer was possible, I don’t think the map memory will allow it.

Ok, so the triggers are all activated at the same time?

They’re not supposed to be, though. The triggers are place holders for the sentries. When a random one activates, the previous one turns off so only one sentry can be seen at a time, and the black arrows between them show that, yes, it can go backwards.

Here are all of the planned path systems and roughly half of the current building. ..I don’t even know if a timed system will have little enough memory to be put in.


(Ignore all of those sentries around the area, they are meant to move like in the system in the first post.)

You might want to remove the game
code.

I think that you should just let it be. It is pretty cool to just have a sentry moving, even if it isn’t randomized. It looks like a pretty cool map.

1 Like

Thank you! I really wanted to try and not make it a timed thing. That makes it repetitive… When/if Sentries can hold nothing and/or walk around, that is definitely something I plan to update the map with.

No problem.
You can also search “can you make a sentry move” in the search bar.
You can close this topic by marking a reply the solution, if you find what you need in other posts.

I couldn’t find anything about controlling a randomized direction, though. That’s why I even started this topic.

I think this system I made is better than my first one!

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.