Advertisement
FurkingBoi

Dancing

May 1st, 2020
928
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local GUI = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local OpenButton = Instance.new("TextButton")
  7. local MainFrame = Instance.new("Frame")
  8. local FrameOben = Instance.new("Frame")
  9. local TextOben = Instance.new("TextLabel")
  10. local FrameUnten = Instance.new("Frame")
  11. local TextUnten = Instance.new("TextLabel")
  12. local Start = Instance.new("TextButton")
  13. local Stop = Instance.new("TextButton")
  14. local Close = Instance.new("TextButton")
  15. --Properties:
  16. GUI.Name = "GUI"
  17. GUI.Parent = game.CoreGui
  18. GUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. OpenFrame.Name = "OpenFrame"
  21. OpenFrame.Parent = GUI
  22. OpenFrame.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  23. OpenFrame.BorderColor3 = Color3.new(0, 0, 0)
  24. OpenFrame.Position = UDim2.new(0, 0, 0.76660341, 0)
  25. OpenFrame.Size = UDim2.new(0, 115, 0, 29)
  26.  
  27. OpenButton.Name = "OpenButton"
  28. OpenButton.Parent = OpenFrame
  29. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  30. OpenButton.BackgroundTransparency = 1
  31. OpenButton.BorderSizePixel = 0
  32. OpenButton.Size = UDim2.new(0, 115, 0, 29)
  33. OpenButton.Font = Enum.Font.Highway
  34. OpenButton.Text = "Open"
  35. OpenButton.TextColor3 = Color3.new(0.72549, 0.52549, 0.117647)
  36. OpenButton.TextSize = 20
  37. OpenButton.MouseButton1Down:connect(function()
  38. OpenFrame.Visible = false
  39. end)
  40. OpenButton.MouseButton1Down:connect(function()
  41. MainFrame.Visible = true
  42. end)
  43.  
  44. MainFrame.Name = "MainFrame"
  45. MainFrame.Parent = GUI
  46. MainFrame.Active = true
  47. MainFrame.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  48. MainFrame.BackgroundTransparency = 0.15000000596046
  49. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  50. MainFrame.Position = UDim2.new(0.376914024, 0, 0.275142312, 0)
  51. MainFrame.Size = UDim2.new(0, 208, 0, 236)
  52. MainFrame.Visible = false
  53.  
  54. FrameOben.Name = "FrameOben"
  55. FrameOben.Parent = MainFrame
  56. FrameOben.BackgroundColor3 = Color3.new(0.74902, 0.615686, 0.129412)
  57. FrameOben.BorderColor3 = Color3.new(0, 0, 0)
  58. FrameOben.Position = UDim2.new(-0.0479960814, 0, -0.0466011837, 0)
  59. FrameOben.Size = UDim2.new(0, 227, 0, 36)
  60.  
  61. TextOben.Name = "TextOben"
  62. TextOben.Parent = FrameOben
  63. TextOben.BackgroundColor3 = Color3.new(1, 1, 1)
  64. TextOben.BackgroundTransparency = 1
  65. TextOben.Size = UDim2.new(0, 227, 0, 36)
  66. TextOben.Font = Enum.Font.GothamBlack
  67. TextOben.Text = "DanceMoney"
  68. TextOben.TextColor3 = Color3.new(0.282353, 0.705882, 0.72549)
  69. TextOben.TextSize = 14
  70.  
  71. FrameUnten.Name = "FrameUnten"
  72. FrameUnten.Parent = MainFrame
  73. FrameUnten.BackgroundColor3 = Color3.new(0.74902, 0.615686, 0.129412)
  74. FrameUnten.BorderColor3 = Color3.new(0, 0, 0)
  75. FrameUnten.Position = UDim2.new(-0.0479960814, 0, 0.906788647, 0)
  76. FrameUnten.Size = UDim2.new(0, 227, 0, 36)
  77.  
  78. TextUnten.Name = "TextUnten"
  79. TextUnten.Parent = FrameUnten
  80. TextUnten.BackgroundColor3 = Color3.new(1, 1, 1)
  81. TextUnten.BackgroundTransparency = 1
  82. TextUnten.Size = UDim2.new(0, 227, 0, 36)
  83. TextUnten.Font = Enum.Font.GothamBlack
  84. TextUnten.Text = "Credit : Ziegel#8171"
  85. TextUnten.TextColor3 = Color3.new(0, 0, 0)
  86. TextUnten.TextSize = 14
  87.  
  88. Start.Name = "Start"
  89. Start.Parent = MainFrame
  90. Start.BackgroundColor3 = Color3.new(1, 1, 1)
  91. Start.BackgroundTransparency = 1
  92. Start.Position = UDim2.new(0.0192307699, 0, 0.220339, 0)
  93. Start.Size = UDim2.new(0, 200, 0, 50)
  94. Start.Text = "Start"
  95. Start.TextColor3 = Color3.new(0.290196, 0.505882, 0.490196)
  96. Start.TextSize = 24
  97. Start.MouseButton1Down:connect(function()
  98. _G.Active = true
  99. end)
  100.  
  101. Stop.Name = "Stop"
  102. Stop.Parent = MainFrame
  103. Stop.BackgroundColor3 = Color3.new(1, 1, 1)
  104. Stop.BackgroundTransparency = 1
  105. Stop.Position = UDim2.new(0.0192307699, 0, 0.567796588, 0)
  106. Stop.Size = UDim2.new(0, 200, 0, 50)
  107. Stop.Text = "Stop"
  108. Stop.TextColor3 = Color3.new(0.290196, 0.505882, 0.490196)
  109. Stop.TextSize = 24
  110. Start.MouseButton1Down:connect(function()
  111. _G.Active = false
  112. end)
  113. Close.Name = "Close"
  114. Close.Parent = MainFrame
  115. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  116. Close.BackgroundTransparency = 1
  117. Close.Position = UDim2.new(0.300480753, 0, 0.798935235, 0)
  118. Close.Size = UDim2.new(0, 84, 0, 24)
  119. Close.Text = "Close"
  120. Close.TextColor3 = Color3.new(0, 0, 0)
  121. Close.TextSize = 14
  122. Close.MouseButton1Down:connect(function()
  123. MainFrame.Visible = false
  124. end)
  125. Close.MouseButton1Down:connect(function()
  126. OpenFrame.Visible = true
  127. end)
  128. -- Scripts:
  129. _G.Time = 0
  130.  
  131.  
  132. while wait(_G.Time) do
  133. if _G.Active == true then
  134. local tbl_main =
  135. {
  136. true
  137. }
  138. game:GetService("ReplicatedStorage").Functions.ToggleDancing:FireServer(unpack(tbl_main))
  139.  
  140.  
  141. wait(_G.Time)
  142.  
  143.  
  144. local tbl_main =
  145. {
  146. false
  147. }
  148. game:GetService("ReplicatedStorage").Functions.ToggleDancing:FireServer(unpack(tbl_main))
  149. end
  150. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement