How to make a script that restarts after it reaches the end ?
The answer is you need you make a "while true do" and second we help people with their scripts not give scripts.
While true do Print("please learn the basics") End
In this case, you would use a Loop. There are many loops, here is one For example:
while true do--this is a While true do Loop wait()--do add a Wait() in this loop print("Hi") end
This will keep looping until it becomes false.