Advertisement
pa1nx9

Pumpkin Farm Script:

Nov 5th, 2021
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. while wait(1) do --Change If You Want
  2. local descendants = Workspace.Game.Halloween.Pumpkins:GetDescendants()
  3. for index, descendant in pairs(descendants) do
  4. if descendant.Name == "_p" then
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(descendant.Position)
  6. wait(5) --Change If You Want
  7. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  8. wait(10) --Change If You Want
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement