icebreaker script roblox -- Objects local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local IceBreaker = Instance.new("TextLabel") local Credits = Instance.new("TextLabel") local Thaw = Instance.new("TextButton") -- Properties icebreaker script roblox PasteShr icebreaker script roblox ScreenGui.Parent = game.CoreGui Frame.Parent = ScreenGui Frame.Active = true Frame.BackgroundColor3 = Color3.new(0, 0, 0) Frame.BackgroundTransparency = 0.5 Frame.Draggable = true Frame.Position = UDim2.new(0, 341, 0, 41) Frame.Size = UDim2.new(0, 320, 0, 200) icebreaker script roblox How to dowload it? icebreaker script roblox IceBreaker.Name = "IceBreaker" IceBreaker.Parent = Frame IceBreaker.BackgroundColor3 = Color3.new(0, 0, 0) IceBreaker.BackgroundTransparency = 0.5 IceBreaker.Position = UDim2.new(0, 90, 0, 0) IceBreaker.Size = UDim2.new(0, 150, 0, 50) IceBreaker.Font = Enum.Font.SciFi IceBreaker.FontSize = Enum.FontSize.Size24 IceBreaker.Text = "IceBreaker Gui" IceBreaker.TextColor3 = Color3.new(0, 1, 1) icebreaker script roblox How to get it for free? icebreaker script roblox IceBreaker.TextSize = 24 Credits.Name = "Credits" Credits.Parent = Frame Credits.BackgroundColor3 = Color3.new(0, 0, 0) Credits.BackgroundTransparency = 0.5 Credits.Position = UDim2.new(0, 80, 0, 0) Credits.Size = UDim2.new(0, 170, 0, -50) Credits.Font = Enum.Font.SciFi Credits.FontSize = Enum.FontSize.Size24 icebreaker script roblox PasteShr icebreaker script roblox Credits.Text = "Edited by iiZo_Cxry" Credits.TextColor3 = Color3.new(0, 1, 1) Credits.TextSize = 24 Thaw.Name = "Thaw" Thaw.Parent = Frame Thaw.BackgroundColor3 = Color3.new(0, 0, 0) Thaw.BackgroundTransparency = 0.5 Thaw.Position = UDim2.new(0, 90, 0, 106) Thaw.Size = UDim2.new(0, 155, 0, 50) icebreaker script roblox PasteShr icebreaker script roblox Thaw.Font = Enum.Font.SciFi Thaw.FontSize = Enum.FontSize.Size18 Thaw.Text = "Thaw Enemies" Thaw.TextColor3 = Color3.new(0, 1, 1) Thaw.TextSize = 18 Thaw.MouseButton1Click:connect(function() wait(0.1) icebreaker script roblox How to get it for free? icebreaker script roblox for _,plr in pairs(game.Players:GetPlayers()) do game.ReplicatedStorage.Hit:FireServer(plr) end end) icebreaker script roblox