- game.Workspace.DeliveryJobPickUpLocations:FindFirstChild("1").Name = "Handle"
- game.Workspace:FindFirstChild("Job Boards").Name = "JobBoards"
- wait(1)
- while true do
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.DeliveryJobPickUpLocations.Handle.CFrame)
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.JobBoards.JobBoardModel.Ending.CFrame)
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.JobBoards.JobBoardModel.Board.CFrame)
- wait(0.2)
- for i,v in pairs(workspace.JobBoards:GetDescendants()) do
- if v:IsA("ClickDetector") then
- fireclickdetector(v)
- end
- end