1. game.Workspace.DeliveryJobPickUpLocations:FindFirstChild("1").Name = "Handle"
  2. game.Workspace:FindFirstChild("Job Boards").Name = "JobBoards"
  3. wait(1)
  4. while true do
  5. wait(1)
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.DeliveryJobPickUpLocations.Handle.CFrame)
  7. wait(1)
  8. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.JobBoards.JobBoardModel.Ending.CFrame)
  9. wait(1)
  10. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.JobBoards.JobBoardModel.Board.CFrame)
  11. wait(0.2)
  12. for i,v in pairs(workspace.JobBoards:GetDescendants()) do
  13. if v:IsA("ClickDetector") then
  14. fireclickdetector(v)
  15. end
  16. end