is there a way to go back to the start of on begin in your script without ending the game?
Hey Kelan! How are you doing?
As that function is called only once, it is not possible to do that.
What you can actually do, is to include all the things you do inside the “On Begin” function into a different function, lets call it “Initialize” and call it inside the “On Begin” function AND whenever you need to repeat that initialization.
Hope it works for you!