Natural Disaster Survival free green balloon script

Uploaded On
Script Credit :- garfield#9172
Features

free green balloonย 

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local function createNotif(title,text,icon,duration) game.StarterGui:SetCore("SendNotification", { Title = title; Text = text; Icon = icon; Duration = duration; })end if game.Workspace:FindFirstChild("GreenBalloon", true) then -- Check for stealable GreenBalloon balloonClone = game.Workspace:FindFirstChild("GreenBalloon", true):Clone() -- clone it balloonClone.Parent = game:GetService("Players").LocalPlayer.Backpack createNotif("garfield","๐ŸŽˆ balloon succesfully stolen!",nil,"5")else createNotif("garfield","๐ŸŽˆ there is no balloons.",nil,"5")end

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors