Advertisement
User158ForAReason

Fortnite Dances Roblox GUI (R15)

Dec 22nd, 2018
118,738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local GUI = Instance.new("Frame")
  5. local TextButton = Instance.new("TextButton")
  6. local TextButton_2 = Instance.new("TextButton")
  7. local TextButton_3 = Instance.new("TextButton")
  8. local TextButton_4 = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. --Properties:
  11. GUI.Name = "GUI"
  12. GUI.Parent = game.StarterGui.ScreenGui
  13. GUI.BackgroundColor3 = Color3.new(1, 1, 1)
  14. GUI.Position = UDim2.new(0, 0, 0.289389074, 0)
  15. GUI.Size = UDim2.new(0, 304, 0, 171)
  16. GUI.Style = Enum.FrameStyle.RobloxRound
  17.  
  18. TextButton.Parent = GUI
  19. TextButton.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  20. TextButton.Position = UDim2.new(0, 0, 0.00584795326, 0)
  21. TextButton.Size = UDim2.new(0, 98, 0, 50)
  22. TextButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  23. TextButton.Font = Enum.Font.SourceSans
  24. TextButton.Text = "Default Dance R15"
  25. TextButton.TextColor3 = Color3.new(0, 0, 0)
  26. TextButton.TextSize = 11
  27.  
  28. TextButton_2.Parent = GUI
  29. TextButton_2.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  30. TextButton_2.Position = UDim2.new(0.651315808, 0, 0.00584795326, 0)
  31. TextButton_2.Size = UDim2.new(0, 98, 0, 50)
  32. TextButton_2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  33. TextButton_2.Font = Enum.Font.SourceSans
  34. TextButton_2.Text = "Orange Justice R15"
  35. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  36. TextButton_2.TextSize = 11
  37. TextButton_2.TextWrapped = true
  38.  
  39. TextButton_3.Parent = GUI
  40. TextButton_3.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  41. TextButton_3.Position = UDim2.new(0.651315808, 0, 0.660818696, 0)
  42. TextButton_3.Size = UDim2.new(0, 98, 0, 50)
  43. TextButton_3.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  44. TextButton_3.Font = Enum.Font.SourceSans
  45. TextButton_3.Text = "T-Pose R15"
  46. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  47. TextButton_3.TextSize = 11
  48. TextButton_3.TextWrapped = true
  49.  
  50. TextButton_4.Parent = GUI
  51. TextButton_4.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  52. TextButton_4.Position = UDim2.new(0.0328947306, 0, 0.660818696, 0)
  53. TextButton_4.Size = UDim2.new(0, 98, 0, 50)
  54. TextButton_4.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  55. TextButton_4.Font = Enum.Font.SourceSans
  56. TextButton_4.Text = "Floss R15"
  57. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  58. TextButton_4.TextSize = 11
  59. TextButton_4.TextWrapped = true
  60.  
  61. TextLabel.Parent = GUI
  62. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  63. TextLabel.BackgroundTransparency = 1
  64. TextLabel.Position = UDim2.new(0.150276989, 0, 0.375055611, 0)
  65. TextLabel.Size = UDim2.new(0, 200, 0, 39)
  66. TextLabel.Font = Enum.Font.SciFi
  67. TextLabel.Text = "To stop doing the animation, reset."
  68. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  69. TextLabel.TextSize = 14
  70. -- Scripts:
  71. TextButton.MouseButton1Down:connect(function()
  72. AnimationId = "2671966370"
  73. local Anim = Instance.new("Animation")
  74. Anim.AnimationId = "rbxassetid://"..AnimationId
  75. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  76. k:Play()
  77. k:AdjustSpeed(100)
  78. end)
  79. TextButton_2.MouseButton1Down:connect(function()
  80. AnimationId = "2670947012"
  81. local Anim = Instance.new("Animation")
  82. Anim.AnimationId = "rbxassetid://"..AnimationId
  83. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  84. k:Play()
  85. k:AdjustSpeed(100)
  86. end)
  87. TextButton_3.MouseButton1Down.connect(function()
  88. AnimationId = "2671983224"
  89. local Anim = Instance.new("Animation")
  90. Anim.AnimationId = "rbxassetid://"..AnimationId
  91. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  92. k:Play()
  93. k:AdjustSpeed(100)
  94. end)
  95. TextButton_4.MouseButton1Down:connect(function()
  96. AnimationId = "2671976384"
  97. local Anim = Instance.new("Animation")
  98. Anim.AnimationId = "rbxassetid://"..AnimationId
  99. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  100. k:Play()
  101. k:AdjustSpeed(100)
  102. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement