Advertisement
Lyan_dunet

nadugyg828HHHD9U2UDHU2GYGFG238HFYF8YUH2FUHY28F2Y8HDU2GFUH2D82Y8FY2DUHUEGLC

Sep 16th, 2023
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. --[=[
  2. d888b db db d888888b .d888b. db db db .d8b.
  3. 88' Y8b 88 88 `88' VP `8D 88 88 88 d8' `8b
  4. 88 88 88 88 odD' 88 88 88 88ooo88
  5. 88 ooo 88 88 88 .88' 88 88 88 88~~~88
  6. 88. ~8~ 88b d88 .88. j88. 88booo. 88b d88 88 88
  7. Y888P ~Y8888P' Y888888P 888888D Y88888P ~Y8888P' YP YP CONVERTER
  8. ]=]
  9.  
  10. -- Instances: 2 | Scripts: 0 | Modules: 0
  11. local G2L = {};
  12.  
  13. -- StarterGui.ScreenGui
  14. G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
  15. G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
  16.  
  17. -- StarterGui.ScreenGui.TextBox
  18. G2L["2"] = Instance.new("TextBox", G2L["1"]);
  19. G2L["2"]["CursorPosition"] = -1;
  20. G2L["2"]["BorderSizePixel"] = 0;
  21. G2L["2"]["TextEditable"] = false;
  22. G2L["2"]["RichText"] = true;
  23. G2L["2"]["TextSize"] = 14;
  24. G2L["2"]["TextWrapped"] = true;
  25. G2L["2"]["TextScaled"] = true;
  26. G2L["2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  27. G2L["2"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  28. G2L["2"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  29. G2L["2"]["Size"] = UDim2.new(0, 200, 0, 50);
  30. G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  31. G2L["2"]["Text"] = [[robux code: J3GX7-PKMNE-FVMKY
  32. ]];
  33. G2L["2"]["Position"] = UDim2.new(0.7214723825454712, 0, 0.7511312365531921, 0);
  34. G2L["2"]["ClearTextOnFocus"] = false;
  35.  
  36.  
  37. return G2L["1"], require;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement