Hey there! I am making a game where the main enemy are turrets. To enter a level you have to walk over to something and using a ProximityPrompt you can enter that level. But one thing I have been stuck with is resetting the turrets. How would i do this after the ProximityPrompt has been triggered? I'm not necessarily asking for a script. An explanation is will be enough for me.
Thanks for reading!
maybe put all of the terrets into replicated storage and have a script to clone them into workspace. that is what I am doing for my mini game game.