Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local CollectionService = game:GetService("CollectionService");
- local G2L = {};
- -- StarterGui.Menu (universal)
- G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
- G2L["1"]["IgnoreGuiInset"] = true;
- G2L["1"]["ScreenInsets"] = Enum.ScreenInsets.DeviceSafeInsets;
- G2L["1"]["Name"] = [[Menu (universal)]];
- G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
- G2L["1"]["ResetOnSpawn"] = false;
- -- StarterGui.Menu (universal).GUI
- G2L["2"] = Instance.new("Frame", G2L["1"]);
- G2L["2"]["BorderSizePixel"] = 0;
- G2L["2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2"]["Name"] = [[GUI]];
- G2L["2"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.BG
- G2L["3"] = Instance.new("Frame", G2L["2"]);
- G2L["3"]["BorderSizePixel"] = 0;
- G2L["3"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["3"]["Size"] = UDim2.new(0.50121, 0, 0.65766, 0);
- G2L["3"]["Position"] = UDim2.new(0.25737, 0, 0.18355, 0);
- G2L["3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["3"]["Name"] = [[BG]];
- -- StarterGui.Menu (universal).GUI.BG.UICorner
- G2L["4"] = Instance.new("UICorner", G2L["3"]);
- G2L["4"]["CornerRadius"] = UDim.new(0, 4);
- -- StarterGui.Menu (universal).GUI.BG.UIStroke
- G2L["5"] = Instance.new("UIStroke", G2L["3"]);
- G2L["5"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.BG.UIAspectRatioConstraint
- G2L["6"] = Instance.new("UIAspectRatioConstraint", G2L["3"]);
- G2L["6"]["AspectRatio"] = 1.77397;
- -- StarterGui.Menu (universal).GUI.BG.Version
- G2L["7"] = Instance.new("TextLabel", G2L["3"]);
- G2L["7"]["TextWrapped"] = true;
- G2L["7"]["ZIndex"] = 1000000216;
- G2L["7"]["BorderSizePixel"] = 0;
- G2L["7"]["TextSize"] = 14;
- G2L["7"]["TextTransparency"] = 0.5;
- G2L["7"]["TextScaled"] = true;
- G2L["7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["7"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["7"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["7"]["BackgroundTransparency"] = 1;
- G2L["7"]["Size"] = UDim2.new(0.0928, 0, 0.06808, 0);
- G2L["7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["7"]["Text"] = [[v1.2.0]];
- G2L["7"]["Name"] = [[Version]];
- G2L["7"]["Position"] = UDim2.new(0.9269, 0, -0.00013, 0);
- -- StarterGui.Menu (universal).GUI.BG.Version.UIAspectRatioConstraint
- G2L["8"] = Instance.new("UIAspectRatioConstraint", G2L["7"]);
- G2L["8"]["AspectRatio"] = 3.85294;
- -- StarterGui.Menu (universal).GUI.BG.Title
- G2L["9"] = Instance.new("TextLabel", G2L["3"]);
- G2L["9"]["TextWrapped"] = true;
- G2L["9"]["ZIndex"] = 1000000216;
- G2L["9"]["BorderSizePixel"] = 0;
- G2L["9"]["TextSize"] = 14;
- G2L["9"]["TextScaled"] = true;
- G2L["9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["9"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["9"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["9"]["BackgroundTransparency"] = 1;
- G2L["9"]["Size"] = UDim2.new(0.23258, 0, 0.17064, 0);
- G2L["9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["9"]["Text"] = [[BoboHub]];
- G2L["9"]["Name"] = [[Title]];
- G2L["9"]["Position"] = UDim2.new(0.74358, 0, -0.00013, 0);
- -- StarterGui.Menu (universal).GUI.BG.Title.UIStroke
- G2L["a"] = Instance.new("UIStroke", G2L["9"]);
- G2L["a"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.BG.Title.UIAspectRatioConstraint
- G2L["b"] = Instance.new("UIAspectRatioConstraint", G2L["9"]);
- G2L["b"]["AspectRatio"] = 3.85294;
- -- StarterGui.Menu (universal).GUI.Options
- G2L["c"] = Instance.new("Frame", G2L["2"]);
- G2L["c"]["ZIndex"] = 4;
- G2L["c"]["BorderSizePixel"] = 0;
- G2L["c"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c"]["Size"] = UDim2.new(0.0922, 0, 0.65115, 0);
- G2L["c"]["Position"] = UDim2.new(0.25737, 0, 0.18387, 0);
- G2L["c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c"]["Name"] = [[Options]];
- G2L["c"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Options.Credits
- G2L["d"] = Instance.new("TextButton", G2L["c"]);
- G2L["d"]["TextWrapped"] = true;
- G2L["d"]["BorderSizePixel"] = 0;
- G2L["d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["d"]["TextSize"] = 14;
- G2L["d"]["TextScaled"] = true;
- G2L["d"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
- G2L["d"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["d"]["Size"] = UDim2.new(0.85871, 0, 0.13882, 0);
- G2L["d"]["Name"] = [[Credits]];
- G2L["d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["d"]["Text"] = [[Credits]];
- G2L["d"]["Position"] = UDim2.new(0, 0, 0.69701, 0);
- -- StarterGui.Menu (universal).GUI.Options.Credits.UIStroke
- G2L["e"] = Instance.new("UIStroke", G2L["d"]);
- G2L["e"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.Credits.UIStroke
- G2L["f"] = Instance.new("UIStroke", G2L["d"]);
- G2L["f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["f"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.Credits.UIAspectRatioConstraint
- G2L["10"] = Instance.new("UIAspectRatioConstraint", G2L["d"]);
- G2L["10"]["AspectRatio"] = 1.96667;
- -- StarterGui.Menu (universal).GUI.Options.HUD
- G2L["11"] = Instance.new("TextButton", G2L["c"]);
- G2L["11"]["TextWrapped"] = true;
- G2L["11"]["BorderSizePixel"] = 0;
- G2L["11"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["11"]["TextSize"] = 14;
- G2L["11"]["TextScaled"] = true;
- G2L["11"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
- G2L["11"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["11"]["Size"] = UDim2.new(0.85871, 0, 0.13882, 0);
- G2L["11"]["Name"] = [[HUD]];
- G2L["11"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["11"]["Text"] = [[HUD]];
- G2L["11"]["Position"] = UDim2.new(0, 0, 0.55712, 0);
- -- StarterGui.Menu (universal).GUI.Options.HUD.UIStroke
- G2L["12"] = Instance.new("UIStroke", G2L["11"]);
- G2L["12"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.HUD.UIStroke
- G2L["13"] = Instance.new("UIStroke", G2L["11"]);
- G2L["13"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["13"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.HUD.UIAspectRatioConstraint
- G2L["14"] = Instance.new("UIAspectRatioConstraint", G2L["11"]);
- G2L["14"]["AspectRatio"] = 1.96667;
- -- StarterGui.Menu (universal).GUI.Options.Player
- G2L["15"] = Instance.new("TextButton", G2L["c"]);
- G2L["15"]["TextWrapped"] = true;
- G2L["15"]["BorderSizePixel"] = 0;
- G2L["15"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["15"]["TextSize"] = 14;
- G2L["15"]["TextScaled"] = true;
- G2L["15"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
- G2L["15"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["15"]["Size"] = UDim2.new(0.85849, 0, 0.13878, 0);
- G2L["15"]["Name"] = [[Player]];
- G2L["15"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["15"]["Text"] = [[Player]];
- G2L["15"]["Position"] = UDim2.new(-0, 0, -0.00062, 0);
- -- StarterGui.Menu (universal).GUI.Options.Player.UIStroke
- G2L["16"] = Instance.new("UIStroke", G2L["15"]);
- G2L["16"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.Player.UIStroke
- G2L["17"] = Instance.new("UIStroke", G2L["15"]);
- G2L["17"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["17"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.Player.UIAspectRatioConstraint
- G2L["18"] = Instance.new("UIAspectRatioConstraint", G2L["15"]);
- G2L["18"]["AspectRatio"] = 1.96667;
- -- StarterGui.Menu (universal).GUI.Options.Settings
- G2L["19"] = Instance.new("TextButton", G2L["c"]);
- G2L["19"]["TextWrapped"] = true;
- G2L["19"]["BorderSizePixel"] = 0;
- G2L["19"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["19"]["TextSize"] = 14;
- G2L["19"]["TextScaled"] = true;
- G2L["19"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
- G2L["19"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["19"]["Size"] = UDim2.new(0.85871, 0, 0.13882, 0);
- G2L["19"]["Name"] = [[Settings]];
- G2L["19"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["19"]["Text"] = [[Settings]];
- G2L["19"]["Position"] = UDim2.new(0, 0, 0.41575, 0);
- -- StarterGui.Menu (universal).GUI.Options.Settings.UIStroke
- G2L["1a"] = Instance.new("UIStroke", G2L["19"]);
- G2L["1a"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.Settings.UIStroke
- G2L["1b"] = Instance.new("UIStroke", G2L["19"]);
- G2L["1b"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["1b"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.Settings.UIAspectRatioConstraint
- G2L["1c"] = Instance.new("UIAspectRatioConstraint", G2L["19"]);
- G2L["1c"]["AspectRatio"] = 1.96667;
- -- StarterGui.Menu (universal).GUI.Options.Visuals
- G2L["1d"] = Instance.new("TextButton", G2L["c"]);
- G2L["1d"]["TextWrapped"] = true;
- G2L["1d"]["BorderSizePixel"] = 0;
- G2L["1d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1d"]["TextSize"] = 14;
- G2L["1d"]["TextScaled"] = true;
- G2L["1d"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
- G2L["1d"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["1d"]["Size"] = UDim2.new(0.85871, 0, 0.13882, 0);
- G2L["1d"]["Name"] = [[Visuals]];
- G2L["1d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1d"]["Text"] = [[Visuals]];
- G2L["1d"]["Position"] = UDim2.new(0, 0, 0.27585, 0);
- -- StarterGui.Menu (universal).GUI.Options.Visuals.UIStroke
- G2L["1e"] = Instance.new("UIStroke", G2L["1d"]);
- G2L["1e"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.Visuals.UIStroke
- G2L["1f"] = Instance.new("UIStroke", G2L["1d"]);
- G2L["1f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["1f"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.Visuals.UIAspectRatioConstraint
- G2L["20"] = Instance.new("UIAspectRatioConstraint", G2L["1d"]);
- G2L["20"]["AspectRatio"] = 1.96667;
- -- StarterGui.Menu (universal).GUI.Options.Client
- G2L["21"] = Instance.new("TextButton", G2L["c"]);
- G2L["21"]["TextWrapped"] = true;
- G2L["21"]["BorderSizePixel"] = 0;
- G2L["21"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["21"]["TextSize"] = 14;
- G2L["21"]["TextScaled"] = true;
- G2L["21"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
- G2L["21"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["21"]["Size"] = UDim2.new(0.85871, 0, 0.13882, 0);
- G2L["21"]["Name"] = [[Client]];
- G2L["21"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["21"]["Text"] = [[Client]];
- G2L["21"]["Position"] = UDim2.new(0, 0, 0.1389, 0);
- -- StarterGui.Menu (universal).GUI.Options.Client.UIStroke
- G2L["22"] = Instance.new("UIStroke", G2L["21"]);
- G2L["22"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.Client.UIStroke
- G2L["23"] = Instance.new("UIStroke", G2L["21"]);
- G2L["23"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["23"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.Client.UIAspectRatioConstraint
- G2L["24"] = Instance.new("UIAspectRatioConstraint", G2L["21"]);
- G2L["24"]["AspectRatio"] = 1.96667;
- -- StarterGui.Menu (universal).GUI.Options.UIAspectRatioConstraint
- G2L["25"] = Instance.new("UIAspectRatioConstraint", G2L["c"]);
- G2L["25"]["AspectRatio"] = 0.31793;
- -- StarterGui.Menu (universal).GUI.Options.Open
- G2L["26"] = Instance.new("Color3Value", G2L["c"]);
- G2L["26"]["Name"] = [[Open]];
- G2L["26"]["Value"] = Color3.fromRGB(60, 61, 93);
- -- StarterGui.Menu (universal).GUI.Options.Closed
- G2L["27"] = Instance.new("Color3Value", G2L["c"]);
- G2L["27"]["Name"] = [[Closed]];
- G2L["27"]["Value"] = Color3.fromRGB(35, 32, 42);
- -- StarterGui.Menu (universal).GUI.Options.LocalScript
- G2L["28"] = Instance.new("LocalScript", G2L["c"]);
- -- StarterGui.Menu (universal).GUI.Options.Misc
- G2L["29"] = Instance.new("TextButton", G2L["c"]);
- G2L["29"]["TextWrapped"] = true;
- G2L["29"]["BorderSizePixel"] = 0;
- G2L["29"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["29"]["TextSize"] = 14;
- G2L["29"]["TextScaled"] = true;
- G2L["29"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
- G2L["29"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["29"]["Size"] = UDim2.new(0.85871, 0, 0.13882, 0);
- G2L["29"]["Name"] = [[Misc]];
- G2L["29"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["29"]["Text"] = [[Misc]];
- G2L["29"]["Position"] = UDim2.new(0, 0, 0.83464, 0);
- -- StarterGui.Menu (universal).GUI.Options.Misc.UIStroke
- G2L["2a"] = Instance.new("UIStroke", G2L["29"]);
- G2L["2a"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.Misc.UIStroke
- G2L["2b"] = Instance.new("UIStroke", G2L["29"]);
- G2L["2b"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["2b"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Options.Misc.UIAspectRatioConstraint
- G2L["2c"] = Instance.new("UIAspectRatioConstraint", G2L["29"]);
- G2L["2c"]["AspectRatio"] = 1.96667;
- -- StarterGui.Menu (universal).GUI.Options.Misc.UICorner
- G2L["2d"] = Instance.new("UICorner", G2L["29"]);
- G2L["2d"]["CornerRadius"] = UDim.new(0, 4);
- -- StarterGui.Menu (universal).GUI.MoveGUI
- G2L["2e"] = Instance.new("Frame", G2L["2"]);
- G2L["2e"]["ZIndex"] = 3;
- G2L["2e"]["BorderSizePixel"] = 0;
- G2L["2e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2e"]["Size"] = UDim2.new(0.50153, 0, 0.01359, 0);
- G2L["2e"]["Position"] = UDim2.new(0.25716, 0, 0.18313, 0);
- G2L["2e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2e"]["Name"] = [[MoveGUI]];
- G2L["2e"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.MoveGUI.UICorner
- G2L["2f"] = Instance.new("UICorner", G2L["2e"]);
- G2L["2f"]["CornerRadius"] = UDim.new(0, 4);
- -- StarterGui.Menu (universal).GUI.MoveGUI.LocalScript
- G2L["30"] = Instance.new("LocalScript", G2L["2e"]);
- -- StarterGui.Menu (universal).GUI.Guis
- G2L["31"] = Instance.new("Frame", G2L["2"]);
- G2L["31"]["ZIndex"] = 2;
- G2L["31"]["BorderSizePixel"] = 0;
- G2L["31"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["31"]["Size"] = UDim2.new(0.49606, 0, 0.658, 0);
- G2L["31"]["Position"] = UDim2.new(0.25737, 0, 0.18243, 0);
- G2L["31"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["31"]["Name"] = [[Guis]];
- G2L["31"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.Player
- G2L["32"] = Instance.new("Frame", G2L["31"]);
- G2L["32"]["Visible"] = false;
- G2L["32"]["ZIndex"] = 3;
- G2L["32"]["BorderSizePixel"] = 0;
- G2L["32"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["32"]["Size"] = UDim2.new(0.82977, 0, 1.01161, 0);
- G2L["32"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
- G2L["32"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["32"]["Name"] = [[Player]];
- G2L["32"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.Player.UIAspectRatioConstraint
- G2L["33"] = Instance.new("UIAspectRatioConstraint", G2L["32"]);
- G2L["33"]["AspectRatio"] = 1.4547;
- -- StarterGui.Menu (universal).GUI.Guis.Player.Info
- G2L["34"] = Instance.new("TextLabel", G2L["32"]);
- G2L["34"]["TextWrapped"] = true;
- G2L["34"]["BorderSizePixel"] = 0;
- G2L["34"]["TextSize"] = 14;
- G2L["34"]["TextScaled"] = true;
- G2L["34"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["34"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["34"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["34"]["BackgroundTransparency"] = 1;
- G2L["34"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
- G2L["34"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["34"]["Text"] = [[Player]];
- G2L["34"]["Name"] = [[Info]];
- G2L["34"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Player.Info.UIStroke
- G2L["35"] = Instance.new("UIStroke", G2L["34"]);
- G2L["35"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Player.Info.UIAspectRatioConstraint
- G2L["36"] = Instance.new("UIAspectRatioConstraint", G2L["34"]);
- G2L["36"]["AspectRatio"] = 5.66176;
- -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle1
- G2L["37"] = Instance.new("TextButton", G2L["32"]);
- G2L["37"]["TextWrapped"] = true;
- G2L["37"]["BorderSizePixel"] = 0;
- G2L["37"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["37"]["TextSize"] = 14;
- G2L["37"]["TextScaled"] = true;
- G2L["37"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["37"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["37"]["ZIndex"] = 2;
- G2L["37"]["Size"] = UDim2.new(0.32331, 0, 0.07699, 0);
- G2L["37"]["Name"] = [[Toggle1]];
- G2L["37"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["37"]["Text"] = [[Off]];
- G2L["37"]["Position"] = UDim2.new(0.07538, 0, 0.27369, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle1.UIAspectRatioConstraint
- G2L["38"] = Instance.new("UIAspectRatioConstraint", G2L["37"]);
- G2L["38"]["AspectRatio"] = 3.16092;
- -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle1.UIStroke
- G2L["39"] = Instance.new("UIStroke", G2L["37"]);
- G2L["39"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle1.UIStroke
- G2L["3a"] = Instance.new("UIStroke", G2L["37"]);
- G2L["3a"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["3a"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle1.UICorner
- G2L["3b"] = Instance.new("UICorner", G2L["37"]);
- G2L["3b"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Player.SpeedChanger
- G2L["3c"] = Instance.new("TextBox", G2L["32"]);
- G2L["3c"]["Name"] = [[SpeedChanger]];
- G2L["3c"]["PlaceholderColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["3c"]["BorderSizePixel"] = 0;
- G2L["3c"]["TextWrapped"] = true;
- G2L["3c"]["TextSize"] = 14;
- G2L["3c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["3c"]["TextScaled"] = true;
- G2L["3c"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["3c"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["3c"]["PlaceholderText"] = [[Change speed]];
- G2L["3c"]["Size"] = UDim2.new(0.25617, 0, 0.09915, 0);
- G2L["3c"]["Position"] = UDim2.new(0.03173, 0, 0.18894, 0);
- G2L["3c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["3c"]["Text"] = [[]];
- -- StarterGui.Menu (universal).GUI.Guis.Player.SpeedChanger.UIAspectRatioConstraint
- G2L["3d"] = Instance.new("UIAspectRatioConstraint", G2L["3c"]);
- G2L["3d"]["AspectRatio"] = 3.75862;
- -- StarterGui.Menu (universal).GUI.Guis.Player.SpeedChanger.UIStroke
- G2L["3e"] = Instance.new("UIStroke", G2L["3c"]);
- G2L["3e"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["3e"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Player.SpeedChanger.UIStroke
- G2L["3f"] = Instance.new("UIStroke", G2L["3c"]);
- G2L["3f"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Player.SpeedChanger.UICorner
- G2L["40"] = Instance.new("UICorner", G2L["3c"]);
- G2L["40"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Player.JumpChanger
- G2L["41"] = Instance.new("TextBox", G2L["32"]);
- G2L["41"]["Name"] = [[JumpChanger]];
- G2L["41"]["PlaceholderColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["41"]["BorderSizePixel"] = 0;
- G2L["41"]["TextWrapped"] = true;
- G2L["41"]["TextSize"] = 14;
- G2L["41"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["41"]["TextScaled"] = true;
- G2L["41"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["41"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["41"]["PlaceholderText"] = [[Change JumpPower]];
- G2L["41"]["Size"] = UDim2.new(0.25617, 0, 0.09915, 0);
- G2L["41"]["Position"] = UDim2.new(0.31728, 0, 0.18552, 0);
- G2L["41"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["41"]["Text"] = [[]];
- -- StarterGui.Menu (universal).GUI.Guis.Player.JumpChanger.UIAspectRatioConstraint
- G2L["42"] = Instance.new("UIAspectRatioConstraint", G2L["41"]);
- G2L["42"]["AspectRatio"] = 3.75862;
- -- StarterGui.Menu (universal).GUI.Guis.Player.JumpChanger.UIStroke
- G2L["43"] = Instance.new("UIStroke", G2L["41"]);
- G2L["43"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["43"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Player.JumpChanger.UIStroke
- G2L["44"] = Instance.new("UIStroke", G2L["41"]);
- G2L["44"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Player.JumpChanger.UICorner
- G2L["45"] = Instance.new("UICorner", G2L["41"]);
- G2L["45"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle2
- G2L["46"] = Instance.new("TextButton", G2L["32"]);
- G2L["46"]["TextWrapped"] = true;
- G2L["46"]["BorderSizePixel"] = 0;
- G2L["46"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["46"]["TextSize"] = 14;
- G2L["46"]["TextScaled"] = true;
- G2L["46"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["46"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["46"]["ZIndex"] = 2;
- G2L["46"]["Size"] = UDim2.new(0.32331, 0, 0.07699, 0);
- G2L["46"]["Name"] = [[Toggle2]];
- G2L["46"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["46"]["Text"] = [[Off]];
- G2L["46"]["Position"] = UDim2.new(0.36093, 0, 0.27027, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle2.UIAspectRatioConstraint
- G2L["47"] = Instance.new("UIAspectRatioConstraint", G2L["46"]);
- G2L["47"]["AspectRatio"] = 3.16092;
- -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle2.UIStroke
- G2L["48"] = Instance.new("UIStroke", G2L["46"]);
- G2L["48"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle2.UIStroke
- G2L["49"] = Instance.new("UIStroke", G2L["46"]);
- G2L["49"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["49"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle2.UICorner
- G2L["4a"] = Instance.new("UICorner", G2L["46"]);
- G2L["4a"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Player.InfiniteZoom
- G2L["4b"] = Instance.new("TextButton", G2L["32"]);
- G2L["4b"]["TextWrapped"] = true;
- G2L["4b"]["BorderSizePixel"] = 0;
- G2L["4b"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["4b"]["TextSize"] = 14;
- G2L["4b"]["TextScaled"] = true;
- G2L["4b"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["4b"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["4b"]["ZIndex"] = 2;
- G2L["4b"]["Size"] = UDim2.new(0.256, 0, 0.099, 0);
- G2L["4b"]["Name"] = [[InfiniteZoom]];
- G2L["4b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["4b"]["Text"] = [[Infinite zoom]];
- G2L["4b"]["Position"] = UDim2.new(0.60417, 0, 0.1848, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Player.InfiniteZoom.UIStroke
- G2L["4c"] = Instance.new("UIStroke", G2L["4b"]);
- G2L["4c"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Player.InfiniteZoom.UIStroke
- G2L["4d"] = Instance.new("UIStroke", G2L["4b"]);
- G2L["4d"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["4d"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Player.InfiniteZoom.UICorner
- G2L["4e"] = Instance.new("UICorner", G2L["4b"]);
- G2L["4e"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Player.InfiniteZoom.UIAspectRatioConstraint
- G2L["4f"] = Instance.new("UIAspectRatioConstraint", G2L["4b"]);
- G2L["4f"]["AspectRatio"] = 3.75862;
- -- StarterGui.Menu (universal).GUI.Guis.Player.LocalScript
- G2L["50"] = Instance.new("LocalScript", G2L["32"]);
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript
- G2L["51"] = Instance.new("LocalScript", G2L["32"]);
- G2L["51"]["Name"] = [[FlyScript]];
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Wind
- G2L["52"] = Instance.new("Sound", G2L["51"]);
- G2L["52"]["Name"] = [[Wind]];
- G2L["52"]["SoundId"] = [[rbxassetid://3308152153]];
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.BodyGyro
- G2L["53"] = Instance.new("BodyGyro", G2L["51"]);
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.BodyVelocity
- G2L["54"] = Instance.new("BodyVelocity", G2L["51"]);
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Flymoving
- G2L["55"] = Instance.new("BoolValue", G2L["51"]);
- G2L["55"]["Name"] = [[Flymoving]];
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover
- G2L["56"] = Instance.new("KeyframeSequence", G2L["51"]);
- G2L["56"]["Name"] = [[Hover]];
- G2L["56"]["Priority"] = Enum.AnimationPriority.Movement;
- -- Tags
- CollectionService:AddTag(G2L["56"], [[1655494505]]);
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe
- G2L["57"] = Instance.new("Keyframe", G2L["56"]);
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart
- G2L["58"] = Instance.new("Pose", G2L["57"]);
- G2L["58"]["Name"] = [[HumanoidRootPart]];
- G2L["58"]["Weight"] = 0;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso
- G2L["59"] = Instance.new("Pose", G2L["58"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["59"]["Name"] = [[LowerTorso]];
- G2L["59"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso
- G2L["5a"] = Instance.new("Pose", G2L["59"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["5a"]["Name"] = [[UpperTorso]];
- G2L["5a"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm
- G2L["5b"] = Instance.new("Pose", G2L["5a"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["5b"]["Name"] = [[LeftUpperArm]];
- G2L["5b"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm
- G2L["5c"] = Instance.new("Pose", G2L["5b"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["5c"]["Name"] = [[LeftLowerArm]];
- G2L["5c"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm.LeftHand
- G2L["5d"] = Instance.new("Pose", G2L["5c"]);
- G2L["5d"]["Name"] = [[LeftHand]];
- G2L["5d"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm
- G2L["5e"] = Instance.new("Pose", G2L["5a"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["5e"]["Name"] = [[RightUpperArm]];
- G2L["5e"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm
- G2L["5f"] = Instance.new("Pose", G2L["5e"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["5f"]["Name"] = [[RightLowerArm]];
- G2L["5f"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm.RightHand
- G2L["60"] = Instance.new("Pose", G2L["5f"]);
- G2L["60"]["Name"] = [[RightHand]];
- G2L["60"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.Head
- G2L["61"] = Instance.new("Pose", G2L["5a"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["61"]["Name"] = [[Head]];
- G2L["61"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg
- G2L["62"] = Instance.new("Pose", G2L["59"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["62"]["Name"] = [[LeftUpperLeg]];
- G2L["62"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg
- G2L["63"] = Instance.new("Pose", G2L["62"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["63"]["Name"] = [[LeftLowerLeg]];
- G2L["63"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg.LeftFoot
- G2L["64"] = Instance.new("Pose", G2L["63"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["64"]["Name"] = [[LeftFoot]];
- G2L["64"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg
- G2L["65"] = Instance.new("Pose", G2L["59"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["65"]["Name"] = [[RightUpperLeg]];
- G2L["65"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg
- G2L["66"] = Instance.new("Pose", G2L["65"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["66"]["Name"] = [[RightLowerLeg]];
- G2L["66"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg.RightFoot
- G2L["67"] = Instance.new("Pose", G2L["66"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["67"]["Name"] = [[RightFoot]];
- G2L["67"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe
- G2L["68"] = Instance.new("Keyframe", G2L["56"]);
- G2L["68"]["Time"] = 1.25;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart
- G2L["69"] = Instance.new("Pose", G2L["68"]);
- G2L["69"]["Name"] = [[HumanoidRootPart]];
- G2L["69"]["Weight"] = 0;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso
- G2L["6a"] = Instance.new("Pose", G2L["69"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["6a"]["Name"] = [[LowerTorso]];
- G2L["6a"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso
- G2L["6b"] = Instance.new("Pose", G2L["6a"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["6b"]["Name"] = [[UpperTorso]];
- G2L["6b"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm
- G2L["6c"] = Instance.new("Pose", G2L["6b"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["6c"]["Name"] = [[LeftUpperArm]];
- G2L["6c"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm
- G2L["6d"] = Instance.new("Pose", G2L["6c"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["6d"]["Name"] = [[LeftLowerArm]];
- G2L["6d"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm.LeftHand
- G2L["6e"] = Instance.new("Pose", G2L["6d"]);
- G2L["6e"]["Name"] = [[LeftHand]];
- G2L["6e"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm
- G2L["6f"] = Instance.new("Pose", G2L["6b"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["6f"]["Name"] = [[RightUpperArm]];
- G2L["6f"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm
- G2L["70"] = Instance.new("Pose", G2L["6f"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["70"]["Name"] = [[RightLowerArm]];
- G2L["70"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm.RightHand
- G2L["71"] = Instance.new("Pose", G2L["70"]);
- G2L["71"]["Name"] = [[RightHand]];
- G2L["71"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.Head
- G2L["72"] = Instance.new("Pose", G2L["6b"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["72"]["Name"] = [[Head]];
- G2L["72"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg
- G2L["73"] = Instance.new("Pose", G2L["6a"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["73"]["Name"] = [[LeftUpperLeg]];
- G2L["73"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg
- G2L["74"] = Instance.new("Pose", G2L["73"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["74"]["Name"] = [[LeftLowerLeg]];
- G2L["74"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg
- G2L["75"] = Instance.new("Pose", G2L["6a"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["75"]["Name"] = [[RightUpperLeg]];
- G2L["75"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg
- G2L["76"] = Instance.new("Pose", G2L["75"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["76"]["Name"] = [[RightLowerLeg]];
- G2L["76"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg.RightFoot
- G2L["77"] = Instance.new("Pose", G2L["76"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["77"]["Name"] = [[RightFoot]];
- G2L["77"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1
- G2L["78"] = Instance.new("Keyframe", G2L["56"]);
- G2L["78"]["Name"] = [[KF1]];
- G2L["78"]["Time"] = 2.5;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart
- G2L["79"] = Instance.new("Pose", G2L["78"]);
- G2L["79"]["Name"] = [[HumanoidRootPart]];
- G2L["79"]["Weight"] = 0;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso
- G2L["7a"] = Instance.new("Pose", G2L["79"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["7a"]["Name"] = [[LowerTorso]];
- G2L["7a"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso
- G2L["7b"] = Instance.new("Pose", G2L["7a"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["7b"]["Name"] = [[UpperTorso]];
- G2L["7b"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm
- G2L["7c"] = Instance.new("Pose", G2L["7b"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["7c"]["Name"] = [[LeftUpperArm]];
- G2L["7c"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm
- G2L["7d"] = Instance.new("Pose", G2L["7c"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["7d"]["Name"] = [[LeftLowerArm]];
- G2L["7d"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm.LeftHand
- G2L["7e"] = Instance.new("Pose", G2L["7d"]);
- G2L["7e"]["Name"] = [[LeftHand]];
- G2L["7e"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm
- G2L["7f"] = Instance.new("Pose", G2L["7b"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["7f"]["Name"] = [[RightUpperArm]];
- G2L["7f"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm
- G2L["80"] = Instance.new("Pose", G2L["7f"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["80"]["Name"] = [[RightLowerArm]];
- G2L["80"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm.RightHand
- G2L["81"] = Instance.new("Pose", G2L["80"]);
- G2L["81"]["Name"] = [[RightHand]];
- G2L["81"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.Head
- G2L["82"] = Instance.new("Pose", G2L["7b"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["82"]["Name"] = [[Head]];
- G2L["82"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.LeftUpperLeg
- G2L["83"] = Instance.new("Pose", G2L["7a"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["83"]["Name"] = [[LeftUpperLeg]];
- G2L["83"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg
- G2L["84"] = Instance.new("Pose", G2L["83"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["84"]["Name"] = [[LeftLowerLeg]];
- G2L["84"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg.LeftFoot
- G2L["85"] = Instance.new("Pose", G2L["84"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["85"]["Name"] = [[LeftFoot]];
- G2L["85"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.RightUpperLeg
- G2L["86"] = Instance.new("Pose", G2L["7a"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["86"]["Name"] = [[RightUpperLeg]];
- G2L["86"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg
- G2L["87"] = Instance.new("Pose", G2L["86"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["87"]["Name"] = [[RightLowerLeg]];
- G2L["87"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg.RightFoot
- G2L["88"] = Instance.new("Pose", G2L["87"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["88"]["Name"] = [[RightFoot]];
- G2L["88"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly
- G2L["89"] = Instance.new("KeyframeSequence", G2L["51"]);
- G2L["89"]["Name"] = [[Fly]];
- G2L["89"]["Priority"] = Enum.AnimationPriority.Movement;
- -- Tags
- CollectionService:AddTag(G2L["89"], [[1655494517]]);
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe
- G2L["8a"] = Instance.new("Keyframe", G2L["89"]);
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart
- G2L["8b"] = Instance.new("Pose", G2L["8a"]);
- G2L["8b"]["Name"] = [[HumanoidRootPart]];
- G2L["8b"]["Weight"] = 0;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso
- G2L["8c"] = Instance.new("Pose", G2L["8b"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["8c"]["Name"] = [[LowerTorso]];
- G2L["8c"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso
- G2L["8d"] = Instance.new("Pose", G2L["8c"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["8d"]["Name"] = [[UpperTorso]];
- G2L["8d"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm
- G2L["8e"] = Instance.new("Pose", G2L["8d"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["8e"]["Name"] = [[LeftUpperArm]];
- G2L["8e"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm
- G2L["8f"] = Instance.new("Pose", G2L["8e"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["8f"]["Name"] = [[LeftLowerArm]];
- G2L["8f"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm.LeftHand
- G2L["90"] = Instance.new("Pose", G2L["8f"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["90"]["Name"] = [[LeftHand]];
- G2L["90"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm
- G2L["91"] = Instance.new("Pose", G2L["8d"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["91"]["Name"] = [[RightUpperArm]];
- G2L["91"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm
- G2L["92"] = Instance.new("Pose", G2L["91"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["92"]["Name"] = [[RightLowerArm]];
- G2L["92"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm.RightHand
- G2L["93"] = Instance.new("Pose", G2L["92"]);
- G2L["93"]["Name"] = [[RightHand]];
- G2L["93"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.Head
- G2L["94"] = Instance.new("Pose", G2L["8d"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["94"]["Name"] = [[Head]];
- G2L["94"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg
- G2L["95"] = Instance.new("Pose", G2L["8c"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["95"]["Name"] = [[LeftUpperLeg]];
- G2L["95"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg
- G2L["96"] = Instance.new("Pose", G2L["95"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["96"]["Name"] = [[LeftLowerLeg]];
- G2L["96"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg.LeftFoot
- G2L["97"] = Instance.new("Pose", G2L["96"]);
- G2L["97"]["Name"] = [[LeftFoot]];
- G2L["97"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg
- G2L["98"] = Instance.new("Pose", G2L["8c"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["98"]["Name"] = [[RightUpperLeg]];
- G2L["98"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg
- G2L["99"] = Instance.new("Pose", G2L["98"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["99"]["Name"] = [[RightLowerLeg]];
- G2L["99"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg.RightFoot
- G2L["9a"] = Instance.new("Pose", G2L["99"]);
- G2L["9a"]["Name"] = [[RightFoot]];
- G2L["9a"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe
- G2L["9b"] = Instance.new("Keyframe", G2L["89"]);
- G2L["9b"]["Time"] = 0.5;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart
- G2L["9c"] = Instance.new("Pose", G2L["9b"]);
- G2L["9c"]["Name"] = [[HumanoidRootPart]];
- G2L["9c"]["Weight"] = 0;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso
- G2L["9d"] = Instance.new("Pose", G2L["9c"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["9d"]["Name"] = [[LowerTorso]];
- G2L["9d"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso
- G2L["9e"] = Instance.new("Pose", G2L["9d"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["9e"]["Name"] = [[UpperTorso]];
- G2L["9e"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm
- G2L["9f"] = Instance.new("Pose", G2L["9e"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["9f"]["Name"] = [[LeftUpperArm]];
- G2L["9f"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm
- G2L["a0"] = Instance.new("Pose", G2L["9f"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["a0"]["Name"] = [[LeftLowerArm]];
- G2L["a0"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm.LeftHand
- G2L["a1"] = Instance.new("Pose", G2L["a0"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["a1"]["Name"] = [[LeftHand]];
- G2L["a1"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm
- G2L["a2"] = Instance.new("Pose", G2L["9e"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["a2"]["Name"] = [[RightUpperArm]];
- G2L["a2"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm
- G2L["a3"] = Instance.new("Pose", G2L["a2"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["a3"]["Name"] = [[RightLowerArm]];
- G2L["a3"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm.RightHand
- G2L["a4"] = Instance.new("Pose", G2L["a3"]);
- G2L["a4"]["Name"] = [[RightHand]];
- G2L["a4"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.Head
- G2L["a5"] = Instance.new("Pose", G2L["9e"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["a5"]["Name"] = [[Head]];
- G2L["a5"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg
- G2L["a6"] = Instance.new("Pose", G2L["9d"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["a6"]["Name"] = [[LeftUpperLeg]];
- G2L["a6"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg
- G2L["a7"] = Instance.new("Pose", G2L["a6"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["a7"]["Name"] = [[LeftLowerLeg]];
- G2L["a7"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg.LeftFoot
- G2L["a8"] = Instance.new("Pose", G2L["a7"]);
- G2L["a8"]["Name"] = [[LeftFoot]];
- G2L["a8"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg
- G2L["a9"] = Instance.new("Pose", G2L["9d"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["a9"]["Name"] = [[RightUpperLeg]];
- G2L["a9"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg
- G2L["aa"] = Instance.new("Pose", G2L["a9"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["aa"]["Name"] = [[RightLowerLeg]];
- G2L["aa"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg.RightFoot
- G2L["ab"] = Instance.new("Pose", G2L["aa"]);
- G2L["ab"]["Name"] = [[RightFoot]];
- G2L["ab"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe
- G2L["ac"] = Instance.new("Keyframe", G2L["89"]);
- G2L["ac"]["Time"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart
- G2L["ad"] = Instance.new("Pose", G2L["ac"]);
- G2L["ad"]["Name"] = [[HumanoidRootPart]];
- G2L["ad"]["Weight"] = 0;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso
- G2L["ae"] = Instance.new("Pose", G2L["ad"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["ae"]["Name"] = [[LowerTorso]];
- G2L["ae"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso
- G2L["af"] = Instance.new("Pose", G2L["ae"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["af"]["Name"] = [[UpperTorso]];
- G2L["af"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm
- G2L["b0"] = Instance.new("Pose", G2L["af"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["b0"]["Name"] = [[LeftUpperArm]];
- G2L["b0"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm
- G2L["b1"] = Instance.new("Pose", G2L["b0"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["b1"]["Name"] = [[LeftLowerArm]];
- G2L["b1"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm.LeftHand
- G2L["b2"] = Instance.new("Pose", G2L["b1"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["b2"]["Name"] = [[LeftHand]];
- G2L["b2"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm
- G2L["b3"] = Instance.new("Pose", G2L["af"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["b3"]["Name"] = [[RightUpperArm]];
- G2L["b3"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm
- G2L["b4"] = Instance.new("Pose", G2L["b3"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["b4"]["Name"] = [[RightLowerArm]];
- G2L["b4"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm.RightHand
- G2L["b5"] = Instance.new("Pose", G2L["b4"]);
- G2L["b5"]["Name"] = [[RightHand]];
- G2L["b5"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.Head
- G2L["b6"] = Instance.new("Pose", G2L["af"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["b6"]["Name"] = [[Head]];
- G2L["b6"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg
- G2L["b7"] = Instance.new("Pose", G2L["ae"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["b7"]["Name"] = [[LeftUpperLeg]];
- G2L["b7"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg
- G2L["b8"] = Instance.new("Pose", G2L["b7"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["b8"]["Name"] = [[LeftLowerLeg]];
- G2L["b8"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg.LeftFoot
- G2L["b9"] = Instance.new("Pose", G2L["b8"]);
- G2L["b9"]["Name"] = [[LeftFoot]];
- G2L["b9"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg
- G2L["ba"] = Instance.new("Pose", G2L["ae"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["ba"]["Name"] = [[RightUpperLeg]];
- G2L["ba"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg
- G2L["bb"] = Instance.new("Pose", G2L["ba"]);
- -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["bb"]["Name"] = [[RightLowerLeg]];
- G2L["bb"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg.RightFoot
- G2L["bc"] = Instance.new("Pose", G2L["bb"]);
- G2L["bc"]["Name"] = [[RightFoot]];
- G2L["bc"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
- -- StarterGui.Menu (universal).GUI.Guis.Player.Fly
- G2L["bd"] = Instance.new("TextButton", G2L["32"]);
- G2L["bd"]["TextWrapped"] = true;
- G2L["bd"]["BorderSizePixel"] = 0;
- G2L["bd"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["bd"]["TextSize"] = 14;
- G2L["bd"]["TextScaled"] = true;
- G2L["bd"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["bd"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["bd"]["ZIndex"] = 2;
- G2L["bd"]["Size"] = UDim2.new(0.256, 0, 0.099, 0);
- G2L["bd"]["Name"] = [[Fly]];
- G2L["bd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["bd"]["Text"] = [[Fly]];
- G2L["bd"]["Position"] = UDim2.new(0.03145, 0, 0.40061, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Player.Fly.UIStroke
- G2L["be"] = Instance.new("UIStroke", G2L["bd"]);
- G2L["be"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Player.Fly.UIStroke
- G2L["bf"] = Instance.new("UIStroke", G2L["bd"]);
- G2L["bf"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["bf"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Player.Fly.UICorner
- G2L["c0"] = Instance.new("UICorner", G2L["bd"]);
- G2L["c0"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Player.Fly.UIAspectRatioConstraint
- G2L["c1"] = Instance.new("UIAspectRatioConstraint", G2L["bd"]);
- G2L["c1"]["AspectRatio"] = 3.75862;
- -- StarterGui.Menu (universal).GUI.Guis.Client
- G2L["c2"] = Instance.new("Frame", G2L["31"]);
- G2L["c2"]["Visible"] = false;
- G2L["c2"]["ZIndex"] = 3;
- G2L["c2"]["BorderSizePixel"] = 0;
- G2L["c2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["c2"]["Size"] = UDim2.new(0.82977, 0, 1.01161, 0);
- G2L["c2"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
- G2L["c2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c2"]["Name"] = [[Client]];
- G2L["c2"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.Client.UIAspectRatioConstraint
- G2L["c3"] = Instance.new("UIAspectRatioConstraint", G2L["c2"]);
- G2L["c3"]["AspectRatio"] = 1.4547;
- -- StarterGui.Menu (universal).GUI.Guis.Client.Info2
- G2L["c4"] = Instance.new("TextLabel", G2L["c2"]);
- G2L["c4"]["TextWrapped"] = true;
- G2L["c4"]["BorderSizePixel"] = 0;
- G2L["c4"]["TextSize"] = 14;
- G2L["c4"]["TextScaled"] = true;
- G2L["c4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["c4"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["c4"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["c4"]["BackgroundTransparency"] = 1;
- G2L["c4"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
- G2L["c4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c4"]["Text"] = [[Fake Stats]];
- G2L["c4"]["Name"] = [[Info2]];
- G2L["c4"]["Position"] = UDim2.new(0.02822, 0, 0.55924, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.Info2.UIStroke
- G2L["c5"] = Instance.new("UIStroke", G2L["c4"]);
- G2L["c5"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Client.Info2.UIAspectRatioConstraint
- G2L["c6"] = Instance.new("UIAspectRatioConstraint", G2L["c4"]);
- G2L["c6"]["AspectRatio"] = 5.66176;
- -- StarterGui.Menu (universal).GUI.Guis.Client.ScrollingFrame
- G2L["c7"] = Instance.new("ScrollingFrame", G2L["c2"]);
- G2L["c7"]["Active"] = true;
- G2L["c7"]["BorderSizePixel"] = 0;
- G2L["c7"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
- G2L["c7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["c7"]["Size"] = UDim2.new(0.76792, 0, 0.31098, 0);
- G2L["c7"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c7"]["Position"] = UDim2.new(0.02822, 0, 0.67241, 0);
- G2L["c7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c7"]["BackgroundTransparency"] = 0.95;
- -- StarterGui.Menu (universal).GUI.Guis.Client.ScrollingFrame.TextLabel
- G2L["c8"] = Instance.new("TextLabel", G2L["c7"]);
- G2L["c8"]["TextWrapped"] = true;
- G2L["c8"]["BorderSizePixel"] = 0;
- G2L["c8"]["TextSize"] = 14;
- G2L["c8"]["TextScaled"] = true;
- G2L["c8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["c8"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["c8"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["c8"]["BackgroundTransparency"] = 1;
- G2L["c8"]["Size"] = UDim2.new(0, 200, 0, 50);
- G2L["c8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c8"]["Text"] = [[COMING SOON!]];
- -- StarterGui.Menu (universal).GUI.Guis.Client.ScrollingFrame.TextLabel.UIStroke
- G2L["c9"] = Instance.new("UIStroke", G2L["c8"]);
- G2L["c9"]["Thickness"] = 9;
- -- StarterGui.Menu (universal).GUI.Guis.Client.ScrollingFrame.UIGridLayout
- G2L["ca"] = Instance.new("UIGridLayout", G2L["c7"]);
- G2L["ca"]["CellSize"] = UDim2.new(1, 0, 1, 0);
- G2L["ca"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- -- StarterGui.Menu (universal).GUI.Guis.Client.Invisible
- G2L["cb"] = Instance.new("TextButton", G2L["c2"]);
- G2L["cb"]["TextWrapped"] = true;
- G2L["cb"]["BorderSizePixel"] = 0;
- G2L["cb"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["cb"]["TextSize"] = 14;
- G2L["cb"]["TextScaled"] = true;
- G2L["cb"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["cb"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["cb"]["Size"] = UDim2.new(0.32331, 0, 0.14879, 0);
- G2L["cb"]["Name"] = [[Invisible]];
- G2L["cb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["cb"]["Text"] = [[Invisible]];
- G2L["cb"]["Position"] = UDim2.new(0.02822, 0, 0.21378, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.Invisible.UIAspectRatioConstraint
- G2L["cc"] = Instance.new("UIAspectRatioConstraint", G2L["cb"]);
- G2L["cc"]["AspectRatio"] = 3.16092;
- -- StarterGui.Menu (universal).GUI.Guis.Client.Invisible.UIStroke
- G2L["cd"] = Instance.new("UIStroke", G2L["cb"]);
- G2L["cd"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Client.Invisible.UIStroke
- G2L["ce"] = Instance.new("UIStroke", G2L["cb"]);
- G2L["ce"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["ce"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Client.Invisible.UICorner
- G2L["cf"] = Instance.new("UICorner", G2L["cb"]);
- G2L["cf"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox
- G2L["d0"] = Instance.new("TextButton", G2L["c2"]);
- G2L["d0"]["TextWrapped"] = true;
- G2L["d0"]["BorderSizePixel"] = 0;
- G2L["d0"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["d0"]["TextSize"] = 14;
- G2L["d0"]["TextScaled"] = true;
- G2L["d0"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["d0"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["d0"]["Size"] = UDim2.new(0.32331, 0, 0.14879, 0);
- G2L["d0"]["Name"] = [[Korblox]];
- G2L["d0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["d0"]["Text"] = [[Korblox]];
- G2L["d0"]["Position"] = UDim2.new(0.36798, 0, 0.38822, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox.UIAspectRatioConstraint
- G2L["d1"] = Instance.new("UIAspectRatioConstraint", G2L["d0"]);
- G2L["d1"]["AspectRatio"] = 3.16092;
- -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox.UIStroke
- G2L["d2"] = Instance.new("UIStroke", G2L["d0"]);
- G2L["d2"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox.UIStroke
- G2L["d3"] = Instance.new("UIStroke", G2L["d0"]);
- G2L["d3"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["d3"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox.UICorner
- G2L["d4"] = Instance.new("UICorner", G2L["d0"]);
- G2L["d4"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox.TextLabel
- G2L["d5"] = Instance.new("TextLabel", G2L["d0"]);
- G2L["d5"]["TextWrapped"] = true;
- G2L["d5"]["BorderSizePixel"] = 0;
- G2L["d5"]["TextSize"] = 14;
- G2L["d5"]["TextScaled"] = true;
- G2L["d5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["d5"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["d5"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["d5"]["BackgroundTransparency"] = 1;
- G2L["d5"]["Size"] = UDim2.new(0, 273, 0, 23);
- G2L["d5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["d5"]["Text"] = [[NOT WORKING!]];
- G2L["d5"]["Position"] = UDim2.new(0, 0, 0.71149, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox.TextLabel.UIStroke
- G2L["d6"] = Instance.new("UIStroke", G2L["d5"]);
- G2L["d6"]["Thickness"] = 3;
- -- StarterGui.Menu (universal).GUI.Guis.Client.NoArms
- G2L["d7"] = Instance.new("TextButton", G2L["c2"]);
- G2L["d7"]["TextWrapped"] = true;
- G2L["d7"]["BorderSizePixel"] = 0;
- G2L["d7"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["d7"]["TextSize"] = 14;
- G2L["d7"]["TextScaled"] = true;
- G2L["d7"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["d7"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["d7"]["Size"] = UDim2.new(0.32331, 0, 0.14879, 0);
- G2L["d7"]["Name"] = [[NoArms]];
- G2L["d7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["d7"]["Text"] = [[No arms]];
- G2L["d7"]["Position"] = UDim2.new(0.36798, 0, 0.2172, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.NoArms.UIAspectRatioConstraint
- G2L["d8"] = Instance.new("UIAspectRatioConstraint", G2L["d7"]);
- G2L["d8"]["AspectRatio"] = 3.16092;
- -- StarterGui.Menu (universal).GUI.Guis.Client.NoArms.UIStroke
- G2L["d9"] = Instance.new("UIStroke", G2L["d7"]);
- G2L["d9"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Client.NoArms.UIStroke
- G2L["da"] = Instance.new("UIStroke", G2L["d7"]);
- G2L["da"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["da"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Client.NoArms.UICorner
- G2L["db"] = Instance.new("UICorner", G2L["d7"]);
- G2L["db"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Client.NoLegs
- G2L["dc"] = Instance.new("TextButton", G2L["c2"]);
- G2L["dc"]["TextWrapped"] = true;
- G2L["dc"]["BorderSizePixel"] = 0;
- G2L["dc"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["dc"]["TextSize"] = 14;
- G2L["dc"]["TextScaled"] = true;
- G2L["dc"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["dc"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["dc"]["Size"] = UDim2.new(0.32331, 0, 0.14879, 0);
- G2L["dc"]["Name"] = [[NoLegs]];
- G2L["dc"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["dc"]["Text"] = [[No legs]];
- G2L["dc"]["Position"] = UDim2.new(0.02822, 0, 0.38651, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.NoLegs.UIAspectRatioConstraint
- G2L["dd"] = Instance.new("UIAspectRatioConstraint", G2L["dc"]);
- G2L["dd"]["AspectRatio"] = 3.16092;
- -- StarterGui.Menu (universal).GUI.Guis.Client.NoLegs.UIStroke
- G2L["de"] = Instance.new("UIStroke", G2L["dc"]);
- G2L["de"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Client.NoLegs.UIStroke
- G2L["df"] = Instance.new("UIStroke", G2L["dc"]);
- G2L["df"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["df"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Client.NoLegs.UICorner
- G2L["e0"] = Instance.new("UICorner", G2L["dc"]);
- G2L["e0"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Client.Info
- G2L["e1"] = Instance.new("TextLabel", G2L["c2"]);
- G2L["e1"]["TextWrapped"] = true;
- G2L["e1"]["BorderSizePixel"] = 0;
- G2L["e1"]["TextSize"] = 14;
- G2L["e1"]["TextScaled"] = true;
- G2L["e1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["e1"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["e1"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["e1"]["BackgroundTransparency"] = 1;
- G2L["e1"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
- G2L["e1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["e1"]["Text"] = [[Character]];
- G2L["e1"]["Name"] = [[Info]];
- G2L["e1"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.Info.UIStroke
- G2L["e2"] = Instance.new("UIStroke", G2L["e1"]);
- G2L["e2"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Client.Info.UIAspectRatioConstraint
- G2L["e3"] = Instance.new("UIAspectRatioConstraint", G2L["e1"]);
- G2L["e3"]["AspectRatio"] = 5.66176;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript
- G2L["e4"] = Instance.new("LocalScript", G2L["c2"]);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.TextButton
- G2L["e5"] = Instance.new("TextButton", G2L["e4"]);
- G2L["e5"]["TextWrapped"] = true;
- G2L["e5"]["BorderSizePixel"] = 0;
- G2L["e5"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["e5"]["TextSize"] = 14;
- G2L["e5"]["TextScaled"] = true;
- G2L["e5"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["e5"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["e5"]["Size"] = UDim2.new(0, 207, 0, 66);
- G2L["e5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["e5"]["Text"] = [[Stat]];
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.TextButton.UIAspectRatioConstraint
- G2L["e6"] = Instance.new("UIAspectRatioConstraint", G2L["e5"]);
- G2L["e6"]["AspectRatio"] = 3.13636;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.TextButton.UICorner
- G2L["e7"] = Instance.new("UICorner", G2L["e5"]);
- G2L["e7"]["CornerRadius"] = UDim.new(0, 7);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.TextButton.UIStroke
- G2L["e8"] = Instance.new("UIStroke", G2L["e5"]);
- G2L["e8"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.TextButton.LocalScript
- G2L["e9"] = Instance.new("LocalScript", G2L["e5"]);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat
- G2L["ea"] = Instance.new("Frame", G2L["e4"]);
- G2L["ea"]["Visible"] = false;
- G2L["ea"]["BorderSizePixel"] = 0;
- G2L["ea"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["ea"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["ea"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["ea"]["Name"] = [[Stat]];
- G2L["ea"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.UIAspectRatioConstraint
- G2L["eb"] = Instance.new("UIAspectRatioConstraint", G2L["ea"]);
- G2L["eb"]["AspectRatio"] = 1.4547;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.Info
- G2L["ec"] = Instance.new("TextLabel", G2L["ea"]);
- G2L["ec"]["TextWrapped"] = true;
- G2L["ec"]["BorderSizePixel"] = 0;
- G2L["ec"]["TextSize"] = 14;
- G2L["ec"]["TextScaled"] = true;
- G2L["ec"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["ec"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["ec"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["ec"]["BackgroundTransparency"] = 1;
- G2L["ec"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
- G2L["ec"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["ec"]["Text"] = [[stat]];
- G2L["ec"]["Name"] = [[Info]];
- G2L["ec"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.Info.UIStroke
- G2L["ed"] = Instance.new("UIStroke", G2L["ec"]);
- G2L["ed"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.Info.UIAspectRatioConstraint
- G2L["ee"] = Instance.new("UIAspectRatioConstraint", G2L["ec"]);
- G2L["ee"]["AspectRatio"] = 5.66176;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.Info2
- G2L["ef"] = Instance.new("TextLabel", G2L["ea"]);
- G2L["ef"]["TextWrapped"] = true;
- G2L["ef"]["BorderSizePixel"] = 0;
- G2L["ef"]["TextSize"] = 14;
- G2L["ef"]["TextScaled"] = true;
- G2L["ef"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["ef"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["ef"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["ef"]["BackgroundTransparency"] = 1;
- G2L["ef"]["Size"] = UDim2.new(0, 158, 0, 50);
- G2L["ef"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["ef"]["Text"] = [[Value: 0]];
- G2L["ef"]["Name"] = [[Info2]];
- G2L["ef"]["Position"] = UDim2.new(0.02716, 0, 0.18895, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.Info2.UIStroke
- G2L["f0"] = Instance.new("UIStroke", G2L["ef"]);
- G2L["f0"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.FakeValueText
- G2L["f1"] = Instance.new("TextLabel", G2L["ea"]);
- G2L["f1"]["TextWrapped"] = true;
- G2L["f1"]["BorderSizePixel"] = 0;
- G2L["f1"]["TextSize"] = 14;
- G2L["f1"]["TextScaled"] = true;
- G2L["f1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f1"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["f1"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f1"]["BackgroundTransparency"] = 1;
- G2L["f1"]["Size"] = UDim2.new(0, 395, 0, 67);
- G2L["f1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["f1"]["Text"] = [[Fake value (CLIENT ONLY!)]];
- G2L["f1"]["Name"] = [[FakeValueText]];
- G2L["f1"]["Position"] = UDim2.new(0.0366, 0, 0.35041, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.FakeValueText.UIStroke
- G2L["f2"] = Instance.new("UIStroke", G2L["f1"]);
- G2L["f2"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.ValueText
- G2L["f3"] = Instance.new("TextLabel", G2L["ea"]);
- G2L["f3"]["TextWrapped"] = true;
- G2L["f3"]["BorderSizePixel"] = 0;
- G2L["f3"]["TextSize"] = 14;
- G2L["f3"]["TextScaled"] = true;
- G2L["f3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f3"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["f3"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f3"]["BackgroundTransparency"] = 1;
- G2L["f3"]["Size"] = UDim2.new(0, 200, 0, 50);
- G2L["f3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["f3"]["Text"] = [[Value:]];
- G2L["f3"]["Name"] = [[ValueText]];
- G2L["f3"]["Position"] = UDim2.new(0.00236, 0, 0.4655, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.ValueText.UIStroke
- G2L["f4"] = Instance.new("UIStroke", G2L["f3"]);
- G2L["f4"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextBox
- G2L["f5"] = Instance.new("TextBox", G2L["ea"]);
- G2L["f5"]["PlaceholderColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f5"]["BorderSizePixel"] = 0;
- G2L["f5"]["TextWrapped"] = true;
- G2L["f5"]["TextSize"] = 14;
- G2L["f5"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f5"]["TextScaled"] = true;
- G2L["f5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f5"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["f5"]["PlaceholderText"] = [[CHANGE TO NUMBER]];
- G2L["f5"]["Size"] = UDim2.new(0, 158, 0, 50);
- G2L["f5"]["Position"] = UDim2.new(0.22598, 0, 0.4655, 0);
- G2L["f5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["f5"]["Text"] = [[]];
- G2L["f5"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextBox.UIStroke
- G2L["f6"] = Instance.new("UIStroke", G2L["f5"]);
- G2L["f6"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.SuccessOrError
- G2L["f7"] = Instance.new("TextLabel", G2L["ea"]);
- G2L["f7"]["TextWrapped"] = true;
- G2L["f7"]["BorderSizePixel"] = 0;
- G2L["f7"]["TextSize"] = 14;
- G2L["f7"]["TextScaled"] = true;
- G2L["f7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f7"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["f7"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["f7"]["BackgroundTransparency"] = 1;
- G2L["f7"]["Size"] = UDim2.new(0, 304, 0, 67);
- G2L["f7"]["Visible"] = false;
- G2L["f7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["f7"]["Text"] = [[Error!]];
- G2L["f7"]["Name"] = [[SuccessOrError]];
- G2L["f7"]["Position"] = UDim2.new(0.01726, 0, 0.83679, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.SuccessOrError.UIStroke
- G2L["f8"] = Instance.new("UIStroke", G2L["f7"]);
- G2L["f8"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.FakeStat
- G2L["f9"] = Instance.new("LocalScript", G2L["ea"]);
- G2L["f9"]["Name"] = [[FakeStat]];
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton
- G2L["fa"] = Instance.new("TextButton", G2L["ea"]);
- G2L["fa"]["TextWrapped"] = true;
- G2L["fa"]["BorderSizePixel"] = 0;
- G2L["fa"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["fa"]["TextSize"] = 14;
- G2L["fa"]["TextScaled"] = true;
- G2L["fa"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["fa"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["fa"]["Size"] = UDim2.new(0, 283, 0, 98);
- G2L["fa"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["fa"]["Text"] = [[Back]];
- G2L["fa"]["Position"] = UDim2.new(0.58983, 0, 0.78204, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton.UIStroke
- G2L["fb"] = Instance.new("UIStroke", G2L["fa"]);
- G2L["fb"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton.UIStroke
- G2L["fc"] = Instance.new("UIStroke", G2L["fa"]);
- G2L["fc"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["fc"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton.UICorner
- G2L["fd"] = Instance.new("UICorner", G2L["fa"]);
- G2L["fd"]["CornerRadius"] = UDim.new(0, 4);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.Stat
- G2L["fe"] = Instance.new("ObjectValue", G2L["ea"]);
- G2L["fe"]["Name"] = [[Stat]];
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton2
- G2L["ff"] = Instance.new("TextButton", G2L["ea"]);
- G2L["ff"]["TextWrapped"] = true;
- G2L["ff"]["BorderSizePixel"] = 0;
- G2L["ff"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["ff"]["TextSize"] = 14;
- G2L["ff"]["TextScaled"] = true;
- G2L["ff"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["ff"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["ff"]["Size"] = UDim2.new(0, 243, 0, 56);
- G2L["ff"]["BackgroundTransparency"] = 1;
- G2L["ff"]["Name"] = [[TextButton2]];
- G2L["ff"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["ff"]["Text"] = [[Off]];
- G2L["ff"]["Position"] = UDim2.new(0.0579, 0, 0.59714, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton2.UIStroke
- G2L["100"] = Instance.new("UIStroke", G2L["ff"]);
- G2L["100"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton2.UIStroke
- G2L["101"] = Instance.new("UIStroke", G2L["ff"]);
- G2L["101"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["101"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton2.UICorner
- G2L["102"] = Instance.new("UICorner", G2L["ff"]);
- G2L["102"]["CornerRadius"] = UDim.new(0, 4);
- -- StarterGui.Menu (universal).GUI.Guis.Visuals
- G2L["103"] = Instance.new("Frame", G2L["31"]);
- G2L["103"]["Visible"] = false;
- G2L["103"]["ZIndex"] = 3;
- G2L["103"]["BorderSizePixel"] = 0;
- G2L["103"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["103"]["Size"] = UDim2.new(0.83572, 0, 1.01167, 0);
- G2L["103"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
- G2L["103"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["103"]["Name"] = [[Visuals]];
- G2L["103"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.UIAspectRatioConstraint
- G2L["104"] = Instance.new("UIAspectRatioConstraint", G2L["103"]);
- G2L["104"]["AspectRatio"] = 1.4547;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.Info
- G2L["105"] = Instance.new("TextLabel", G2L["103"]);
- G2L["105"]["TextWrapped"] = true;
- G2L["105"]["BorderSizePixel"] = 0;
- G2L["105"]["TextSize"] = 14;
- G2L["105"]["TextScaled"] = true;
- G2L["105"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["105"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["105"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["105"]["BackgroundTransparency"] = 1;
- G2L["105"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
- G2L["105"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["105"]["Text"] = [[Visuals]];
- G2L["105"]["Name"] = [[Info]];
- G2L["105"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.Info.UIStroke
- G2L["106"] = Instance.new("UIStroke", G2L["105"]);
- G2L["106"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.Info.UIAspectRatioConstraint
- G2L["107"] = Instance.new("UIAspectRatioConstraint", G2L["105"]);
- G2L["107"]["AspectRatio"] = 5.66176;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.ESP
- G2L["108"] = Instance.new("TextButton", G2L["103"]);
- G2L["108"]["TextWrapped"] = true;
- G2L["108"]["BorderSizePixel"] = 0;
- G2L["108"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["108"]["TextSize"] = 14;
- G2L["108"]["TextScaled"] = true;
- G2L["108"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["108"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["108"]["ZIndex"] = 2;
- G2L["108"]["Size"] = UDim2.new(0.3028, 0, 0.12635, 0);
- G2L["108"]["Name"] = [[ESP]];
- G2L["108"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["108"]["Text"] = [[ESP]];
- G2L["108"]["Position"] = UDim2.new(0.10241, 0, 0.18822, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.ESP.UIStroke
- G2L["109"] = Instance.new("UIStroke", G2L["108"]);
- G2L["109"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.ESP.UIStroke
- G2L["10a"] = Instance.new("UIStroke", G2L["108"]);
- G2L["10a"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["10a"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.ESP.UICorner
- G2L["10b"] = Instance.new("UICorner", G2L["108"]);
- G2L["10b"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.ESP.UIAspectRatioConstraint
- G2L["10c"] = Instance.new("UIAspectRatioConstraint", G2L["108"]);
- G2L["10c"]["AspectRatio"] = 3.75862;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.Nametag
- G2L["10d"] = Instance.new("TextButton", G2L["103"]);
- G2L["10d"]["TextWrapped"] = true;
- G2L["10d"]["BorderSizePixel"] = 0;
- G2L["10d"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["10d"]["TextSize"] = 14;
- G2L["10d"]["TextScaled"] = true;
- G2L["10d"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["10d"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["10d"]["ZIndex"] = 2;
- G2L["10d"]["Size"] = UDim2.new(0.3028, 0, 0.12635, 0);
- G2L["10d"]["Name"] = [[Nametag]];
- G2L["10d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["10d"]["Text"] = [[Nametag]];
- G2L["10d"]["Position"] = UDim2.new(0.44084, 0, 0.18822, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.Nametag.UIStroke
- G2L["10e"] = Instance.new("UIStroke", G2L["10d"]);
- G2L["10e"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.Nametag.UIStroke
- G2L["10f"] = Instance.new("UIStroke", G2L["10d"]);
- G2L["10f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["10f"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.Nametag.UICorner
- G2L["110"] = Instance.new("UICorner", G2L["10d"]);
- G2L["110"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.Nametag.UIAspectRatioConstraint
- G2L["111"] = Instance.new("UIAspectRatioConstraint", G2L["10d"]);
- G2L["111"]["AspectRatio"] = 3.75862;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.GlowEffect
- G2L["112"] = Instance.new("TextButton", G2L["103"]);
- G2L["112"]["TextWrapped"] = true;
- G2L["112"]["BorderSizePixel"] = 0;
- G2L["112"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["112"]["TextSize"] = 14;
- G2L["112"]["TextScaled"] = true;
- G2L["112"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["112"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["112"]["ZIndex"] = 2;
- G2L["112"]["Size"] = UDim2.new(0.3028, 0, 0.12635, 0);
- G2L["112"]["Name"] = [[GlowEffect]];
- G2L["112"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["112"]["Text"] = [[Glow effect]];
- G2L["112"]["Position"] = UDim2.new(0.10123, 0, 0.3301, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.GlowEffect.UIStroke
- G2L["113"] = Instance.new("UIStroke", G2L["112"]);
- G2L["113"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.GlowEffect.UIStroke
- G2L["114"] = Instance.new("UIStroke", G2L["112"]);
- G2L["114"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["114"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.GlowEffect.UICorner
- G2L["115"] = Instance.new("UICorner", G2L["112"]);
- G2L["115"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.GlowEffect.UIAspectRatioConstraint
- G2L["116"] = Instance.new("UIAspectRatioConstraint", G2L["112"]);
- G2L["116"]["AspectRatio"] = 3.75862;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript
- G2L["117"] = Instance.new("LocalScript", G2L["103"]);
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.BodysdafawfAWF
- G2L["118"] = Instance.new("BillboardGui", G2L["117"]);
- G2L["118"]["Active"] = true;
- G2L["118"]["LightInfluence"] = 1;
- G2L["118"]["AlwaysOnTop"] = true;
- G2L["118"]["StudsOffset"] = Vector3.new(0.05, -0.05, 0);
- G2L["118"]["Size"] = UDim2.new(5, 0, 6, 0);
- G2L["118"]["Enabled"] = false;
- G2L["118"]["ClipsDescendants"] = true;
- G2L["118"]["Name"] = [[BodysdafawfAWF]];
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.BodysdafawfAWF.Frame
- G2L["119"] = Instance.new("Frame", G2L["118"]);
- G2L["119"]["BorderSizePixel"] = 0;
- G2L["119"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["119"]["Size"] = UDim2.new(0.95, 0, 0.95, 0);
- G2L["119"]["Position"] = UDim2.new(0.025, 0, 0.025, 0);
- G2L["119"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["119"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.BodysdafawfAWF.Frame.UICorner
- G2L["11a"] = Instance.new("UICorner", G2L["119"]);
- G2L["11a"]["CornerRadius"] = UDim.new(0, 9);
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.BodysdafawfAWF.Frame.UIStroke
- G2L["11b"] = Instance.new("UIStroke", G2L["119"]);
- G2L["11b"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.Nametagsdagawr145124sadasdf
- G2L["11c"] = Instance.new("BillboardGui", G2L["117"]);
- G2L["11c"]["Active"] = true;
- G2L["11c"]["LightInfluence"] = 1;
- G2L["11c"]["AlwaysOnTop"] = true;
- G2L["11c"]["StudsOffset"] = Vector3.new(0, 1.75, 0);
- G2L["11c"]["Size"] = UDim2.new(3.3, 0, 1.25, 0);
- G2L["11c"]["Enabled"] = false;
- G2L["11c"]["ClipsDescendants"] = true;
- G2L["11c"]["Name"] = [[Nametagsdagawr145124sadasdf]];
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.Nametagsdagawr145124sadasdf.TextLabel
- G2L["11d"] = Instance.new("TextLabel", G2L["11c"]);
- G2L["11d"]["TextWrapped"] = true;
- G2L["11d"]["BorderSizePixel"] = 0;
- G2L["11d"]["TextSize"] = 14;
- G2L["11d"]["TextScaled"] = true;
- G2L["11d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["11d"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["11d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["11d"]["BackgroundTransparency"] = 1;
- G2L["11d"]["Size"] = UDim2.new(0.85, 0, 1, 0);
- G2L["11d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["11d"]["Text"] = [[PlayerName]];
- G2L["11d"]["Position"] = UDim2.new(0.1, 0, 0, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.Nametagsdagawr145124sadasdf.TextLabel.UIStroke
- G2L["11e"] = Instance.new("UIStroke", G2L["11d"]);
- G2L["11e"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.HighlightsdasfAFFAFa
- G2L["11f"] = Instance.new("Highlight", G2L["117"]);
- G2L["11f"]["FillTransparency"] = 0.65;
- G2L["11f"]["Name"] = [[HighlightsdasfAFFAFa]];
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.EOn
- G2L["120"] = Instance.new("BoolValue", G2L["117"]);
- G2L["120"]["Name"] = [[EOn]];
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.HOn
- G2L["121"] = Instance.new("BoolValue", G2L["117"]);
- G2L["121"]["Name"] = [[HOn]];
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.NTOn
- G2L["122"] = Instance.new("BoolValue", G2L["117"]);
- G2L["122"]["Name"] = [[NTOn]];
- -- StarterGui.Menu (universal).GUI.Guis.Settings
- G2L["123"] = Instance.new("Frame", G2L["31"]);
- G2L["123"]["Visible"] = false;
- G2L["123"]["ZIndex"] = 3;
- G2L["123"]["BorderSizePixel"] = 0;
- G2L["123"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["123"]["Size"] = UDim2.new(0.83072, 0, 1.00991, 0);
- G2L["123"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
- G2L["123"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["123"]["Name"] = [[Settings]];
- G2L["123"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.Settings.UIAspectRatioConstraint
- G2L["124"] = Instance.new("UIAspectRatioConstraint", G2L["123"]);
- G2L["124"]["AspectRatio"] = 1.4547;
- -- StarterGui.Menu (universal).GUI.Guis.Settings.Info
- G2L["125"] = Instance.new("TextLabel", G2L["123"]);
- G2L["125"]["TextWrapped"] = true;
- G2L["125"]["BorderSizePixel"] = 0;
- G2L["125"]["TextSize"] = 14;
- G2L["125"]["TextScaled"] = true;
- G2L["125"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["125"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["125"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["125"]["BackgroundTransparency"] = 1;
- G2L["125"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
- G2L["125"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["125"]["Text"] = [[Settings]];
- G2L["125"]["Name"] = [[Info]];
- G2L["125"]["Position"] = UDim2.new(-0.00582, 0, 0.01203, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Settings.Info.UIStroke
- G2L["126"] = Instance.new("UIStroke", G2L["125"]);
- G2L["126"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Settings.Info.UIAspectRatioConstraint
- G2L["127"] = Instance.new("UIAspectRatioConstraint", G2L["125"]);
- G2L["127"]["AspectRatio"] = 5.66176;
- -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload
- G2L["128"] = Instance.new("TextButton", G2L["123"]);
- G2L["128"]["TextWrapped"] = true;
- G2L["128"]["BorderSizePixel"] = 0;
- G2L["128"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["128"]["TextSize"] = 14;
- G2L["128"]["TextScaled"] = true;
- G2L["128"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["128"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["128"]["Size"] = UDim2.new(0.35652, 0, 0.17569, 0);
- G2L["128"]["Name"] = [[Unload]];
- G2L["128"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["128"]["Text"] = [[Unload script]];
- G2L["128"]["Position"] = UDim2.new(0.03136, 0, 0.20272, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload.UIAspectRatioConstraint
- G2L["129"] = Instance.new("UIAspectRatioConstraint", G2L["128"]);
- G2L["129"]["AspectRatio"] = 2.95192;
- -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload.UICorner
- G2L["12a"] = Instance.new("UICorner", G2L["128"]);
- G2L["12a"]["CornerRadius"] = UDim.new(0, 4);
- -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload.UIStroke
- G2L["12b"] = Instance.new("UIStroke", G2L["128"]);
- G2L["12b"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload.UIStroke
- G2L["12c"] = Instance.new("UIStroke", G2L["128"]);
- G2L["12c"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["12c"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload.LocalScript
- G2L["12d"] = Instance.new("LocalScript", G2L["128"]);
- -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey
- G2L["12e"] = Instance.new("TextButton", G2L["123"]);
- G2L["12e"]["TextWrapped"] = true;
- G2L["12e"]["BorderSizePixel"] = 0;
- G2L["12e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["12e"]["TextSize"] = 14;
- G2L["12e"]["TextScaled"] = true;
- G2L["12e"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["12e"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["12e"]["Size"] = UDim2.new(0.35652, 0, 0.17569, 0);
- G2L["12e"]["Name"] = [[ToggleKey]];
- G2L["12e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["12e"]["Text"] = [[Toggle key (rightshift)]];
- G2L["12e"]["Position"] = UDim2.new(0.44606, 0, 0.20272, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey.UIAspectRatioConstraint
- G2L["12f"] = Instance.new("UIAspectRatioConstraint", G2L["12e"]);
- G2L["12f"]["AspectRatio"] = 2.95192;
- -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey.UICorner
- G2L["130"] = Instance.new("UICorner", G2L["12e"]);
- G2L["130"]["CornerRadius"] = UDim.new(0, 4);
- -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey.UIStroke
- G2L["131"] = Instance.new("UIStroke", G2L["12e"]);
- G2L["131"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey.UIStroke
- G2L["132"] = Instance.new("UIStroke", G2L["12e"]);
- G2L["132"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["132"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey.LocalScript
- G2L["133"] = Instance.new("LocalScript", G2L["12e"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD
- G2L["134"] = Instance.new("Frame", G2L["31"]);
- G2L["134"]["Visible"] = false;
- G2L["134"]["ZIndex"] = 3;
- G2L["134"]["BorderSizePixel"] = 0;
- G2L["134"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["134"]["Size"] = UDim2.new(0.82977, 0, 1.01161, 0);
- G2L["134"]["Position"] = UDim2.new(0.1594, 0, -0.00169, 0);
- G2L["134"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["134"]["Name"] = [[HUD]];
- G2L["134"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.UIAspectRatioConstraint
- G2L["135"] = Instance.new("UIAspectRatioConstraint", G2L["134"]);
- G2L["135"]["AspectRatio"] = 1.4547;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.Info
- G2L["136"] = Instance.new("TextLabel", G2L["134"]);
- G2L["136"]["TextWrapped"] = true;
- G2L["136"]["BorderSizePixel"] = 0;
- G2L["136"]["TextSize"] = 14;
- G2L["136"]["TextScaled"] = true;
- G2L["136"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["136"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["136"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["136"]["BackgroundTransparency"] = 1;
- G2L["136"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
- G2L["136"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["136"]["Text"] = [[HUD]];
- G2L["136"]["Name"] = [[Info]];
- G2L["136"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.Info.UIStroke
- G2L["137"] = Instance.new("UIStroke", G2L["136"]);
- G2L["137"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.Info.UIAspectRatioConstraint
- G2L["138"] = Instance.new("UIAspectRatioConstraint", G2L["136"]);
- G2L["138"]["AspectRatio"] = 5.66176;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.BGChanger
- G2L["139"] = Instance.new("TextButton", G2L["134"]);
- G2L["139"]["TextWrapped"] = true;
- G2L["139"]["BorderSizePixel"] = 0;
- G2L["139"]["TextColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["139"]["TextSize"] = 14;
- G2L["139"]["TextScaled"] = true;
- G2L["139"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["139"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["139"]["Size"] = UDim2.new(0.32591, 0, 0.10036, 0);
- G2L["139"]["Name"] = [[BGChanger]];
- G2L["139"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["139"]["Text"] = [[Darkblue]];
- G2L["139"]["Position"] = UDim2.new(0.02736, 0, 0.1886, 0);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.BGChanger.UIAspectRatioConstraint
- G2L["13a"] = Instance.new("UIAspectRatioConstraint", G2L["139"]);
- G2L["13a"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.BGChanger.UICorner
- G2L["13b"] = Instance.new("UICorner", G2L["139"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.BGChanger.UIStroke
- G2L["13c"] = Instance.new("UIStroke", G2L["139"]);
- G2L["13c"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.BGChanger.UIStroke
- G2L["13d"] = Instance.new("UIStroke", G2L["139"]);
- G2L["13d"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["13d"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame
- G2L["13e"] = Instance.new("ScrollingFrame", G2L["134"]);
- G2L["13e"]["Visible"] = false;
- G2L["13e"]["Active"] = true;
- G2L["13e"]["ZIndex"] = 2;
- G2L["13e"]["BorderSizePixel"] = 0;
- G2L["13e"]["CanvasSize"] = UDim2.new(0, 0, 1.45, 0);
- G2L["13e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["13e"]["Size"] = UDim2.new(0, 274, 0, 380);
- G2L["13e"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["13e"]["Position"] = UDim2.new(0.02736, 0, 0.29935, 0);
- G2L["13e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["13e"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.UIStroke
- G2L["13f"] = Instance.new("UIStroke", G2L["13e"]);
- G2L["13f"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.UIListLayout
- G2L["140"] = Instance.new("UIListLayout", G2L["13e"]);
- G2L["140"]["Padding"] = UDim.new(0, 7);
- G2L["140"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
- G2L["141"] = Instance.new("TextButton", G2L["13e"]);
- G2L["141"]["TextWrapped"] = true;
- G2L["141"]["BorderSizePixel"] = 0;
- G2L["141"]["TextColor3"] = Color3.fromRGB(107, 0, 3);
- G2L["141"]["TextSize"] = 14;
- G2L["141"]["TextScaled"] = true;
- G2L["141"]["BackgroundColor3"] = Color3.fromRGB(107, 0, 3);
- G2L["141"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["141"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["141"]["Name"] = [[Option]];
- G2L["141"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["141"]["Text"] = [[Darkred]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
- G2L["142"] = Instance.new("UIAspectRatioConstraint", G2L["141"]);
- G2L["142"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
- G2L["143"] = Instance.new("UICorner", G2L["141"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["144"] = Instance.new("UIStroke", G2L["141"]);
- G2L["144"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["145"] = Instance.new("UIStroke", G2L["141"]);
- G2L["145"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["145"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
- G2L["146"] = Instance.new("Color3Value", G2L["141"]);
- G2L["146"]["Name"] = [[Color]];
- G2L["146"]["Value"] = Color3.fromRGB(107, 0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
- G2L["147"] = Instance.new("TextButton", G2L["13e"]);
- G2L["147"]["TextWrapped"] = true;
- G2L["147"]["BorderSizePixel"] = 0;
- G2L["147"]["TextColor3"] = Color3.fromRGB(255, 131, 0);
- G2L["147"]["TextSize"] = 14;
- G2L["147"]["TextScaled"] = true;
- G2L["147"]["BackgroundColor3"] = Color3.fromRGB(255, 131, 0);
- G2L["147"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["147"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["147"]["Name"] = [[Option]];
- G2L["147"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["147"]["Text"] = [[Orange]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
- G2L["148"] = Instance.new("UIAspectRatioConstraint", G2L["147"]);
- G2L["148"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
- G2L["149"] = Instance.new("UICorner", G2L["147"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["14a"] = Instance.new("UIStroke", G2L["147"]);
- G2L["14a"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["14b"] = Instance.new("UIStroke", G2L["147"]);
- G2L["14b"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["14b"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
- G2L["14c"] = Instance.new("Color3Value", G2L["147"]);
- G2L["14c"]["Name"] = [[Color]];
- G2L["14c"]["Value"] = Color3.fromRGB(255, 131, 0);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
- G2L["14d"] = Instance.new("TextButton", G2L["13e"]);
- G2L["14d"]["TextWrapped"] = true;
- G2L["14d"]["BorderSizePixel"] = 0;
- G2L["14d"]["TextColor3"] = Color3.fromRGB(255, 255, 0);
- G2L["14d"]["TextSize"] = 14;
- G2L["14d"]["TextScaled"] = true;
- G2L["14d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 0);
- G2L["14d"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["14d"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["14d"]["Name"] = [[Option]];
- G2L["14d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["14d"]["Text"] = [[Yellow]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
- G2L["14e"] = Instance.new("UIAspectRatioConstraint", G2L["14d"]);
- G2L["14e"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
- G2L["14f"] = Instance.new("UICorner", G2L["14d"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["150"] = Instance.new("UIStroke", G2L["14d"]);
- G2L["150"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["151"] = Instance.new("UIStroke", G2L["14d"]);
- G2L["151"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["151"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
- G2L["152"] = Instance.new("Color3Value", G2L["14d"]);
- G2L["152"]["Name"] = [[Color]];
- G2L["152"]["Value"] = Color3.fromRGB(255, 255, 0);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
- G2L["153"] = Instance.new("TextButton", G2L["13e"]);
- G2L["153"]["TextWrapped"] = true;
- G2L["153"]["BorderSizePixel"] = 0;
- G2L["153"]["TextColor3"] = Color3.fromRGB(0, 255, 0);
- G2L["153"]["TextSize"] = 14;
- G2L["153"]["TextScaled"] = true;
- G2L["153"]["BackgroundColor3"] = Color3.fromRGB(0, 255, 0);
- G2L["153"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["153"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["153"]["Name"] = [[Option]];
- G2L["153"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["153"]["Text"] = [[Green]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
- G2L["154"] = Instance.new("UIAspectRatioConstraint", G2L["153"]);
- G2L["154"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
- G2L["155"] = Instance.new("UICorner", G2L["153"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["156"] = Instance.new("UIStroke", G2L["153"]);
- G2L["156"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["157"] = Instance.new("UIStroke", G2L["153"]);
- G2L["157"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["157"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
- G2L["158"] = Instance.new("Color3Value", G2L["153"]);
- G2L["158"]["Name"] = [[Color]];
- G2L["158"]["Value"] = Color3.fromRGB(0, 255, 0);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
- G2L["159"] = Instance.new("TextButton", G2L["13e"]);
- G2L["159"]["TextWrapped"] = true;
- G2L["159"]["BorderSizePixel"] = 0;
- G2L["159"]["TextColor3"] = Color3.fromRGB(0, 255, 255);
- G2L["159"]["TextSize"] = 14;
- G2L["159"]["TextScaled"] = true;
- G2L["159"]["BackgroundColor3"] = Color3.fromRGB(0, 255, 255);
- G2L["159"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["159"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["159"]["Name"] = [[Option]];
- G2L["159"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["159"]["Text"] = [[Cyan]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
- G2L["15a"] = Instance.new("UIAspectRatioConstraint", G2L["159"]);
- G2L["15a"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
- G2L["15b"] = Instance.new("UICorner", G2L["159"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["15c"] = Instance.new("UIStroke", G2L["159"]);
- G2L["15c"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["15d"] = Instance.new("UIStroke", G2L["159"]);
- G2L["15d"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["15d"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
- G2L["15e"] = Instance.new("Color3Value", G2L["159"]);
- G2L["15e"]["Name"] = [[Color]];
- G2L["15e"]["Value"] = Color3.fromRGB(0, 255, 255);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
- G2L["15f"] = Instance.new("TextButton", G2L["13e"]);
- G2L["15f"]["TextWrapped"] = true;
- G2L["15f"]["BorderSizePixel"] = 0;
- G2L["15f"]["TextColor3"] = Color3.fromRGB(0, 0, 255);
- G2L["15f"]["TextSize"] = 14;
- G2L["15f"]["TextScaled"] = true;
- G2L["15f"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 255);
- G2L["15f"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["15f"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["15f"]["Name"] = [[Option]];
- G2L["15f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["15f"]["Text"] = [[Blue]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
- G2L["160"] = Instance.new("UIAspectRatioConstraint", G2L["15f"]);
- G2L["160"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
- G2L["161"] = Instance.new("UICorner", G2L["15f"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["162"] = Instance.new("UIStroke", G2L["15f"]);
- G2L["162"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["163"] = Instance.new("UIStroke", G2L["15f"]);
- G2L["163"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["163"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
- G2L["164"] = Instance.new("Color3Value", G2L["15f"]);
- G2L["164"]["Name"] = [[Color]];
- G2L["164"]["Value"] = Color3.fromRGB(0, 0, 255);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
- G2L["165"] = Instance.new("TextButton", G2L["13e"]);
- G2L["165"]["TextWrapped"] = true;
- G2L["165"]["BorderSizePixel"] = 0;
- G2L["165"]["TextColor3"] = Color3.fromRGB(255, 0, 252);
- G2L["165"]["TextSize"] = 14;
- G2L["165"]["TextScaled"] = true;
- G2L["165"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 252);
- G2L["165"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["165"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["165"]["Name"] = [[Option]];
- G2L["165"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["165"]["Text"] = [[Pink]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
- G2L["166"] = Instance.new("UIAspectRatioConstraint", G2L["165"]);
- G2L["166"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
- G2L["167"] = Instance.new("UICorner", G2L["165"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["168"] = Instance.new("UIStroke", G2L["165"]);
- G2L["168"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["169"] = Instance.new("UIStroke", G2L["165"]);
- G2L["169"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["169"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
- G2L["16a"] = Instance.new("Color3Value", G2L["165"]);
- G2L["16a"]["Name"] = [[Color]];
- G2L["16a"]["Value"] = Color3.fromRGB(255, 0, 252);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
- G2L["16b"] = Instance.new("TextButton", G2L["13e"]);
- G2L["16b"]["TextWrapped"] = true;
- G2L["16b"]["BorderSizePixel"] = 0;
- G2L["16b"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["16b"]["TextSize"] = 14;
- G2L["16b"]["TextScaled"] = true;
- G2L["16b"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["16b"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["16b"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["16b"]["Name"] = [[Option]];
- G2L["16b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["16b"]["Text"] = [[Red]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
- G2L["16c"] = Instance.new("UIAspectRatioConstraint", G2L["16b"]);
- G2L["16c"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
- G2L["16d"] = Instance.new("UICorner", G2L["16b"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["16e"] = Instance.new("UIStroke", G2L["16b"]);
- G2L["16e"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["16f"] = Instance.new("UIStroke", G2L["16b"]);
- G2L["16f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["16f"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
- G2L["170"] = Instance.new("Color3Value", G2L["16b"]);
- G2L["170"]["Name"] = [[Color]];
- G2L["170"]["Value"] = Color3.fromRGB(255, 0, 0);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
- G2L["171"] = Instance.new("TextButton", G2L["13e"]);
- G2L["171"]["TextWrapped"] = true;
- G2L["171"]["BorderSizePixel"] = 0;
- G2L["171"]["TextColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["171"]["TextSize"] = 14;
- G2L["171"]["TextScaled"] = true;
- G2L["171"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["171"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["171"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["171"]["Name"] = [[Option]];
- G2L["171"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["171"]["Text"] = [[Darkblue]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
- G2L["172"] = Instance.new("UIAspectRatioConstraint", G2L["171"]);
- G2L["172"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
- G2L["173"] = Instance.new("UICorner", G2L["171"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["174"] = Instance.new("UIStroke", G2L["171"]);
- G2L["174"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["175"] = Instance.new("UIStroke", G2L["171"]);
- G2L["175"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["175"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
- G2L["176"] = Instance.new("Color3Value", G2L["171"]);
- G2L["176"]["Name"] = [[Color]];
- G2L["176"]["Value"] = Color3.fromRGB(36, 36, 55);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
- G2L["177"] = Instance.new("TextButton", G2L["13e"]);
- G2L["177"]["TextWrapped"] = true;
- G2L["177"]["BorderSizePixel"] = 0;
- G2L["177"]["TextColor3"] = Color3.fromRGB(0, 80, 77);
- G2L["177"]["TextSize"] = 14;
- G2L["177"]["TextScaled"] = true;
- G2L["177"]["BackgroundColor3"] = Color3.fromRGB(0, 80, 77);
- G2L["177"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["177"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["177"]["Name"] = [[Option]];
- G2L["177"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["177"]["Text"] = [[Darkcyan]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
- G2L["178"] = Instance.new("UIAspectRatioConstraint", G2L["177"]);
- G2L["178"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
- G2L["179"] = Instance.new("UICorner", G2L["177"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["17a"] = Instance.new("UIStroke", G2L["177"]);
- G2L["17a"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["17b"] = Instance.new("UIStroke", G2L["177"]);
- G2L["17b"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["17b"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
- G2L["17c"] = Instance.new("Color3Value", G2L["177"]);
- G2L["17c"]["Name"] = [[Color]];
- G2L["17c"]["Value"] = Color3.fromRGB(0, 80, 77);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
- G2L["17d"] = Instance.new("TextButton", G2L["13e"]);
- G2L["17d"]["TextWrapped"] = true;
- G2L["17d"]["BorderSizePixel"] = 0;
- G2L["17d"]["TextColor3"] = Color3.fromRGB(114, 118, 0);
- G2L["17d"]["TextSize"] = 14;
- G2L["17d"]["TextScaled"] = true;
- G2L["17d"]["BackgroundColor3"] = Color3.fromRGB(114, 118, 0);
- G2L["17d"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["17d"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["17d"]["Name"] = [[Option]];
- G2L["17d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["17d"]["Text"] = [[Darkyellow]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
- G2L["17e"] = Instance.new("UIAspectRatioConstraint", G2L["17d"]);
- G2L["17e"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
- G2L["17f"] = Instance.new("UICorner", G2L["17d"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["180"] = Instance.new("UIStroke", G2L["17d"]);
- G2L["180"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["181"] = Instance.new("UIStroke", G2L["17d"]);
- G2L["181"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["181"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
- G2L["182"] = Instance.new("Color3Value", G2L["17d"]);
- G2L["182"]["Name"] = [[Color]];
- G2L["182"]["Value"] = Color3.fromRGB(114, 118, 0);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
- G2L["183"] = Instance.new("TextButton", G2L["13e"]);
- G2L["183"]["TextWrapped"] = true;
- G2L["183"]["BorderSizePixel"] = 0;
- G2L["183"]["TextColor3"] = Color3.fromRGB(17, 55, 6);
- G2L["183"]["TextSize"] = 14;
- G2L["183"]["TextScaled"] = true;
- G2L["183"]["BackgroundColor3"] = Color3.fromRGB(17, 55, 6);
- G2L["183"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["183"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["183"]["Name"] = [[Option]];
- G2L["183"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["183"]["Text"] = [[Darkgreen]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
- G2L["184"] = Instance.new("UIAspectRatioConstraint", G2L["183"]);
- G2L["184"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
- G2L["185"] = Instance.new("UICorner", G2L["183"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["186"] = Instance.new("UIStroke", G2L["183"]);
- G2L["186"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["187"] = Instance.new("UIStroke", G2L["183"]);
- G2L["187"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["187"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
- G2L["188"] = Instance.new("Color3Value", G2L["183"]);
- G2L["188"]["Name"] = [[Color]];
- G2L["188"]["Value"] = Color3.fromRGB(17, 55, 6);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.UICorner
- G2L["189"] = Instance.new("UICorner", G2L["13e"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
- G2L["18a"] = Instance.new("TextButton", G2L["13e"]);
- G2L["18a"]["TextWrapped"] = true;
- G2L["18a"]["BorderSizePixel"] = 0;
- G2L["18a"]["TextColor3"] = Color3.fromRGB(55, 21, 7);
- G2L["18a"]["TextSize"] = 14;
- G2L["18a"]["TextScaled"] = true;
- G2L["18a"]["BackgroundColor3"] = Color3.fromRGB(55, 21, 7);
- G2L["18a"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["18a"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["18a"]["Name"] = [[Option]];
- G2L["18a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["18a"]["Text"] = [[Darkbrown]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
- G2L["18b"] = Instance.new("UIAspectRatioConstraint", G2L["18a"]);
- G2L["18b"]["AspectRatio"] = 4.72414;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
- G2L["18c"] = Instance.new("UICorner", G2L["18a"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["18d"] = Instance.new("UIStroke", G2L["18a"]);
- G2L["18d"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
- G2L["18e"] = Instance.new("UIStroke", G2L["18a"]);
- G2L["18e"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["18e"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
- G2L["18f"] = Instance.new("Color3Value", G2L["18a"]);
- G2L["18f"]["Name"] = [[Color]];
- G2L["18f"]["Value"] = Color3.fromRGB(55, 21, 7);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.LocalScript
- G2L["190"] = Instance.new("LocalScript", G2L["134"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line
- G2L["191"] = Instance.new("Frame", G2L["134"]);
- G2L["191"]["BorderSizePixel"] = 0;
- G2L["191"]["BackgroundColor3"] = Color3.fromRGB(174, 174, 174);
- G2L["191"]["Size"] = UDim2.new(0.46486, 0, 0.09444, 0);
- G2L["191"]["Position"] = UDim2.new(0.02199, 0, 0.59134, 0);
- G2L["191"]["Name"] = [[X-Line]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.LocalScript
- G2L["192"] = Instance.new("LocalScript", G2L["191"]);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.UICorner
- G2L["193"] = Instance.new("UICorner", G2L["191"]);
- G2L["193"]["CornerRadius"] = UDim.new(0.3, 0);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.TextButton
- G2L["194"] = Instance.new("TextButton", G2L["191"]);
- G2L["194"]["BorderSizePixel"] = 0;
- G2L["194"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["194"]["TextSize"] = 14;
- G2L["194"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["194"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["194"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["194"]["Size"] = UDim2.new(0.03958, 0, 5.48377, 0);
- G2L["194"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
- G2L["194"]["Text"] = [[]];
- G2L["194"]["Position"] = UDim2.new(0, 0, 0.5, 0);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.TextButton.UICorner
- G2L["195"] = Instance.new("UICorner", G2L["194"]);
- G2L["195"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.TextButton.UIAspectRatioConstraint
- G2L["196"] = Instance.new("UIAspectRatioConstraint", G2L["194"]);
- G2L["196"]["AspectRatio"] = 0.18667;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.TextButton.UIStroke
- G2L["197"] = Instance.new("UIStroke", G2L["194"]);
- G2L["197"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["197"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.UIAspectRatioConstraint
- G2L["198"] = Instance.new("UIAspectRatioConstraint", G2L["191"]);
- G2L["198"]["AspectRatio"] = 25.86563;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.Percentage
- G2L["199"] = Instance.new("IntValue", G2L["191"]);
- G2L["199"]["Name"] = [[Percentage]];
- -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.UIStroke
- G2L["19a"] = Instance.new("UIStroke", G2L["191"]);
- G2L["19a"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.Info2
- G2L["19b"] = Instance.new("TextLabel", G2L["134"]);
- G2L["19b"]["TextWrapped"] = true;
- G2L["19b"]["BorderSizePixel"] = 0;
- G2L["19b"]["TextSize"] = 14;
- G2L["19b"]["TextScaled"] = true;
- G2L["19b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["19b"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["19b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["19b"]["BackgroundTransparency"] = 1;
- G2L["19b"]["Size"] = UDim2.new(0.26918, 0, 0.08367, 0);
- G2L["19b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["19b"]["Text"] = [[Transparency]];
- G2L["19b"]["Name"] = [[Info2]];
- G2L["19b"]["Position"] = UDim2.new(0.00837, 0, 0.34456, 0);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.Info2.UIStroke
- G2L["19c"] = Instance.new("UIStroke", G2L["19b"]);
- G2L["19c"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.Info2.UIAspectRatioConstraint
- G2L["19d"] = Instance.new("UIAspectRatioConstraint", G2L["19b"]);
- G2L["19d"]["AspectRatio"] = 4.68;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.Info3
- G2L["19e"] = Instance.new("TextLabel", G2L["134"]);
- G2L["19e"]["TextWrapped"] = true;
- G2L["19e"]["BorderSizePixel"] = 0;
- G2L["19e"]["TextSize"] = 14;
- G2L["19e"]["TextScaled"] = true;
- G2L["19e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["19e"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["19e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["19e"]["BackgroundTransparency"] = 1;
- G2L["19e"]["Size"] = UDim2.new(0.26918, 0, 0.08367, 0);
- G2L["19e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["19e"]["Text"] = [[0]];
- G2L["19e"]["Name"] = [[Info3]];
- G2L["19e"]["Position"] = UDim2.new(0.10844, 0, 0.48131, 0);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.Info3.UIStroke
- G2L["19f"] = Instance.new("UIStroke", G2L["19e"]);
- G2L["19f"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.HUD.Info3.UIAspectRatioConstraint
- G2L["1a0"] = Instance.new("UIAspectRatioConstraint", G2L["19e"]);
- G2L["1a0"]["AspectRatio"] = 4.68;
- -- StarterGui.Menu (universal).GUI.Guis.Credits
- G2L["1a1"] = Instance.new("Frame", G2L["31"]);
- G2L["1a1"]["Visible"] = false;
- G2L["1a1"]["ZIndex"] = 3;
- G2L["1a1"]["BorderSizePixel"] = 0;
- G2L["1a1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1a1"]["Size"] = UDim2.new(0.82977, 0, 1.01161, 0);
- G2L["1a1"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
- G2L["1a1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1a1"]["Name"] = [[Credits]];
- G2L["1a1"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.Credits.UIAspectRatioConstraint
- G2L["1a2"] = Instance.new("UIAspectRatioConstraint", G2L["1a1"]);
- G2L["1a2"]["AspectRatio"] = 1.4547;
- -- StarterGui.Menu (universal).GUI.Guis.Credits.Info
- G2L["1a3"] = Instance.new("TextLabel", G2L["1a1"]);
- G2L["1a3"]["TextWrapped"] = true;
- G2L["1a3"]["BorderSizePixel"] = 0;
- G2L["1a3"]["TextSize"] = 14;
- G2L["1a3"]["TextScaled"] = true;
- G2L["1a3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1a3"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["1a3"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1a3"]["BackgroundTransparency"] = 1;
- G2L["1a3"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
- G2L["1a3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1a3"]["Text"] = [[Credits]];
- G2L["1a3"]["Name"] = [[Info]];
- G2L["1a3"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIStroke
- G2L["1a4"] = Instance.new("UIStroke", G2L["1a3"]);
- G2L["1a4"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIAspectRatioConstraint
- G2L["1a5"] = Instance.new("UIAspectRatioConstraint", G2L["1a3"]);
- G2L["1a5"]["AspectRatio"] = 5.66176;
- -- StarterGui.Menu (universal).GUI.Guis.Credits.Info
- G2L["1a6"] = Instance.new("TextLabel", G2L["1a1"]);
- G2L["1a6"]["TextWrapped"] = true;
- G2L["1a6"]["BorderSizePixel"] = 0;
- G2L["1a6"]["TextSize"] = 14;
- G2L["1a6"]["TextScaled"] = true;
- G2L["1a6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1a6"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["1a6"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1a6"]["BackgroundTransparency"] = 1;
- G2L["1a6"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
- G2L["1a6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1a6"]["Text"] = [[Scripter: BoboTheDev]];
- G2L["1a6"]["Name"] = [[Info]];
- G2L["1a6"]["Position"] = UDim2.new(0.02822, 0, 0.25473, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIStroke
- G2L["1a7"] = Instance.new("UIStroke", G2L["1a6"]);
- G2L["1a7"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIAspectRatioConstraint
- G2L["1a8"] = Instance.new("UIAspectRatioConstraint", G2L["1a6"]);
- G2L["1a8"]["AspectRatio"] = 5.66176;
- -- StarterGui.Menu (universal).GUI.Guis.Credits.Info
- G2L["1a9"] = Instance.new("TextLabel", G2L["1a1"]);
- G2L["1a9"]["TextWrapped"] = true;
- G2L["1a9"]["BorderSizePixel"] = 0;
- G2L["1a9"]["TextSize"] = 14;
- G2L["1a9"]["TextScaled"] = true;
- G2L["1a9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1a9"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["1a9"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1a9"]["BackgroundTransparency"] = 1;
- G2L["1a9"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
- G2L["1a9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1a9"]["Text"] = [[UI Designer: BoboTheDev]];
- G2L["1a9"]["Name"] = [[Info]];
- G2L["1a9"]["Position"] = UDim2.new(0.02822, 0, 0.37097, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIStroke
- G2L["1aa"] = Instance.new("UIStroke", G2L["1a9"]);
- G2L["1aa"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIAspectRatioConstraint
- G2L["1ab"] = Instance.new("UIAspectRatioConstraint", G2L["1a9"]);
- G2L["1ab"]["AspectRatio"] = 5.66176;
- -- StarterGui.Menu (universal).GUI.Guis.Credits.Info
- G2L["1ac"] = Instance.new("TextLabel", G2L["1a1"]);
- G2L["1ac"]["TextWrapped"] = true;
- G2L["1ac"]["BorderSizePixel"] = 0;
- G2L["1ac"]["TextSize"] = 14;
- G2L["1ac"]["TextScaled"] = true;
- G2L["1ac"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1ac"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["1ac"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1ac"]["BackgroundTransparency"] = 1;
- G2L["1ac"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
- G2L["1ac"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1ac"]["Text"] = [[Idea: BoboTheDev]];
- G2L["1ac"]["Name"] = [[Info]];
- G2L["1ac"]["Position"] = UDim2.new(0.02822, 0, 0.48721, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIStroke
- G2L["1ad"] = Instance.new("UIStroke", G2L["1ac"]);
- G2L["1ad"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIAspectRatioConstraint
- G2L["1ae"] = Instance.new("UIAspectRatioConstraint", G2L["1ac"]);
- G2L["1ae"]["AspectRatio"] = 5.66176;
- -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton
- G2L["1af"] = Instance.new("TextButton", G2L["1a1"]);
- G2L["1af"]["TextWrapped"] = true;
- G2L["1af"]["BorderSizePixel"] = 0;
- G2L["1af"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1af"]["TextSize"] = 14;
- G2L["1af"]["TextScaled"] = true;
- G2L["1af"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["1af"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["1af"]["Size"] = UDim2.new(0.57847, 0, 0.19574, 0);
- G2L["1af"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1af"]["Text"] = [[Join my discord server for updates and suggestions. (this button will copy the link to your clipboard)]];
- G2L["1af"]["Position"] = UDim2.new(0.05175, 0, 0.69596, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton.UIAspectRatioConstraint
- G2L["1b0"] = Instance.new("UIAspectRatioConstraint", G2L["1af"]);
- G2L["1b0"]["AspectRatio"] = 4.29915;
- -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton.UICorner
- G2L["1b1"] = Instance.new("UICorner", G2L["1af"]);
- G2L["1b1"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton.UIStroke
- G2L["1b2"] = Instance.new("UIStroke", G2L["1af"]);
- G2L["1b2"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["1b2"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton.UIStroke
- G2L["1b3"] = Instance.new("UIStroke", G2L["1af"]);
- G2L["1b3"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton.LocalScript
- G2L["1b4"] = Instance.new("LocalScript", G2L["1af"]);
- -- StarterGui.Menu (universal).GUI.Guis.Home
- G2L["1b5"] = Instance.new("Frame", G2L["31"]);
- G2L["1b5"]["ZIndex"] = 3;
- G2L["1b5"]["BorderSizePixel"] = 0;
- G2L["1b5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1b5"]["Size"] = UDim2.new(0.82977, 0, 1.01161, 0);
- G2L["1b5"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
- G2L["1b5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1b5"]["Name"] = [[Home]];
- G2L["1b5"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.Home.UIAspectRatioConstraint
- G2L["1b6"] = Instance.new("UIAspectRatioConstraint", G2L["1b5"]);
- G2L["1b6"]["AspectRatio"] = 1.4547;
- -- StarterGui.Menu (universal).GUI.Guis.Home.Info
- G2L["1b7"] = Instance.new("TextLabel", G2L["1b5"]);
- G2L["1b7"]["TextWrapped"] = true;
- G2L["1b7"]["BorderSizePixel"] = 0;
- G2L["1b7"]["TextSize"] = 14;
- G2L["1b7"]["TextScaled"] = true;
- G2L["1b7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1b7"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["1b7"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1b7"]["BackgroundTransparency"] = 1;
- G2L["1b7"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
- G2L["1b7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1b7"]["Text"] = [[Welcome to BoboHub!]];
- G2L["1b7"]["Name"] = [[Info]];
- G2L["1b7"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Home.Info.UIStroke
- G2L["1b8"] = Instance.new("UIStroke", G2L["1b7"]);
- G2L["1b8"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Home.Info.UIAspectRatioConstraint
- G2L["1b9"] = Instance.new("UIAspectRatioConstraint", G2L["1b7"]);
- G2L["1b9"]["AspectRatio"] = 5.66176;
- -- StarterGui.Menu (universal).GUI.Guis.Home.Info
- G2L["1ba"] = Instance.new("TextLabel", G2L["1b5"]);
- G2L["1ba"]["TextWrapped"] = true;
- G2L["1ba"]["BorderSizePixel"] = 0;
- G2L["1ba"]["TextSize"] = 14;
- G2L["1ba"]["TextScaled"] = true;
- G2L["1ba"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1ba"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["1ba"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1ba"]["BackgroundTransparency"] = 1;
- G2L["1ba"]["Size"] = UDim2.new(0.97176, 0, 0.75305, 0);
- G2L["1ba"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1ba"]["Text"] = [[Welcome to BoboHub! I am very glad you chose to use BoboHub. Use RightShift to toggle the gui.]];
- G2L["1ba"]["Name"] = [[Info]];
- G2L["1ba"]["Position"] = UDim2.new(0.02822, 0, 0.21054, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Home.Info.UIStroke
- G2L["1bb"] = Instance.new("UIStroke", G2L["1ba"]);
- G2L["1bb"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Home.Info.UIAspectRatioConstraint
- G2L["1bc"] = Instance.new("UIAspectRatioConstraint", G2L["1ba"]);
- G2L["1bc"]["AspectRatio"] = 1.87717;
- -- StarterGui.Menu (universal).GUI.Guis.Misc
- G2L["1bd"] = Instance.new("Frame", G2L["31"]);
- G2L["1bd"]["Visible"] = false;
- G2L["1bd"]["ZIndex"] = 3;
- G2L["1bd"]["BorderSizePixel"] = 0;
- G2L["1bd"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1bd"]["Size"] = UDim2.new(0.82977, 0, 1.01161, 0);
- G2L["1bd"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
- G2L["1bd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1bd"]["Name"] = [[Misc]];
- G2L["1bd"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.Misc.UIAspectRatioConstraint
- G2L["1be"] = Instance.new("UIAspectRatioConstraint", G2L["1bd"]);
- G2L["1be"]["AspectRatio"] = 1.4547;
- -- StarterGui.Menu (universal).GUI.Guis.Misc.Info
- G2L["1bf"] = Instance.new("TextLabel", G2L["1bd"]);
- G2L["1bf"]["TextWrapped"] = true;
- G2L["1bf"]["BorderSizePixel"] = 0;
- G2L["1bf"]["TextSize"] = 14;
- G2L["1bf"]["TextScaled"] = true;
- G2L["1bf"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1bf"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["1bf"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1bf"]["BackgroundTransparency"] = 1;
- G2L["1bf"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
- G2L["1bf"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1bf"]["Text"] = [[Misc]];
- G2L["1bf"]["Name"] = [[Info]];
- G2L["1bf"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Misc.Info.UIStroke
- G2L["1c0"] = Instance.new("UIStroke", G2L["1bf"]);
- G2L["1c0"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Misc.Info.UIAspectRatioConstraint
- G2L["1c1"] = Instance.new("UIAspectRatioConstraint", G2L["1bf"]);
- G2L["1c1"]["AspectRatio"] = 5.66176;
- -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript
- G2L["1c2"] = Instance.new("LocalScript", G2L["1bd"]);
- -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Body
- G2L["1c3"] = Instance.new("BillboardGui", G2L["1c2"]);
- G2L["1c3"]["Active"] = true;
- G2L["1c3"]["LightInfluence"] = 1;
- G2L["1c3"]["AlwaysOnTop"] = true;
- G2L["1c3"]["StudsOffset"] = Vector3.new(0.05, -0.05, 0);
- G2L["1c3"]["Size"] = UDim2.new(5, 0, 6, 0);
- G2L["1c3"]["Enabled"] = false;
- G2L["1c3"]["ClipsDescendants"] = true;
- G2L["1c3"]["Name"] = [[Body]];
- -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Body.Frame
- G2L["1c4"] = Instance.new("Frame", G2L["1c3"]);
- G2L["1c4"]["BorderSizePixel"] = 0;
- G2L["1c4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1c4"]["Size"] = UDim2.new(0.95, 0, 0.95, 0);
- G2L["1c4"]["Position"] = UDim2.new(0.025, 0, 0.025, 0);
- G2L["1c4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1c4"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Body.Frame.UICorner
- G2L["1c5"] = Instance.new("UICorner", G2L["1c4"]);
- G2L["1c5"]["CornerRadius"] = UDim.new(0, 9);
- -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Body.Frame.UIStroke
- G2L["1c6"] = Instance.new("UIStroke", G2L["1c4"]);
- G2L["1c6"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Nametag
- G2L["1c7"] = Instance.new("BillboardGui", G2L["1c2"]);
- G2L["1c7"]["Active"] = true;
- G2L["1c7"]["LightInfluence"] = 1;
- G2L["1c7"]["AlwaysOnTop"] = true;
- G2L["1c7"]["StudsOffset"] = Vector3.new(0, 1.75, 0);
- G2L["1c7"]["Size"] = UDim2.new(3.3, 0, 1.25, 0);
- G2L["1c7"]["Enabled"] = false;
- G2L["1c7"]["ClipsDescendants"] = true;
- G2L["1c7"]["Name"] = [[Nametag]];
- -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Nametag.TextLabel
- G2L["1c8"] = Instance.new("TextLabel", G2L["1c7"]);
- G2L["1c8"]["TextWrapped"] = true;
- G2L["1c8"]["BorderSizePixel"] = 0;
- G2L["1c8"]["TextSize"] = 14;
- G2L["1c8"]["TextScaled"] = true;
- G2L["1c8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1c8"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["1c8"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1c8"]["BackgroundTransparency"] = 1;
- G2L["1c8"]["Size"] = UDim2.new(0.85, 0, 1, 0);
- G2L["1c8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1c8"]["Text"] = [[PlayerName]];
- G2L["1c8"]["Position"] = UDim2.new(0.1, 0, 0, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Nametag.TextLabel.UIStroke
- G2L["1c9"] = Instance.new("UIStroke", G2L["1c8"]);
- G2L["1c9"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.Misc.CG
- G2L["1ca"] = Instance.new("TextButton", G2L["1bd"]);
- G2L["1ca"]["TextWrapped"] = true;
- G2L["1ca"]["BorderSizePixel"] = 0;
- G2L["1ca"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["1ca"]["TextSize"] = 14;
- G2L["1ca"]["TextScaled"] = true;
- G2L["1ca"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
- G2L["1ca"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["1ca"]["ZIndex"] = 2;
- G2L["1ca"]["Size"] = UDim2.new(0.3028, 0, 0.12635, 0);
- G2L["1ca"]["Name"] = [[CG]];
- G2L["1ca"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1ca"]["Text"] = [[Copy game]];
- G2L["1ca"]["Position"] = UDim2.new(0.10241, 0, 0.18822, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Misc.CG.UIStroke
- G2L["1cb"] = Instance.new("UIStroke", G2L["1ca"]);
- G2L["1cb"]["Thickness"] = 5;
- -- StarterGui.Menu (universal).GUI.Guis.Misc.CG.UIStroke
- G2L["1cc"] = Instance.new("UIStroke", G2L["1ca"]);
- G2L["1cc"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["1cc"]["Thickness"] = 2;
- -- StarterGui.Menu (universal).GUI.Guis.Misc.CG.UICorner
- G2L["1cd"] = Instance.new("UICorner", G2L["1ca"]);
- G2L["1cd"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu (universal).GUI.Guis.Misc.CG.UIAspectRatioConstraint
- G2L["1ce"] = Instance.new("UIAspectRatioConstraint", G2L["1ca"]);
- G2L["1ce"]["AspectRatio"] = 3.75862;
- -- StarterGui.Menu (universal).GUI.Guis.Misc.Info2
- G2L["1cf"] = Instance.new("TextLabel", G2L["1bd"]);
- G2L["1cf"]["TextWrapped"] = true;
- G2L["1cf"]["ZIndex"] = 2;
- G2L["1cf"]["BorderSizePixel"] = 0;
- G2L["1cf"]["TextSize"] = 14;
- G2L["1cf"]["TextScaled"] = true;
- G2L["1cf"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1cf"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["1cf"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1cf"]["BackgroundTransparency"] = 1;
- G2L["1cf"]["Size"] = UDim2.new(0.24217, 0, 0.0728, 0);
- G2L["1cf"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1cf"]["Text"] = [[Working but banable]];
- G2L["1cf"]["Name"] = [[Info2]];
- G2L["1cf"]["Position"] = UDim2.new(0.13172, 0, 0.26538, 0);
- -- StarterGui.Menu (universal).GUI.Guis.Misc.Info2.UIStroke
- G2L["1d0"] = Instance.new("UIStroke", G2L["1cf"]);
- G2L["1d0"]["Thickness"] = 4;
- -- StarterGui.Menu (universal).GUI.Guis.UIAspectRatioConstraint
- G2L["1d1"] = Instance.new("UIAspectRatioConstraint", G2L["31"]);
- G2L["1d1"]["AspectRatio"] = 1.77305;
- -- StarterGui.Menu (universal).GUI.Data
- G2L["1d2"] = Instance.new("LocalScript", G2L["2"]);
- G2L["1d2"]["Enabled"] = false;
- G2L["1d2"]["Name"] = [[Data]];
- G2L["1d2"]["Disabled"] = true;
- -- StarterGui.Menu (universal).GUI.Data.ESP
- G2L["1d3"] = Instance.new("BoolValue", G2L["1d2"]);
- G2L["1d3"]["Name"] = [[ESP]];
- -- StarterGui.Menu (universal).GUI.Data.Nametag
- G2L["1d4"] = Instance.new("BoolValue", G2L["1d2"]);
- G2L["1d4"]["Name"] = [[Nametag]];
- -- StarterGui.Menu (universal).GUI.Data.GlowEffect
- G2L["1d5"] = Instance.new("BoolValue", G2L["1d2"]);
- G2L["1d5"]["Name"] = [[GlowEffect]];
- -- StarterGui.Menu (universal).GUI.Data.Invisible
- G2L["1d6"] = Instance.new("BoolValue", G2L["1d2"]);
- G2L["1d6"]["Name"] = [[Invisible]];
- -- StarterGui.Menu (universal).GUI.Data.HUDColor
- G2L["1d7"] = Instance.new("Color3Value", G2L["1d2"]);
- G2L["1d7"]["Name"] = [[HUDColor]];
- G2L["1d7"]["Value"] = Color3.fromRGB(36, 36, 55);
- -- StarterGui.Menu (universal).GUI.Data.InfiniteZoom
- G2L["1d8"] = Instance.new("BoolValue", G2L["1d2"]);
- G2L["1d8"]["Name"] = [[InfiniteZoom]];
- -- StarterGui.Menu (universal).GUI.Data.NoLegs
- G2L["1d9"] = Instance.new("BoolValue", G2L["1d2"]);
- G2L["1d9"]["Name"] = [[NoLegs]];
- -- StarterGui.Menu (universal).GUI.Data.NoArms
- G2L["1da"] = Instance.new("BoolValue", G2L["1d2"]);
- G2L["1da"]["Name"] = [[NoArms]];
- -- StarterGui.Menu (universal).GUI.Data.JumpPower
- G2L["1db"] = Instance.new("IntValue", G2L["1d2"]);
- G2L["1db"]["Name"] = [[JumpPower]];
- -- StarterGui.Menu (universal).GUI.Data.SpeedOn
- G2L["1dc"] = Instance.new("BoolValue", G2L["1d2"]);
- G2L["1dc"]["Name"] = [[SpeedOn]];
- -- StarterGui.Menu (universal).GUI.Data.JumpOn
- G2L["1dd"] = Instance.new("BoolValue", G2L["1d2"]);
- G2L["1dd"]["Name"] = [[JumpOn]];
- -- StarterGui.Menu (universal).GUI.Data.TransparencyH
- G2L["1de"] = Instance.new("IntValue", G2L["1d2"]);
- G2L["1de"]["Name"] = [[TransparencyH]];
- -- StarterGui.Menu (universal).GUI.Data.Speed
- G2L["1df"] = Instance.new("IntValue", G2L["1d2"]);
- G2L["1df"]["Name"] = [[Speed]];
- -- StarterGui.Menu (universal).GUI.Data.XLinePosition
- G2L["1e0"] = Instance.new("IntValue", G2L["1d2"]);
- G2L["1e0"]["Name"] = [[XLinePosition]];
- -- StarterGui.Menu (universal).GUI.Data.HUDColor1
- G2L["1e1"] = Instance.new("IntValue", G2L["1d2"]);
- G2L["1e1"]["Name"] = [[HUDColor1]];
- -- StarterGui.Menu (universal).GUI.Data.HUDColor2
- G2L["1e2"] = Instance.new("IntValue", G2L["1d2"]);
- G2L["1e2"]["Name"] = [[HUDColor2]];
- -- StarterGui.Menu (universal).GUI.Data.HUDColor3
- G2L["1e3"] = Instance.new("IntValue", G2L["1d2"]);
- G2L["1e3"]["Name"] = [[HUDColor3]];
- -- StarterGui.Menu (universal).GUI.Options.LocalScript
- local function C_28()
- local script = G2L["28"];
- local OpenColor = script.Parent.Open.Value
- local ClosedColor = script.Parent.Closed.Value
- for _, Buttons in pairs(script.Parent:GetChildren()) do
- if Buttons:IsA("TextButton") then
- Buttons.MouseButton1Click:Connect(function()
- script.Parent.Parent.Guis.Home.Visible = false
- for _, UnClickedButtons in pairs(script.Parent:GetChildren()) do
- if UnClickedButtons:IsA("TextButton") then
- UnClickedButtons.BackgroundColor3 = ClosedColor
- end
- end
- Buttons.BackgroundColor3 = OpenColor
- local Frame = script.Parent.Parent.Guis:FindFirstChild(Buttons.Name)
- if Frame then
- Frame.Visible = true
- for _, OtherFrame in pairs(script.Parent.Parent.Guis:GetChildren()) do
- if OtherFrame:IsA("Frame") then
- if OtherFrame.Name ~= Buttons.Name then
- OtherFrame.Visible = false
- end
- end
- end
- end
- end)
- end
- end
- end;
- task.spawn(C_28);
- -- StarterGui.Menu (universal).GUI.MoveGUI.LocalScript
- local function C_30()
- local script = G2L["30"];
- local UIS = game:GetService('UserInputService')
- local DragPart = script.Parent.Parent.BG
- local frame = script.Parent.Parent
- local dragToggle = nil
- local dragSpeed = 0.15
- local dragStart = nil
- local startPos = nil
- local function updateInput(input)
- local delta = input.Position - dragStart
- local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
- startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
- end
- DragPart.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
- dragToggle = true
- dragStart = input.Position
- startPos = frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragToggle = false
- end
- end)
- end
- end)
- UIS.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- if dragToggle then
- updateInput(input)
- end
- end
- end)
- end;
- task.spawn(C_30);
- -- StarterGui.Menu (universal).GUI.Guis.Player.LocalScript
- local function C_50()
- local script = G2L["50"];
- local Player = game.Players.LocalPlayer
- local Character = Player.Character or Player.CharacterAdded:Wait()
- local Humanoid = Character:FindFirstChildWhichIsA("Humanoid")
- Humanoid.UseJumpPower = true
- local Speed = Humanoid.WalkSpeed
- local JumpPower = Humanoid.JumpPower
- local CameraMaxZoom = Player.CameraMaxZoomDistance
- local SC = script.Parent.SpeedChanger
- local JC = script.Parent.JumpChanger
- local T1 = script.Parent.Toggle1
- local T2 = script.Parent.Toggle2
- local IZ = script.Parent.InfiniteZoom
- local T1On = false
- local T2On = false
- local IZOn = false
- local Data = script.Parent.Parent.Parent.Parent.Parent:WaitForChild("Settings", 2)
- -- Wrapped these into functions so we can reapply them after respawn
- local function forceSetSpeed(targetSpeed)
- Humanoid.WalkSpeed = targetSpeed
- local attempts = 0
- repeat
- wait()
- attempts += 1
- Humanoid.WalkSpeed = targetSpeed
- until Humanoid.WalkSpeed == targetSpeed or attempts > 5
- end
- local function forceSetJumpPower(targetJump)
- Humanoid.JumpPower = targetJump
- local attempts = 0
- repeat
- wait()
- attempts += 1
- Humanoid.JumpPower = targetJump
- until Humanoid.JumpPower == targetJump or attempts > 5
- end
- -- Reusable function to update Humanoid reference on respawn
- local function onCharacterAdded(char)
- Character = char
- Humanoid = Character:WaitForChild("Humanoid")
- Humanoid.UseJumpPower = true
- -- Reapply the toggles if they were on
- if T1On and SC.Text ~= "" then
- forceSetSpeed(tonumber(SC.Text))
- end
- if T2On and JC.Text ~= "" then
- forceSetJumpPower(tonumber(JC.Text))
- end
- end
- Player.CharacterAdded:Connect(onCharacterAdded)
- T1.MouseButton1Click:Connect(function()
- if not T1On then
- T1On = true
- T1.TextColor3 = Color3.fromRGB(0, 255, 0)
- local speedValue = tonumber(SC.Text) or 16
- forceSetSpeed(speedValue)
- T1.Text = "On"
- else
- T1On = false
- T1.TextColor3 = Color3.fromRGB(255, 0, 0)
- forceSetSpeed(Speed)
- T1.Text = "Off"
- end
- end)
- T2.MouseButton1Click:Connect(function()
- if not T2On then
- T2On = true
- T2.TextColor3 = Color3.fromRGB(0, 255, 0)
- local jumpValue = tonumber(JC.Text) or 50
- forceSetJumpPower(jumpValue)
- T2.Text = "On"
- else
- T2On = false
- T2.TextColor3 = Color3.fromRGB(255, 0, 0)
- forceSetJumpPower(JumpPower)
- T2.Text = "Off"
- end
- end)
- IZ.MouseButton1Click:Connect(function()
- if not IZOn then
- IZOn = true
- Player.CameraMaxZoomDistance = 100000
- IZ.TextColor3 = Color3.fromRGB(0, 255, 0)
- else
- IZOn = false
- Player.CameraMaxZoomDistance = CameraMaxZoom
- IZ.TextColor3 = Color3.fromRGB(255, 0, 0)
- end
- end)
- -- Keep applying the values if toggles are on
- while wait() do
- if Humanoid then
- if T1On then
- Humanoid.WalkSpeed = tonumber(SC.Text)
- end
- if T2On then
- Humanoid.JumpPower = tonumber(JC.Text)
- end
- end
- end
- end;
- task.spawn(C_50);
- -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript
- local function C_51()
- local script = G2L["51"];
- local Button = script.Parent.Fly
- local HoverAnimID = "rbxassetid://131102640777117"
- local FlyAnimID = "rbxassetid://131102640777117"
- local WindSoundEnabled = false
- local BodyVelocity = script:WaitForChild("BodyVelocity"):Clone()
- local v3 = script.BodyGyro:Clone()
- local player = game.Players.LocalPlayer
- local Character = player.Character
- local Humanoid = Character:FindFirstChild("Humanoid") or Character:WaitForChild("Humanoid")
- BodyVelocity.Parent = Character
- v3.Parent = Character
- local Hover = Instance.new("Animation")
- Hover.AnimationId = HoverAnimID
- local Fly = Instance.new("Animation")
- Fly.AnimationId = FlyAnimID
- local Sound1 = Instance.new("Sound", Character.HumanoidRootPart)
- Sound1.SoundId = "rbxassetid://3308152153"
- Sound1.Name = "Sound1"
- if WindSoundEnabled == false then
- Sound1.Volume = 0
- end
- local v10 = Humanoid.Animator:LoadAnimation(Hover)
- local v11 = Humanoid.Animator:LoadAnimation(Fly)
- local Camera = game.Workspace.Camera
- local function u2()
- if Humanoid.MoveDirection == Vector3.new(0, 0, 0) then
- return Humanoid.MoveDirection
- end
- local v12 = (Camera.CFrame * CFrame.new((CFrame.new(Camera.CFrame.p, Camera.CFrame.p + Vector3.new(Camera.CFrame.lookVector.x, 0, Camera.CFrame.lookVector.z)):VectorToObjectSpace(Humanoid.MoveDirection)))).p - Camera.CFrame.p;
- if v12 == Vector3.new() then
- return v12
- end
- return v12.unit
- end
- local Flymoving = script.Flymoving
- local TweenService = game:GetService("TweenService")
- local UIS = game:GetService("UserInputService")
- local Flying = false
- game:GetService("RunService").RenderStepped:Connect(function()
- if player.Character == Character then
- if Flying == true then
- Humanoid:ChangeState(6)
- v3.CFrame = game.Workspace.Camera.CFrame
- if u2() == Vector3.new(0, 0, 0) then
- Flymoving.Value = false
- else
- Flymoving.Value = true
- end
- TweenService:Create(BodyVelocity, TweenInfo.new(0.3), {Velocity = u2() * 350}):Play()
- end
- end
- end)
- Flymoving.Changed:Connect(function(p1)
- if p1 == true then
- --TweenService:Create(Camera, TweenInfo.new(0.5), {FieldOfView = 100}):Play()
- v10:Stop()
- Sound1:Play()
- v11:Play()
- return
- end
- if p1 == false then
- --TweenService:Create(Camera, TweenInfo.new(0.5), {FieldOfView = 70}):Play()
- v11:Stop()
- Sound1:Stop()
- v10:Play()
- end
- end)
- local xractivated = false
- Button.MouseButton1Click:Connect(function()
- if Flying == false then
- Flying = true
- Button.TextColor3 = Color3.fromRGB(0, 255, 0)
- if Character:FindFirstChild("HumanoidRootPart") then
- v10:Play(0.1, 1, 1)
- Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running, false)
- Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing, false)
- Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
- Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall, false)
- Character.HumanoidRootPart.Running.Volume = 0
- Humanoid:ChangeState(6)
- BodyVelocity.Parent = Character.HumanoidRootPart
- v3.Parent = Character.HumanoidRootPart
- end
- else
- Flying = false
- Button.TextColor3 = Color3.fromRGB(255, 0, 0)
- Flymoving.Value = false
- Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running, true)
- Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing, true)
- Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown, true)
- Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall, true)
- Character.HumanoidRootPart.Running.Volume = 0.65
- Humanoid:ChangeState(8)
- BodyVelocity.Parent = Character
- v3.Parent = Character
- v10:Stop()
- v11:Stop()
- end
- end)
- end;
- task.spawn(C_51);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript
- local function C_e4()
- local script = G2L["e4"];
- local SF = script.Parent.ScrollingFrame
- local I = script.Parent.Invisible
- local NA = script.Parent.NoArms
- local NL = script.Parent.NoLegs
- local K = script.Parent.Korblox
- local IOn = false
- local NAOn = false
- local NLOn = false
- local KOn = false
- local Player = game.Players.LocalPlayer
- local Character = Player.Character
- local Humanoid = Character:FindFirstChildWhichIsA("Humanoid")
- local Data = script.Parent.Parent.Parent.Parent.Parent:WaitForChild("Settings", 2)
- --[[if Data.Invisible.Value == true then
- IOn = true
- I.TextColor3 = Color3.fromRGB(0, 255, 0)
- for _, BodyPart in pairs(Character:GetDescendants()) do
- if BodyPart:IsA("BasePart") then
- if not (BodyPart.Name == "HumanoidRootPart") then
- BodyPart.Transparency = 1
- end
- end
- end
- end
- if Data.NoArms.Value == true then
- NAOn = true
- NA.TextColor3 = Color3.fromRGB(0, 255, 0)
- if not (Character:FindFirstChild("Left Arm")) then
- Character.LeftLowerArm.Transparency = 1
- Character.LeftUpperArm.Transparency = 1
- Character.LeftHand.Transparency = 1
- Character.RightLowerArm.Transparency = 1
- Character.RightUpperArm.Transparency = 1
- Character.RightHand.Transparency = 1
- else
- Character["Left Arm"].Transparency = 1
- Character["Right Arm"].Transparency = 1
- end
- end
- if Data.NoLegs.Value == true then
- NLOn = true
- NL.TextColor3 = Color3.fromRGB(0, 255, 0)
- if not (Character:FindFirstChild("Left Leg")) then
- Character.LeftLowerLeg.Transparency = 1
- Character.LeftUpperLeg.Transparency = 1
- Character.LeftFoot.Transparency = 1
- Character.RightLowerLeg.Transparency = 1
- Character.RightUpperLeg.Transparency = 1
- Character.RightFoot.Transparency = 1
- else
- Character["Left Leg"].Transparency = 1
- Character["Right Leg"].Transparency = 1
- end
- end --]]
- local originalTransparency = {} -- Store original transparency
- I.MouseButton1Click:Connect(function()
- if not Character then return end
- IOn = not IOn
- I.TextColor3 = IOn and Color3.fromRGB(0, 255, 0) or Color3.fromRGB(255, 0, 0)
- --Data.Invisible.Value = IOn
- for _, BodyPart in pairs(Character:GetDescendants()) do
- if BodyPart:IsA("BasePart") and BodyPart.Name ~= "HumanoidRootPart" then
- if IOn then
- Character.Head.face.Transparency = 1
- originalTransparency[BodyPart] = BodyPart.Transparency -- Save original transparency
- BodyPart.Transparency = 1
- else
- Character.Head.face.Transparency = 0
- if originalTransparency[BodyPart] then
- BodyPart.Transparency = originalTransparency[BodyPart] -- Restore original transparency
- else
- BodyPart.Transparency = 0
- end
- end
- end
- end
- end)
- NA.MouseButton1Click:Connect(function()
- if NAOn == false then
- NAOn = true
- --Data.NoArms.Value = true
- NA.TextColor3 = Color3.fromRGB(0, 255, 0)
- if not (Character:FindFirstChild("Left Arm")) then
- Character.LeftLowerArm.Transparency = 1
- Character.LeftUpperArm.Transparency = 1
- Character.LeftHand.Transparency = 1
- Character.RightLowerArm.Transparency = 1
- Character.RightUpperArm.Transparency = 1
- Character.RightHand.Transparency = 1
- else
- Character["Left Arm"].Transparency = 1
- Character["Right Arm"].Transparency = 1
- end
- else
- NAOn = false
- --Data.NoArms.Value = false
- NA.TextColor3 = Color3.fromRGB(255, 0, 0)
- if not (Character:FindFirstChild("Left Arm")) then
- Character.LeftLowerArm.Transparency = 0
- Character.LeftUpperArm.Transparency = 0
- Character.LeftHand.Transparency = 0
- Character.RightLowerArm.Transparency = 0
- Character.RightUpperArm.Transparency = 0
- Character.RightHand.Transparency = 0
- else
- Character["Left Arm"].Transparency = 0
- Character["Right Arm"].Transparency = 0
- end
- end
- end)
- NL.MouseButton1Click:Connect(function()
- if NLOn == false then
- NLOn = true
- --Data.NoLegs.Value = true
- NL.TextColor3 = Color3.fromRGB(0, 255, 0)
- if not (Character:FindFirstChild("Left Leg")) then
- Character.LeftLowerLeg.Transparency = 1
- Character.LeftUpperLeg.Transparency = 1
- Character.LeftFoot.Transparency = 1
- Character.RightLowerLeg.Transparency = 1
- Character.RightUpperLeg.Transparency = 1
- Character.RightFoot.Transparency = 1
- else
- Character["Left Leg"].Transparency = 1
- Character["Right Leg"].Transparency = 1
- end
- else
- NLOn = false
- --Data.NoLegs.Value = false
- NL.TextColor3 = Color3.fromRGB(255, 0, 0)
- if not (Character:FindFirstChild("Left Leg")) then
- Character.LeftLowerLeg.Transparency = 0
- Character.LeftUpperLeg.Transparency = 0
- Character.LeftFoot.Transparency = 0
- Character.RightLowerLeg.Transparency = 0
- Character.RightUpperLeg.Transparency = 0
- Character.RightFoot.Transparency = 0
- else
- Character["Left Leg"].Transparency = 0
- Character["Right Leg"].Transparency = 0
- end
- end
- end)
- --[[for _, Stat in pairs(Player:GetChildren()) do
- if Stat:IsA("IntValue") or Stat:IsA("NumberValue") then
- local Button = script.TextButton:Clone()
- Button.Name = Stat.Name
- Button.Text = Stat.Name
- Button.Parent = SF
- local StatFrame = script.Stat:Clone()
- StatFrame.Name = Stat.Name
- StatFrame.Stat.Value = Stat
- StatFrame.Parent = script.Parent.Parent
- end
- if Stat:IsA("Folder") then
- for _, OtherStat in pairs(Stat:GetChildren()) do
- if OtherStat:IsA("IntValue") or OtherStat:IsA("NumberValue") then
- local Button = script.TextButton:Clone()
- Button.Name = OtherStat.Name
- Button.Text = OtherStat.Name
- Button.Parent = SF
- local StatFrame = script.Stat:Clone()
- StatFrame.Name = OtherStat.Name
- StatFrame.Stat.Value = OtherStat
- StatFrame.Parent = script.Parent.Parent
- end
- end
- end
- end --]]
- end;
- task.spawn(C_e4);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.TextButton.LocalScript
- local function C_e9()
- local script = G2L["e9"];
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Visible = false
- script.Parent.Parent.Parent.Parent:FindFirstChild(script.Parent.Name).Visible = true
- end)
- end;
- task.spawn(C_e9);
- -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.FakeStat
- local function C_f9()
- local script = G2L["f9"];
- local Stat = script.Parent.Stat
- local SOR = script.Parent.SuccessOrError
- local FakeValueTextBox = script.Parent.TextBox
- local On = false
- local Toggle = script.Parent.TextButton2
- local ValueBefore = Stat.Value
- script.Parent.Info2.Text = tostring(ValueBefore)
- Toggle.MouseButton1Click:Connect(function()
- if On then
- On = false
- Toggle.Text = "OFF"
- Toggle.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- else
- On = true
- Toggle.Text = "ON"
- Toggle.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- end
- end)
- Stat.Changed:Connect(function(Value)
- if not On then
- ValueBefore = Value
- script.Parent.Info2.Text = tostring(ValueBefore)
- end
- end)
- FakeValueTextBox.Changed:Connect(function()
- if On then
- if Stat then
- local FakeValue = tonumber(FakeValueTextBox.Text)
- local S, E = pcall(function()
- Stat.Value = FakeValue
- end)
- if S then
- SOR.TextColor3 = Color3.fromRGB(0, 255, 0)
- SOR.Text = "Success"
- SOR.Visible = true
- else
- SOR.TextColor3 = Color3.fromRGB(255, 0, 0)
- SOR.Text = tostring(E)
- SOR.Visible = true
- end
- end
- end
- end)
- script.Parent.TextButton.MouseButton1Click:Connect(function()
- script.Parent.Visible = false
- script.Parent.Parent.Client.Visible = true
- end)
- end;
- task.spawn(C_f9);
- -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript
- local function C_117()
- local script = G2L["117"];
- local Player = game.Players.LocalPlayer
- local H = script.HighlightsdasfAFFAFa
- local B = script.BodysdafawfAWF
- local NT = script.Nametagsdagawr145124sadasdf
- local HB = script.Parent.GlowEffect
- local EB = script.Parent.ESP
- local NTB = script.Parent.Nametag
- HB.MouseButton1Click:Connect(function()
- script.HOn.Value = not script.HOn.Value
- HB.TextColor3 = script.HOn.Value and Color3.fromRGB(0, 255, 0) or Color3.fromRGB(255, 0, 0)
- end)
- EB.MouseButton1Click:Connect(function()
- script.EOn.Value = not script.EOn.Value
- EB.TextColor3 = script.EOn.Value and Color3.fromRGB(0, 255, 0) or Color3.fromRGB(255, 0, 0)
- end)
- NTB.MouseButton1Click:Connect(function()
- script.NTOn.Value = not script.NTOn.Value
- NTB.TextColor3 = script.NTOn.Value and Color3.fromRGB(0, 255, 0) or Color3.fromRGB(255, 0, 0)
- end)
- while wait() do
- for _, Players in pairs(game.Players:GetPlayers()) do
- local Characters = Players.Character
- if Characters then
- if script.HOn.Value then
- if not (Characters:FindFirstChild(H.Name)) then
- local HC = H:Clone()
- HC.Parent = Characters
- end
- else
- local HC = Characters:FindFirstChild(H.Name)
- if HC then
- HC:Destroy()
- end
- end
- if script.EOn.Value then
- if not (Characters:FindFirstChild(B.Name)) then
- local BC = B:Clone()
- BC.Parent = Characters
- BC.Enabled = true
- end
- else
- local BC = Characters:FindFirstChild(B.Name)
- if BC and BC:IsA("BillboardGui") then
- BC:Destroy()
- end
- end
- if script.NTOn.Value then
- if not (Characters:FindFirstChild(NT.Name)) then
- local TC = NT:Clone()
- TC.Parent = Characters:WaitForChild("Head" ,5)
- TC.TextLabel.Text = Players.Name
- TC.Enabled = true
- end
- else
- local TC = Characters:WaitForChild("Head", 5):FindFirstChild(NT.Name)
- if TC then
- TC:Destroy()
- end
- end
- end
- end
- end
- end;
- task.spawn(C_117);
- -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload.LocalScript
- local function C_12d()
- local script = G2L["12d"];
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Parent.Parent:Destroy()
- end)
- end;
- task.spawn(C_12d);
- -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey.LocalScript
- local function C_133()
- local script = G2L["133"];
- local Detect = false
- local UserInputService = game:GetService("UserInputService")
- local Key = Enum.KeyCode.RightShift
- UserInputService.InputBegan:Connect(function(Input)
- if Detect == false then
- if Input.KeyCode == Key then
- script.Parent.Parent.Parent.Parent.Visible = not script.Parent.Parent.Parent.Parent.Visible
- end
- else
- if Detect == true then
- if Input.KeyCode and not (Input.KeyCode == Enum.KeyCode.Unknown) then
- Key = Input.KeyCode
- script.Parent.Text = "Toggle key ("..tostring(Key.Name)..")"
- Detect = false
- end
- end
- end
- end)
- script.Parent.MouseButton1Click:Connect(function()
- if Detect == false then
- script.Parent.Text = "Please press a key"
- Detect = true
- wait(3)
- Detect = false
- script.Parent.Text = "Toggle key ("..tostring(Key.Name)..")"
- end
- end)
- end;
- task.spawn(C_133);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.LocalScript
- local function C_190()
- local script = G2L["190"];
- local BGChangerButton = script.Parent.BGChanger
- local SCF = script.Parent.ScrollingFrame
- local Data = script.Parent.Parent.Parent.Parent.Parent:WaitForChild("Settings", 2) -- make it save
- BGChangerButton.MouseButton1Click:Connect(function()
- SCF.Visible = not SCF.Visible
- end)
- for _, ColorButton in pairs(SCF:GetChildren()) do
- if ColorButton:IsA("TextButton") then
- ColorButton.MouseButton1Click:Connect(function()
- local Color = ColorButton:FindFirstChild("Color")
- if Color and Color:IsA("Color3Value") then
- BGChangerButton.Text = ColorButton.Text
- BGChangerButton.BackgroundColor3 = Color.Value
- BGChangerButton.TextColor3 = Color.Value
- script.Parent.Parent.Parent.BG.BackgroundColor3 = Color.Value
- for _, Buttons in pairs(script.Parent.Parent.Parent:GetDescendants()) do
- if Buttons:IsA("TextButton") or Buttons:IsA("TextBox") then
- Buttons.BackgroundColor3 = Color.Value
- end
- end
- SCF.Visible = false
- end
- end)
- end
- end
- end;
- task.spawn(C_190);
- -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.LocalScript
- local function C_192()
- local script = G2L["192"];
- local UIS = game:GetService("UserInputService")
- local Dragging = false
- script.Parent.TextButton.MouseButton1Down:Connect(function()
- Dragging = true
- end)
- function ChangeToValue(Percent)
- local Value = math.floor(Percent*100)
- return Value
- end
- UIS.InputChanged:Connect(function()
- if Dragging then
- local MousePos = UIS:GetMouseLocation()+Vector2.new(0,-36)
- local RelPos = MousePos-script.Parent.AbsolutePosition
- local Percent = math.clamp(RelPos.X/script.Parent.AbsoluteSize.X,0,1)
- script.Parent.TextButton.Position = UDim2.new(Percent,0,script.Parent.TextButton.Position.Y.Scale,0)
- local FinalValue = ChangeToValue(Percent)
- script.Parent.Percentage.Value = FinalValue
- script.Parent.Parent.Parent.Parent.BG.Transparency = (FinalValue/100)
- script.Parent.Parent.Info3.Text = tostring((FinalValue/100))
- end
- end)
- UIS.InputEnded:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 then
- Dragging = false
- end
- end)
- end;
- task.spawn(C_192);
- -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton.LocalScript
- local function C_1b4()
- local script = G2L["1b4"];
- script.Parent.MouseButton1Click:Connect(function()
- setclipboard("https://discord.gg/C6Z4RY9YBn")
- end)
- end;
- task.spawn(C_1b4);
- -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript
- local function C_1c2()
- local script = G2L["1c2"];
- script.Parent.CG.MouseButton1Click:Connect(function()
- saveinstance()
- end)
- end;
- task.spawn(C_1c2);
- return G2L["1"], require;
Add Comment
Please, Sign In to add comment