dogguy69

wisteria 2 gourd script

Apr 25th, 2023
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. getgenv().gourd = true
  2.  
  3. while gourd do task.wait()
  4. for i, Gourd in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  5. if Gourd:IsA("Tool") and string.find(Gourd.Name, "Gourd") then
  6. game:GetService("Players").LocalPlayer.Character.Scripts.Local.Breathe:FireServer(true)
  7. task.wait()
  8. Gourd:Activate()
  9. end
  10. end
  11. end
Add Comment
Please, Sign In to add comment