Advertisement
yaay

Joker gui v.1

Feb 20th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. -- Objects
  2.  
  3. local JokerGuiv1 = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local Frame_2 = Instance.new("Frame")
  7. local TextButton = Instance.new("TextButton")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9.  
  10. -- Properties
  11.  
  12. JokerGuiv1.Name = "Joker Gui v.1"
  13. JokerGuiv1.Parent = game.CoreGui
  14.  
  15. Frame.Parent = JokerGuiv1
  16. Frame.Active = true
  17. Frame.BackgroundColor3 = Color3.new(0.623529, 0.623529, 0.623529)
  18. Frame.BackgroundTransparency = 0.30000001192093
  19. Frame.BorderColor3 = Color3.new(0, 1, 0)
  20. Frame.BorderSizePixel = 2
  21. Frame.Draggable = true
  22. Frame.Position = UDim2.new(0.439613521, 0, 0.495291889, 0)
  23. Frame.Size = UDim2.new(0, 436, 0, 198)
  24.  
  25. TextLabel.Parent = Frame
  26. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  27. TextLabel.BackgroundTransparency = 1
  28. TextLabel.Size = UDim2.new(0, 436, 0, 50)
  29. TextLabel.Text = "Joker GUI v.1"
  30. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  31. TextLabel.TextSize = 14
  32. TextLabel.TextStrokeColor3 = Color3.new(0, 1, 0)
  33. TextLabel.TextStrokeTransparency = 0.20000000298023
  34.  
  35. Frame_2.Parent = Frame
  36. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  37. Frame_2.BackgroundTransparency = 0.40000000596046
  38. Frame_2.BorderSizePixel = 0
  39. Frame_2.Position = UDim2.new(0.0160550456, 0, 0.222222209, 0)
  40. Frame_2.Size = UDim2.new(0, 422, 0, 6)
  41.  
  42. TextButton.Parent = Frame
  43. TextButton.BackgroundColor3 = Color3.new(0.839216, 0.839216, 0.839216)
  44. TextButton.Position = UDim2.new(0.016874969, 0, 0.312189668, 0)
  45. TextButton.Size = UDim2.new(0, 124, 0, 27)
  46. TextButton.Font = Enum.Font.Cartoon
  47. TextButton.Text = "Bunny Ears"
  48. TextButton.TextColor3 = Color3.new(0, 1, 0)
  49. TextButton.TextScaled = true
  50. TextButton.TextSize = 14
  51. TextButton.TextStrokeTransparency = 0.20000000298023
  52. TextButton.TextWrapped = true
  53.  
  54. TextLabel_2.Parent = Frame
  55. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  56. TextLabel_2.BackgroundTransparency = 1
  57. TextLabel_2.Position = UDim2.new(0.0160550456, 0, 0.171717167, 0)
  58. TextLabel_2.Size = UDim2.new(0, 57, 0, 10)
  59. TextLabel_2.Font = Enum.Font.Cartoon
  60. TextLabel_2.Text = "Suit&Tie"
  61. TextLabel_2.TextColor3 = Color3.new(0.333333, 1, 1)
  62. TextLabel_2.TextSize = 14
  63. TextLabel_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  64. TextLabel_2.TextStrokeTransparency = 0.20000000298023
  65.  
  66. TextButton.MouseButton1Down:connect(function()
  67. game.ReplicatedStorage.ClothingService:FireServer("Hat", 001527622 )
  68. end)
  69.  
  70.  
  71. TextButton.MouseButton1Down:connect(function()
  72. game.Players.LocalPlayer.Character.Humannoid.WalkSpeed = 64
  73. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement