--made by TehoTeho game.StarterGui:SetCore("SendNotification", { Title = "Made by TehoTeho"; Text = "This GUI was designed and scripted by, TehoTeho"; Duration = 10; }) local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local Title = Instance.new("TextLabel") local Extra = Instance.new("TextLabel") local Stuff = Instance.new("TextLabel") local Countdown = Instance.new("TextLabel") local CloseBtn = Instance.new("TextButton") local Credit = Instance.new("TextLabel") local OpenBtnParent = Instance.new("Frame") local OpenBtn = Instance.new("TextButton") local MainFrame = Instance.new("Frame") local ReachBtn = Instance.new("TextButton") local DamageBtn = Instance.new("TextButton") local SettingsBtn = Instance.new("TextButton") local ReachBar = Instance.new("TextButton") local DamageBar = Instance.new("TextButton") local SettingsBar = Instance.new("TextButton") local ReachFrame = Instance.new("ScrollingFrame") local CircleReachTxt = Instance.new("TextLabel") local CircleReachToggleBtn = Instance.new("TextButton") local CircleStudsTxt = Instance.new("TextLabel") local CircleStudsUpBtn = Instance.new("TextButton") local CircleStudsDownBtn = Instance.new("TextButton") local CircleVisualizerTxt = Instance.new("TextLabel") local CircleReachVisualizerToggle = Instance.new("TextButton") local SwordReachTxt = Instance.new("TextLabel") local SwordStudsDownBtn = Instance.new("TextButton") local SwordStudsUpBtn = Instance.new("TextButton") local SwordStudsTxt = Instance.new("TextLabel") local SwordReachToggleBtn = Instance.new("TextButton") local SwordVisualizerTxt = Instance.new("TextLabel") local SwordReachVisualizerToggle = Instance.new("TextButton") local SwordInvertTxt = Instance.new("TextLabel") local SwordReachInvertToggle = Instance.new("TextButton") local DmgFrame = Instance.new("ScrollingFrame") local DmgTxt = Instance.new("TextLabel") local DmgBtn = Instance.new("TextButton") local SettingsFrame = Instance.new("ScrollingFrame") local HideBtn = Instance.new("TextButton") local SettingsCredit = Instance.new("TextLabel") local part1 = Instance.new("Part", game.Workspace.CurrentCamera) local part2 = Instance.new("Part", game.Workspace.CurrentCamera) ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.ResetOnSpawn = false Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame.Position = UDim2.new(0.400000006, 0, 0.393000007, 0) Frame.Size = UDim2.new(0.200000003, 0, 0.215000004, 0) Frame.Style = Enum.FrameStyle.DropShadow Title.Parent = Frame Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Title.BackgroundTransparency = 1.000 Title.Size = UDim2.new(1, 0, 0.200000003, 0) Title.Font = Enum.Font.Cartoon Title.Text = "Welcome !" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextSize = 18.000 Extra.Parent = Frame Extra.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Extra.Position = UDim2.new(0.150000006, 0, 0.200000003, 0) Extra.Size = UDim2.new(0.699999988, 0, 0, 1) Extra.Font = Enum.Font.Cartoon Extra.Text = "" Extra.TextColor3 = Color3.fromRGB(255, 255, 255) Extra.TextSize = 18.000 Stuff.Parent = Frame Stuff.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Stuff.BackgroundTransparency = 1.000 Stuff.Position = UDim2.new(0.150000006, 0, 0.224999994, 0) Stuff.Size = UDim2.new(0.699999988, 0, 0.550000012, 0) Stuff.Font = Enum.Font.Cartoon Stuff.Text = "Thank you for using Custom Duels FE Reach V2!" Stuff.TextColor3 = Color3.fromRGB(255, 255, 255) Stuff.TextSize = 18.000 Stuff.TextWrapped = true Countdown.Parent = Frame Countdown.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Countdown.BackgroundTransparency = 1.000 Countdown.Position = UDim2.new(0.850000024, 0, 0.850000024, 0) Countdown.Size = UDim2.new(0.150000006, 0, 0.150000006, 0) Countdown.Font = Enum.Font.Cartoon Countdown.Text = "5" Countdown.TextColor3 = Color3.fromRGB(255, 255, 255) Countdown.TextSize = 18.000 Countdown.TextWrapped = true CloseBtn.Parent = Frame CloseBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) CloseBtn.BackgroundTransparency = 1.000 CloseBtn.Position = UDim2.new(0.400000006, 0, 0.800000012, 0) CloseBtn.Size = UDim2.new(0.200000003, 0, 0.200000003, 0) CloseBtn.Visible = false CloseBtn.Font = Enum.Font.Cartoon CloseBtn.Text = "Close" CloseBtn.TextColor3 = Color3.fromRGB(255, 190, 190) CloseBtn.TextSize = 18.000 Credit.Parent = Frame Credit.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Credit.BackgroundTransparency = 1.000 Credit.Position = UDim2.new(0.0199999996, 0, 0.899999976, 0) Credit.Size = UDim2.new(0.344999999, 0, 0.100000001, 0) Credit.Font = Enum.Font.Cartoon Credit.Text = "made by TehoTeho" Credit.TextColor3 = Color3.fromRGB(255, 255, 255) Credit.TextSize = 10.000 Credit.TextWrapped = true Credit.TextXAlignment = Enum.TextXAlignment.Left OpenBtnParent.Parent = ScreenGui OpenBtnParent.BackgroundColor3 = Color3.fromRGB(255, 255, 255) OpenBtnParent.Position = UDim2.new(0, 0, 0.455000013, 0) OpenBtnParent.Size = UDim2.new(0.0399999991, 0, 0.0900000036, 0) OpenBtnParent.Style = Enum.FrameStyle.DropShadow OpenBtn.Parent = OpenBtnParent OpenBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) OpenBtn.BackgroundTransparency = 1.000 OpenBtn.Size = UDim2.new(1, 0, 1, 0) OpenBtn.Font = Enum.Font.Cartoon OpenBtn.Text = ">" OpenBtn.TextColor3 = Color3.fromRGB(255, 255, 255) OpenBtn.TextSize = 18.000 MainFrame.Parent = ScreenGui MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MainFrame.Position = UDim2.new(-0.3399999991, 0, 0.324999988, 0) MainFrame.Size = UDim2.new(0.150000006, 0, 0.349999994, 0) MainFrame.Style = Enum.FrameStyle.DropShadow ReachBtn.Parent = MainFrame ReachBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ReachBtn.BackgroundTransparency = 1.000 ReachBtn.BorderSizePixel = 0 ReachBtn.Position = UDim2.new(0.00999999978, 0, 0, 0) ReachBtn.Size = UDim2.new(0.300000012, 0, 0.150000006, 0) ReachBtn.Font = Enum.Font.Cartoon ReachBtn.Text = "Reach" ReachBtn.TextColor3 = Color3.fromRGB(255, 255, 255) ReachBtn.TextSize = 18.000 DamageBtn.Parent = MainFrame DamageBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) DamageBtn.BackgroundTransparency = 1.000 DamageBtn.BorderSizePixel = 0 DamageBtn.Position = UDim2.new(0.349999994, 0, 0, 0) DamageBtn.Size = UDim2.new(0.300000012, 0, 0.150000006, 0) DamageBtn.Font = Enum.Font.Cartoon DamageBtn.Text = "Dmg" DamageBtn.TextColor3 = Color3.fromRGB(255, 255, 255) DamageBtn.TextSize = 18.000 SettingsBtn.Parent = MainFrame SettingsBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SettingsBtn.BackgroundTransparency = 1.000 SettingsBtn.BorderSizePixel = 0 SettingsBtn.Position = UDim2.new(0.689999998, 0, 0, 0) SettingsBtn.Size = UDim2.new(0.300000012, 0, 0.150000006, 0) SettingsBtn.Font = Enum.Font.Cartoon SettingsBtn.Text = "Settings" SettingsBtn.TextColor3 = Color3.fromRGB(255, 255, 255) SettingsBtn.TextSize = 18.000 ReachBar.Parent = MainFrame ReachBar.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ReachBar.BorderSizePixel = 0 ReachBar.Position = UDim2.new(0, 0, 0.135000005, 0) ReachBar.Selectable = false ReachBar.Size = UDim2.new(0.333000004, 0, 0.0199999996, 0) ReachBar.Font = Enum.Font.Cartoon ReachBar.Text = " " ReachBar.TextColor3 = Color3.fromRGB(255, 255, 255) ReachBar.TextSize = 18.000 DamageBar.Parent = MainFrame DamageBar.BackgroundColor3 = Color3.fromRGB(255, 255, 255) DamageBar.BorderSizePixel = 0 DamageBar.Position = UDim2.new(0.333000004, 0, 0.135000005, 0) DamageBar.Selectable = false DamageBar.Size = UDim2.new(0.333000004, 0, 0.0199999996, 0) DamageBar.Visible = false DamageBar.Font = Enum.Font.Cartoon DamageBar.Text = " " DamageBar.TextColor3 = Color3.fromRGB(255, 255, 255) DamageBar.TextSize = 18.000 SettingsBar.Parent = MainFrame SettingsBar.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SettingsBar.BorderSizePixel = 0 SettingsBar.Position = UDim2.new(0.666000009, 0, 0.135000005, 0) SettingsBar.Selectable = false SettingsBar.Size = UDim2.new(0.333000004, 0, 0.0199999996, 0) SettingsBar.Visible = false SettingsBar.Font = Enum.Font.Cartoon SettingsBar.Text = " " SettingsBar.TextColor3 = Color3.fromRGB(255, 255, 255) SettingsBar.TextSize = 18.000 ReachFrame.Parent = MainFrame ReachFrame.Active = true ReachFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ReachFrame.BackgroundTransparency = 1.000 ReachFrame.Position = UDim2.new(0, 0, 0.174999997, 0) ReachFrame.Size = UDim2.new(1, 0, 0.824999988, 0) ReachFrame.CanvasSize = UDim2.new(0, 0, 1.5, 0) CircleReachTxt.Parent = ReachFrame CircleReachTxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255) CircleReachTxt.BackgroundTransparency = 1.000 CircleReachTxt.Position = UDim2.new(0, 0, 0.00999999978, 0) CircleReachTxt.Size = UDim2.new(0.649999976, 0, 0.075000003, 0) CircleReachTxt.Font = Enum.Font.Cartoon CircleReachTxt.Text = "Circle Reach:" CircleReachTxt.TextColor3 = Color3.fromRGB(255, 255, 255) CircleReachTxt.TextSize = 18.000 CircleReachToggleBtn.Parent = ReachFrame CircleReachToggleBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) CircleReachToggleBtn.BorderSizePixel = 0 CircleReachToggleBtn.Position = UDim2.new(0.649999976, 0, 0, 0) CircleReachToggleBtn.Size = UDim2.new(0.275000006, 0, 0.0900000036, 0) CircleReachToggleBtn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton CircleReachToggleBtn.Font = Enum.Font.Cartoon CircleReachToggleBtn.Text = "Off" CircleReachToggleBtn.TextColor3 = Color3.fromRGB(0, 0, 0) CircleReachToggleBtn.TextSize = 18.000 CircleStudsTxt.Parent = ReachFrame CircleStudsTxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255) CircleStudsTxt.BackgroundTransparency = 1.000 CircleStudsTxt.Position = UDim2.new(0.0799999982, 0, 0.140000001, 0) Cir