Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. local screengui=Instance.new("ScreenGui")
  2. local openmenu=Instance.new("Frame")
  3. local openMenuBTN=Instance.new("TextButton")
  4. themenu=Instance.new("Frame")
  5. local headerframe=Instance.new("Frame")
  6. scriptxlabel=Instance.new("TextLabel")
  7. local FELabel=Instance.new("TextLabel")
  8. screengui.Name="Menu"
  9. screengui.Parent=game.StarterGui;
  10. openmenu.Name="OpenMenu"
  11. openmenu.Parent=screengui
  12. openmenu.BackgroundColor3=Color3.new(0.298039,0.298039,0.298039)
  13. openmenu.Position=UDim2.new(0,0,0.922345459,0)
  14. openmenu.Size=UDim2.new(0,177,0,49)
  15. openmenu.Style=Enum.FrameStyle.DropShadow;
  16. openMenuBTN.Name="OpenMenuButton"
  17. openMenuBTN.Parent=openmenu
  18. openMenuBTN.BackgroundColor3=Color3.new(0.0431373,0.572549,0.690196)
  19. openMenuBTN.BorderSizePixel=0
  20. openMenuBTN.Position=UDim2.new(0.139414489,0,0.111819707,0)
  21. openMenuBTN.Size=UDim2.new(0,117,0,29)
  22. openMenuBTN.Style=Enum.ButtonStyle.RobloxRoundDefaultButton;
  23. openMenuBTN.Font=Enum.Font.Code;
  24. openMenuBTN.FontSize=Enum.FontSize.Size24
  25. openMenuBTN.Text="Open Menu"
  26. openMenuBTN.TextColor3=Color3.new(0,0,0)
  27. openMenuBTN.TextSize=20;
  28. themenu.Name="TheMenu"
  29. themenu.Parent=screengui;
  30. themenu.BackgroundColor3=Color3.new(1,1,1)
  31. themenu.Position=UDim2.new(0.305292994,0,0.136291593,0)
  32. themenu.Size=UDim2.new(0,683,0,176)
  33. headerframe.Name="HeaderFrame"
  34. headerframe.Parent=themenu;
  35. headerframe.BackgroundColor3=Color3.new(0,0,0)
  36. headerframe.BackgroundTransparency=0.050000000745058;
  37. openMenuBTN.Position=UDim2.new(0,0,-0.150997162,0)
  38. headerframe.Size=UDim2.new(0,683,0,53)
  39. scriptxlabel.Name="ScriptXLabel"
  40. scriptxlabel.Parent=headerframe
  41. scriptxlabel.BackgroundColor3=Color3.new(1,1,1)
  42. scriptxlabel.BackgroundTransparency=1
  43. scriptxlabel.BorderColor3=Color3.new(0.658824,0.0196078,0.658824) //R168 G5 B168
  44. scriptxlabel.BorderSizePixel=4
  45. scriptxlabel.Position=UDim2.new(0,0,0.0566037744,0)
  46. scriptxlabel.Size=UDim2.new(0,200,0,50)
  47. scriptxlabel.Font=Enum.Font.Code
  48. scriptxlabel.FontSize=Enum.FontSize.Size32;
  49. scriptxlabel.Text="ScriptX"
  50. scriptxlabel.TextColor3=Color3.new(0.392157,0.054902,0.376471)
  51. scriptxlabel.TextSize=30
  52. scriptxlabel.TextStrokeColor3=Color3.new(0.45098,0,0.337255)
  53. scriptxlabel.TextStrokeTransparency=0;
  54. FELabel.Name="FilteringLabel"
  55. FELabel.Parent=bb
  56. FELabel.BackgroundColor3=Color3.new(1,1,1)
  57. FELabel.BackgroundTransparency=1
  58. FELabel.Position=UDim2.new(0.579795003,0,0.0566037744,0)
  59. FELabel.Size=UDim2.new(0,200,0,50)
  60. FELabel.Font=Enum.Font.Code
  61. FELabel.FontSize=Enum.FontSize.Size18
  62. FELabel.Text="Filtering : "+game.Workspace.FilteringEnabled;
  63. FELabel.TextColor3=Color3.new(0.980392,0,0.0156863)
  64. FELabel.TextSize=16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement