Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would I make something reset when a level starts?

Asked by 3 years ago

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!

0
Maybe use a touch event when the player touches the checkpoint or something zeft3 0 — 3y

1 answer

Log in to vote
0
Answered by
xxaxxaz 42
3 years ago

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.

Ad

Answer this question