local YEAHBOI = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local victim = Instance.new("TextBox") local size = Instance.new("TextBox") local size2 = Instance.new("TextBox") local size3 = Instance.new("TextBox") local rekt = Instance.new("TextButton") local Frame_2 = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") YEAHBOI.Name = "YEAH BOI" YEAHBOI.Parent = game.CoreGui Frame.Parent = YEAHBOI Frame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0, 0, 0, 251) Frame.Size = UDim2.new(0, 320, 0, 214) victim.Name = "victim" victim.Parent = Frame victim.BackgroundColor3 = Color3.new(0.415686, 0.258824, 0.258824) victim.BorderSizePixel = 0 victim.Position = UDim2.new(0, 60, 0, 42) victim.Size = UDim2.new(0, 200, 0, 25) victim.Font = Enum.Font.SourceSans victim.FontSize = Enum.FontSize.Size14 victim.Text = "Victim" victim.TextColor3 = Color3.new(1, 1, 1) victim.TextSize = 14 size.Name = "size" size.Parent = Frame size.BackgroundColor3 = Color3.new(0.415686, 0.258824, 0.258824) size.BorderSizePixel = 0 size.Position = UDim2.new(0, 0, 0, 128) size.Size = UDim2.new(0, 80, 0, 25) size.Font = Enum.Font.SourceSans size.FontSize = Enum.FontSize.Size14 size.Text = "1.25" size.TextColor3 = Color3.new(1, 1, 1) size.TextSize = 14 size2.Name = "size2" size2.Parent = Frame size2.BackgroundColor3 = Color3.new(0.415686, 0.258824, 0.258824) size2.BorderSizePixel = 0 size2.Position = UDim2.new(0, 120, 0, 128) size2.Size = UDim2.new(0, 80, 0, 25) size2.Font = Enum.Font.SourceSans size2.FontSize = Enum.FontSize.Size14 size2.Text = "1.25" size2.TextColor3 = Color3.new(1, 1, 1) size2.TextSize = 14 size3.Name = "size3" size3.Parent = Frame size3.BackgroundColor3 = Color3.new(0.415686, 0.258824, 0.258824) size3.BorderSizePixel = 0 size3.Position = UDim2.new(0, 240, 0, 128) size3.Size = UDim2.new(0, 80, 0, 25) size3.Font = Enum.Font.SourceSans size3.FontSize = Enum.FontSize.Size14 size3.Text = "1.25" size3.TextColor3 = Color3.new(1, 1, 1) size3.TextSize = 14 rekt.Name = "rekt" rekt.Parent = Frame rekt.BackgroundColor3 = Color3.new(0.580392, 0.466667, 0.266667) rekt.BorderSizePixel = 0 rekt.Position = UDim2.new(0, 60, 0, 178) rekt.Size = UDim2.new(0, 200, 0, 36) rekt.Font = Enum.Font.SourceSans rekt.FontSize = Enum.FontSize.Size14 rekt.Text = "Resize" rekt.TextColor3 = Color3.new(1, 1, 1) rekt.TextSize = 14 Frame_2.Parent = YEAHBOI Frame_2.BackgroundColor3 = Color3.new(1, 0.65098, 0.0901961) Frame_2.BorderSizePixel = 0 Frame_2.Position = UDim2.new(0, 0, 0, 252) Frame_2.Size = UDim2.new(0, 320, 0, 27) TextLabel.Parent = Frame_2 TextLabel.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel.BackgroundTransparency = 1 TextLabel.BorderSizePixel = 0 TextLabel.Size = UDim2.new(0, 228, 0, 27) TextLabel.Font = Enum.Font.Cartoon TextLabel.FontSize = Enum.FontSize.Size24 TextLabel.Text = "Head Resize GUI by HypedX" TextLabel.TextColor3 = Color3.new(1, 1, 1) TextLabel.TextSize = 20 TextLabel_2.Parent = Frame_2 TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_2.BackgroundTransparency = 1 TextLabel_2.BorderSizePixel = 0 TextLabel_2.Position = UDim2.new(0, 46, 0, 78) TextLabel_2.Size = UDim2.new(0, 228, 0, 27) TextLabel_2.Font = Enum.Font.Cartoon TextLabel_2.FontSize = Enum.FontSize.Size18 TextLabel_2.Text = "Size:" TextLabel_2.TextColor3 = Color3.new(1, 1, 1) TextLabel_2.TextSize = 15 rekt.MouseButton1Click:connect(function() game.Workspace[victim.Text].Head.Mesh.Scale = Vector3.new(size.Text, size2.Text, size3.Text) end)