getgenv().VelocityX = true -- false to stop this function while VelocityX and task.wait() do for _, v in pairs(workspace:GetDescendants()) do if v.Name == "Rocket_Jump_Pad" then v:Destroy() end end for _, v in pairs(workspace:GetDescendants()) do if v:IsA("BasePart") and string.find(v.Name:lower(), "pad") then if v ~= game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart") then game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("Rebirth"):FireServer() game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("CollectIncome"):FireServer() firetouchinterest(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart"),v,0) firetouchinterest(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart"),v,1) end end end end