The server is single-player and I need to start a script on the server start that will use a teleport service. It needs to have a wait time of 60 seconds, i.e.
wait(60)
local ID=000000 --Switch the 0's out with your place ID wait(60) --Waits 60 as wanted game:service("TeleportService"):Teleport(ID) --Teleports player to place
I hope this helped!