local function func() for _, buffgiver in pairs(workspace.Map.BuffGiver:GetChildren()) do game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = buffgiver.CFrame wait(1) end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:FindFirstChildWhichIsA("SpawnLocation").CFrame + Vector3.new(0, 5, 0) end func() while wait(130) do func() end