Advertisement
dogguy69

Gourd Wisteria 2 script

Jun 21st, 2023
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. getgenv().gourd = true while gourd do task.wait() for i, Gourd in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if Gourd:IsA("Tool") and string.find(Gourd.Name, "Gourd") then game:GetService("Players").LocalPlayer.Character.Scripts.Local.Breathe:FireServer(true) task.wait() Gourd:Activate() end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement