Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
Add Comment
Please, Sign In to add comment