game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-172, 216, -2847) game.StarterGui:SetCore("SendNotification", { Title = "Executed successfully!", Text = "Please wait 10 seconds and it should complete the game.", Duration = 10}) wait("10") game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.MainFrame.Frame.FrameCash.Visible = false game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.MainFrame.Frame.FrameHeight.Visible = false print("Finish game script by robo") while true do task.wait() game:GetService("ReplicatedStorage").Remotes.start_skydive:InvokeServer(200) game:GetService("ReplicatedStorage").Remotes.validate_skydive:FireServer(999999999, 0.0) game:GetService("ReplicatedStorage").Remotes.buy_floor:InvokeServer() game:GetService("ReplicatedStorage").Remotes.buy_jetpack_level:InvokeServer() end