Advertisement
bivakhiem114

🎈 Balloon Simulator [RELEASE] Gui

Mar 7th, 2019
1,520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextLabel")local d=Instance.new("TextButton")local e=Instance.new("TextButton")a.Parent=game.CoreGui;b.Parent=a;b.BackgroundColor3=Color3.new(1,1,1)b.Position=UDim2.new(0.0395371243,0,0.21348314,0)b.Size=UDim2.new(0,427,0,274)b.Style=Enum.FrameStyle.DropShadow;b.Draggable=true;b.Active=true;c.Name="CC test"c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.Position=UDim2.new(0.0548020303,0,0.0326335952,0)c.Size=UDim2.new(0,376,0,50)c.Font=Enum.Font.SourceSans;c.Text="Khiêm Channel"c.TextColor3=Color3.new(0.333333,0.666667,0.498039)c.TextScaled=true;c.TextSize=14;c.TextWrapped=true;d.Name="Inf Gems"d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.Position=UDim2.new(0.255269319,0,0.372262776,0)d.Size=UDim2.new(0,200,0,50)d.Style=Enum.ButtonStyle.RobloxRoundDefaultButton;d.Font=Enum.Font.SourceSans;d.Text="Inf Gems"d.TextColor3=Color3.new(0,0,0)d.TextSize=14;d.MouseButton1Down:connect(function()local f=game.Players.LocalPlayer.Character.HumanoidRootPart;local g=game:GetService("Workspace").Gems;for h,i in pairs(g:GetChildren())do if i.Name=='Gem'then i.CFrame=f.CFrame end end end)e.Name="inf Coin"e.Parent=b;e.BackgroundColor3=Color3.new(1,1,1)e.Position=UDim2.new(0.255269319,0,0.693430662,0)e.Size=UDim2.new(0,200,0,50)e.Style=Enum.ButtonStyle.RobloxRoundDefaultButton;e.Font=Enum.Font.SourceSans;e.Text="inf Coin"e.TextColor3=Color3.new(0,0,0)e.TextSize=14;e.MouseButton1Down:connect(function()game:GetService('RunService').RenderStepped:connect(function()local j=2000000000;local k=game:GetService("ReplicatedStorage").FillBalloon;k:FireServer(j)local j=game:GetService("Workspace").UITriggers.Sell;local k=game:GetService("ReplicatedStorage").Sell;k:FireServer(j)end)end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement