Advertisement
AlexRobKitYT

Roblox Fortnite Emote Gui

Jul 15th, 2019
71,328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 23.52 KB | None | 0 0
  1. --OPRewards Referral Link: https://oprewards.com/r/1679234
  2.  
  3. --Contact me on Discord: AlexRobl0x#5375
  4.  
  5. --This is not working as exploit sorry
  6. -- btw works but i don't want
  7.  
  8. -- Instances:
  9. local FortniteEmoteGUI = Instance.new("ScreenGui")
  10. local ScrollingFrame = Instance.new("ScrollingFrame")
  11. local BestMates = Instance.new("TextButton")
  12. local Dab = Instance.new("TextButton")
  13. local Eagle = Instance.new("TextButton")
  14. local Hype = Instance.new("TextButton")
  15. local OldJusticeOrange = Instance.new("TextButton")
  16. local OrangeJustice = Instance.new("TextButton")
  17. local TaketheL = Instance.new("TextButton")
  18. local Wiggle = Instance.new("TextButton")
  19. local Breakdown = Instance.new("TextButton")
  20. local Flip = Instance.new("TextButton")
  21. local Zany = Instance.new("TextButton")
  22. local DefaultDance = Instance.new("TextButton")
  23. local Floss = Instance.new("TextButton")
  24. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  25. local Togglee = Instance.new("TextButton")
  26. --Properties:
  27. FortniteEmoteGUI.Name = "Fortnite Emote GUI"
  28. FortniteEmoteGUI.Parent = game.Players.LocalPlayer.PlayerGui
  29. ScrollingFrame.Parent = FortniteEmoteGUI
  30. ScrollingFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  31. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  32. ScrollingFrame.BorderColor3 = Color3.new(1, 1, 1)
  33. ScrollingFrame.BorderSizePixel = 2
  34. ScrollingFrame.Position = UDim2.new(0.0549786203, 0, 0.61030978, 0)
  35. ScrollingFrame.Size = UDim2.new(0.097739771, 0, 0.777385175, 0)
  36. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 600)
  37. ScrollingFrame.ScrollBarThickness = 10
  38. ScrollingFrame.Active = true
  39. ScrollingFrame.Draggable = true
  40.  
  41. BestMates.Name = "Best Mates"
  42. BestMates.Parent = ScrollingFrame
  43. BestMates.AnchorPoint = Vector2.new(0.5, 0.5)
  44. BestMates.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  45. BestMates.BorderColor3 = Color3.new(1, 1, 1)
  46. BestMates.BorderSizePixel = 2
  47. BestMates.Position = UDim2.new(0.46875, 0, 0.0424242429, 0)
  48. BestMates.Size = UDim2.new(0.9375, 0, 0.075757578, 0)
  49. BestMates.Font = Enum.Font.Cartoon
  50. BestMates.Text = "Best Mates"
  51. BestMates.TextColor3 = Color3.new(1, 1, 1)
  52. BestMates.TextScaled = true
  53. BestMates.TextSize = 14
  54. BestMates.TextWrapped = true
  55.  
  56. Dab.Name = "Dab"
  57. Dab.Parent = ScrollingFrame
  58. Dab.AnchorPoint = Vector2.new(0.5, 0.5)
  59. Dab.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  60. Dab.BorderColor3 = Color3.new(1, 1, 1)
  61. Dab.BorderSizePixel = 2
  62. Dab.Position = UDim2.new(0.46875, 0, 0.118181825, 0)
  63. Dab.Size = UDim2.new(0.9375, 0, 0.075757578, 0)
  64. Dab.Font = Enum.Font.Cartoon
  65. Dab.Text = "Dab"
  66. Dab.TextColor3 = Color3.new(1, 1, 1)
  67. Dab.TextScaled = true
  68. Dab.TextSize = 14
  69. Dab.TextWrapped = true
  70.  
  71. Eagle.Name = "Eagle"
  72. Eagle.Parent = ScrollingFrame
  73. Eagle.AnchorPoint = Vector2.new(0.5, 0.5)
  74. Eagle.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  75. Eagle.BorderColor3 = Color3.new(1, 1, 1)
  76. Eagle.BorderSizePixel = 2
  77. Eagle.Position = UDim2.new(0.46875, 0, 0.193939403, 0)
  78. Eagle.Size = UDim2.new(0.9375, 0, 0.075757578, 0)
  79. Eagle.Font = Enum.Font.Cartoon
  80. Eagle.Text = "Eagle"
  81. Eagle.TextColor3 = Color3.new(1, 1, 1)
  82. Eagle.TextScaled = true
  83. Eagle.TextSize = 14
  84. Eagle.TextWrapped = true
  85.  
  86. Hype.Name = "Hype"
  87. Hype.Parent = ScrollingFrame
  88. Hype.AnchorPoint = Vector2.new(0.5, 0.5)
  89. Hype.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  90. Hype.BorderColor3 = Color3.new(1, 1, 1)
  91. Hype.BorderSizePixel = 2
  92. Hype.Position = UDim2.new(0.46875, 0, 0.269696981, 0)
  93. Hype.Size = UDim2.new(0.9375, 0, 0.075757578, 0)
  94. Hype.Font = Enum.Font.Cartoon
  95. Hype.Text = "Hype"
  96. Hype.TextColor3 = Color3.new(1, 1, 1)
  97. Hype.TextScaled = true
  98. Hype.TextSize = 14
  99. Hype.TextWrapped = true
  100.  
  101. OldJusticeOrange.Name = "OldJusticeOrange"
  102. OldJusticeOrange.Parent = ScrollingFrame
  103. OldJusticeOrange.AnchorPoint = Vector2.new(0.5, 0.5)
  104. OldJusticeOrange.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  105. OldJusticeOrange.BorderColor3 = Color3.new(1, 1, 1)
  106. OldJusticeOrange.BorderSizePixel = 2
  107. OldJusticeOrange.Position = UDim2.new(0.46875, 0, 0.354545474, 0)
  108. OldJusticeOrange.Size = UDim2.new(0.9375, 0, 0.075757578, 0)
  109. OldJusticeOrange.Font = Enum.Font.Cartoon
  110. OldJusticeOrange.Text = "Old Orange Justice"
  111. OldJusticeOrange.TextColor3 = Color3.new(1, 1, 1)
  112. OldJusticeOrange.TextScaled = true
  113. OldJusticeOrange.TextSize = 14
  114. OldJusticeOrange.TextWrapped = true
  115.  
  116. OrangeJustice.Name = "Orange Justice"
  117. OrangeJustice.Parent = ScrollingFrame
  118. OrangeJustice.AnchorPoint = Vector2.new(0.5, 0.5)
  119. OrangeJustice.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  120. OrangeJustice.BorderColor3 = Color3.new(1, 1, 1)
  121. OrangeJustice.BorderSizePixel = 2
  122. OrangeJustice.Position = UDim2.new(0.46875, 0, 0.430303037, 0)
  123. OrangeJustice.Size = UDim2.new(0.9375, 0, 0.075757578, 0)
  124. OrangeJustice.Font = Enum.Font.Cartoon
  125. OrangeJustice.Text = "Orange Justice"
  126. OrangeJustice.TextColor3 = Color3.new(1, 1, 1)
  127. OrangeJustice.TextScaled = true
  128. OrangeJustice.TextSize = 14
  129. OrangeJustice.TextWrapped = true
  130.  
  131. TaketheL.Name = "Take the L"
  132. TaketheL.Parent = ScrollingFrame
  133. TaketheL.AnchorPoint = Vector2.new(0.5, 0.5)
  134. TaketheL.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  135. TaketheL.BorderColor3 = Color3.new(1, 1, 1)
  136. TaketheL.BorderSizePixel = 2
  137. TaketheL.Position = UDim2.new(0.46875, 0, 0.5060606, 0)
  138. TaketheL.Size = UDim2.new(0.9375, 0, 0.075757578, 0)
  139. TaketheL.Font = Enum.Font.Cartoon
  140. TaketheL.Text = "Take the L"
  141. TaketheL.TextColor3 = Color3.new(1, 1, 1)
  142. TaketheL.TextScaled = true
  143. TaketheL.TextSize = 14
  144. TaketheL.TextWrapped = true
  145.  
  146. Wiggle.Name = "Wiggle"
  147. Wiggle.Parent = ScrollingFrame
  148. Wiggle.AnchorPoint = Vector2.new(0.5, 0.5)
  149. Wiggle.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  150. Wiggle.BorderColor3 = Color3.new(1, 1, 1)
  151. Wiggle.BorderSizePixel = 2
  152. Wiggle.Position = UDim2.new(0.46875, 0, 0.581818163, 0)
  153. Wiggle.Size = UDim2.new(0.9375, 0, 0.075757578, 0)
  154. Wiggle.Font = Enum.Font.Cartoon
  155. Wiggle.Text = "Wiggle"
  156. Wiggle.TextColor3 = Color3.new(1, 1, 1)
  157. Wiggle.TextScaled = true
  158. Wiggle.TextSize = 14
  159. Wiggle.TextWrapped = true
  160.  
  161. Breakdown.Name = "Breakdown"
  162. Breakdown.Parent = ScrollingFrame
  163. Breakdown.AnchorPoint = Vector2.new(0.5, 0.5)
  164. Breakdown.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  165. Breakdown.BorderColor3 = Color3.new(1, 1, 1)
  166. Breakdown.BorderSizePixel = 2
  167. Breakdown.Position = UDim2.new(0.46875, 0, 0.657575786, 0)
  168. Breakdown.Size = UDim2.new(0.9375, 0, 0.075757578, 0)
  169. Breakdown.Font = Enum.Font.Cartoon
  170. Breakdown.Text = "Breakdown"
  171. Breakdown.TextColor3 = Color3.new(1, 1, 1)
  172. Breakdown.TextScaled = true
  173. Breakdown.TextSize = 14
  174. Breakdown.TextWrapped = true
  175.  
  176. Flip.Name = "Flip"
  177. Flip.Parent = ScrollingFrame
  178. Flip.AnchorPoint = Vector2.new(0.5, 0.5)
  179. Flip.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  180. Flip.BorderColor3 = Color3.new(1, 1, 1)
  181. Flip.BorderSizePixel = 2
  182. Flip.Position = UDim2.new(0.46875, 0, 0.733333349, 0)
  183. Flip.Size = UDim2.new(0.9375, 0, 0.075757578, 0)
  184. Flip.Font = Enum.Font.Cartoon
  185. Flip.Text = "Flip"
  186. Flip.TextColor3 = Color3.new(1, 1, 1)
  187. Flip.TextScaled = true
  188. Flip.TextSize = 14
  189. Flip.TextWrapped = true
  190.  
  191. Zany.Name = "Zany"
  192. Zany.Parent = ScrollingFrame
  193. Zany.AnchorPoint = Vector2.new(0.5, 0.5)
  194. Zany.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  195. Zany.BorderColor3 = Color3.new(1, 1, 1)
  196. Zany.BorderSizePixel = 2
  197. Zany.Position = UDim2.new(0.46875, 0, 0.809090912, 0)
  198. Zany.Size = UDim2.new(0.9375, 0, 0.075757578, 0)
  199. Zany.Font = Enum.Font.Cartoon
  200. Zany.Text = "Zany"
  201. Zany.TextColor3 = Color3.new(1, 1, 1)
  202. Zany.TextScaled = true
  203. Zany.TextSize = 14
  204. Zany.TextWrapped = true
  205.  
  206. DefaultDance.Name = "Default Dance"
  207. DefaultDance.Parent = ScrollingFrame
  208. DefaultDance.AnchorPoint = Vector2.new(0.5, 0.5)
  209. DefaultDance.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  210. DefaultDance.Position = UDim2.new(0.46875, 0, 0.960882723, 0)
  211. DefaultDance.Size = UDim2.new(0.9375, 0, 0.075757578, 0)
  212. DefaultDance.Font = Enum.Font.Cartoon
  213. DefaultDance.Text = "Default Dance"
  214. DefaultDance.TextColor3 = Color3.new(1, 1, 1)
  215. DefaultDance.TextScaled = true
  216. DefaultDance.TextSize = 14
  217. DefaultDance.TextWrapped = true
  218.  
  219. Floss.Name = "Floss"
  220. Floss.Parent = ScrollingFrame
  221. Floss.AnchorPoint = Vector2.new(0.5, 0.5)
  222. Floss.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  223. Floss.BorderColor3 = Color3.new(1, 1, 1)
  224. Floss.BorderSizePixel = 2
  225. Floss.Position = UDim2.new(0.46875, 0, 0.884848475, 0)
  226. Floss.Size = UDim2.new(0.9375, 0, 0.075757578, 0)
  227. Floss.Font = Enum.Font.Cartoon
  228. Floss.Text = "Floss"
  229. Floss.TextColor3 = Color3.new(1, 1, 1)
  230. Floss.TextScaled = true
  231. Floss.TextSize = 14
  232. Floss.TextWrapped = true
  233.  
  234. UIAspectRatioConstraint.Parent = ScrollingFrame
  235. UIAspectRatioConstraint.AspectRatio = 0.24242424964905
  236.  
  237. Togglee.Name = "Togglee"
  238. Togglee.Parent = FortniteEmoteGUI
  239. Togglee.AnchorPoint = Vector2.new(0.5, 0.5)
  240. Togglee.BackgroundColor3 = Color3.new(0, 0.607843, 1)
  241. Togglee.BorderColor3 = Color3.new(1, 1, 1)
  242. Togglee.BorderSizePixel = 2
  243. Togglee.Position = UDim2.new(0.151095748, 0, 0.972930729, 0)
  244. Togglee.Size = UDim2.new(0.0944944993, 0, 0.0522004478, 0)
  245. Togglee.Font = Enum.Font.Cartoon
  246. Togglee.Text = "Toggle Gui"
  247. Togglee.TextColor3 = Color3.new(1, 1, 1)
  248. Togglee.TextScaled = true
  249. Togglee.TextSize = 14
  250. Togglee.TextWrapped = true
  251. -- Scripts:
  252. function SCRIPT_XMAG72_FAKESCRIPT() -- BestMates.LocalScript
  253.     local script = Instance.new('LocalScript')
  254.     script.Parent = BestMates
  255.     local sound = Instance.new("Sound", script)
  256.     sound.SoundId = "rbxassetid://2036313924" -- "rbxassetid://" is that part you are never supposed to change. change the ID.
  257.     sound.Volume = 10 -- Change to an amount you want (max = 10, roblox rules.)
  258.     sound.Pitch = 1.025 -- Change (max = ?)
  259.     sound.Name = "MyMusic" -- Change (whatever you want, deer.)
  260.     sound.Looped = true --(true = looped, false = not looped.)
  261.    
  262.    
  263.    
  264.     local player = game.Players.LocalPlayer
  265.     local character = player.Character
  266.     repeat wait()
  267.         character = player.Character
  268.     until character
  269.     local hum = character:WaitForChild("Humanoid")
  270.     local emote = hum:LoadAnimation(script.Parent.Emote)
  271.     playing = false
  272.    
  273.     script.Parent.MouseButton1Click:connect(function()
  274.         if playing == false then
  275.             emote:Play()
  276.             hum.WalkSpeed = 0
  277.             hum.JumpPower = 0
  278.             playing = true
  279.             sound:Play()
  280.         elseif playing == true then
  281.             emote:Stop()
  282.             hum.WalkSpeed = 16
  283.             hum.JumpPower = 50
  284.             playing = false
  285.             sound:Stop()
  286.         end
  287.     end)
  288.  
  289. end
  290. coroutine.resume(coroutine.create(SCRIPT_XMAG72_FAKESCRIPT))
  291. function SCRIPT_BPPW89_FAKESCRIPT() -- Dab.LocalScript
  292.     local script = Instance.new('LocalScript')
  293.     script.Parent = Dab
  294.     local player = game.Players.LocalPlayer
  295.     local character = player.Character
  296.     repeat wait()
  297.         character = player.Character
  298.     until character
  299.     local hum = character:WaitForChild("Humanoid")
  300.     local emote = hum:LoadAnimation(script.Parent.Emote)
  301.     playing = false
  302.    
  303.     script.Parent.MouseButton1Click:connect(function()
  304.         if playing == false then
  305.             emote:Play()
  306.             hum.WalkSpeed = 0
  307.             hum.JumpPower = 0
  308.             playing = true
  309.         elseif playing == true then
  310.             emote:Stop()
  311.             hum.WalkSpeed = 16
  312.             hum.JumpPower = 50
  313.             playing = false
  314.         end
  315.     end)
  316.  
  317. end
  318. coroutine.resume(coroutine.create(SCRIPT_BPPW89_FAKESCRIPT))
  319. function SCRIPT_WIIN66_FAKESCRIPT() -- Eagle.LocalScript
  320.     local script = Instance.new('LocalScript')
  321.     script.Parent = Eagle
  322.     --2025273088
  323.     local sound = Instance.new("Sound", script)
  324.     sound.SoundId = "rbxassetid://2025273088" -- "rbxassetid://" is that part you are never supposed to change. change the ID.
  325.     sound.Volume = 10 -- Change to an amount you want (max = 10, roblox rules.)
  326.     sound.Pitch = 1.025 -- Change (max = ?)
  327.     sound.Name = "MyMusic" -- Change (whatever you want, deer.)
  328.     sound.Looped = true --(true = looped, false = not looped.)
  329.    
  330.     local player = game.Players.LocalPlayer
  331.     local character = player.Character
  332.     repeat wait()
  333.         character = player.Character
  334.     until character
  335.     local hum = character:WaitForChild("Humanoid")
  336.     local emote = hum:LoadAnimation(script.Parent.Emote)
  337.     playing = false
  338.    
  339.     script.Parent.MouseButton1Click:connect(function()
  340.         if playing == false then
  341.             emote:Play()
  342.             hum.WalkSpeed = 0
  343.             hum.JumpPower = 0
  344.             playing = true
  345.             sound:Play()
  346.         elseif playing == true then
  347.             emote:Stop()
  348.             hum.WalkSpeed = 16
  349.             hum.JumpPower = 50
  350.             playing = false
  351.             sound:Stop()
  352.         end
  353.     end)
  354.  
  355. end
  356. coroutine.resume(coroutine.create(SCRIPT_WIIN66_FAKESCRIPT))
  357. function SCRIPT_YYWV90_FAKESCRIPT() -- Hype.LocalScript
  358.     local script = Instance.new('LocalScript')
  359.     script.Parent = Hype
  360.     local sound = Instance.new("Sound", script)
  361.     sound.SoundId = "rbxassetid://1871401789" -- "rbxassetid://" is that part you are never supposed to change. change the ID.
  362.     sound.Volume = 10 -- Change to an amount you want (max = 10, roblox rules.)
  363.     sound.Pitch = 1.025 -- Change (max = ?)
  364.     sound.Name = "MyMusic" -- Change (whatever you want, deer.)
  365.     sound.Looped = true --(true = looped, false = not looped.)
  366.    
  367.     local player = game.Players.LocalPlayer
  368.     local character = player.Character
  369.     repeat wait()
  370.         character = player.Character
  371.     until character
  372.     local hum = character:WaitForChild("Humanoid")
  373.     local emote = hum:LoadAnimation(script.Parent.Emote)
  374.     playing = false
  375.    
  376.     script.Parent.MouseButton1Click:connect(function()
  377.         if playing == false then
  378.             emote:Play()
  379.             hum.WalkSpeed = 0
  380.             hum.JumpPower = 0
  381.             playing = true
  382.             sound:Play()
  383.         elseif playing == true then
  384.             emote:Stop()
  385.             hum.WalkSpeed = 16
  386.             hum.JumpPower = 50
  387.             playing = false
  388.             sound:Stop()
  389.         end
  390.     end)
  391.  
  392. end
  393. coroutine.resume(coroutine.create(SCRIPT_YYWV90_FAKESCRIPT))
  394. function SCRIPT_EKAD86_FAKESCRIPT() -- OldJusticeOrange.LocalScript
  395.     local script = Instance.new('LocalScript')
  396.     script.Parent = OldJusticeOrange
  397.     local sound = Instance.new("Sound", script)
  398.     sound.SoundId = "rbxassetid://1840761620" -- "rbxassetid://" is that part you are never supposed to change. change the ID.
  399.     sound.Volume = 10 -- Change to an amount you want (max = 10, roblox rules.)
  400.     sound.Pitch = 1.025 -- Change (max = ?)
  401.     sound.Name = "MyMusic" -- Change (whatever you want, deer.)
  402.     sound.Looped = true --(true = looped, false = not looped.)
  403.    
  404.    
  405.    
  406.     local player = game.Players.LocalPlayer
  407.     local character = player.Character
  408.     repeat wait()
  409.         character = player.Character
  410.     until character
  411.     local hum = character:WaitForChild("Humanoid")
  412.     local emote = hum:LoadAnimation(script.Parent.Emote)
  413.     playing = false
  414.    
  415.     script.Parent.MouseButton1Click:connect(function()
  416.         if playing == false then
  417.             emote:Play()
  418.             hum.WalkSpeed = 0
  419.             hum.JumpPower = 0
  420.             playing = true
  421.             sound:Play()
  422.         elseif playing == true then
  423.             emote:Stop()
  424.             hum.WalkSpeed = 16
  425.             hum.JumpPower = 50
  426.             playing = false
  427.             sound:Stop()
  428.         end
  429.     end)
  430.  
  431. end
  432. coroutine.resume(coroutine.create(SCRIPT_EKAD86_FAKESCRIPT))
  433. function SCRIPT_ASLF80_FAKESCRIPT() -- OrangeJustice.LocalScript
  434.     local script = Instance.new('LocalScript')
  435.     script.Parent = OrangeJustice
  436.     --1840761620
  437.     local sound = Instance.new("Sound", script)
  438.     sound.SoundId = "rbxassetid://1840761620" -- "rbxassetid://" is that part you are never supposed to change. change the ID.
  439.     sound.Volume = 10 -- Change to an amount you want (max = 10, roblox rules.)
  440.     sound.Pitch = 1.025 -- Change (max = ?)
  441.     sound.Name = "MyMusic" -- Change (whatever you want, deer.)
  442.     sound.Looped = true --(true = looped, false = not looped.)
  443.    
  444.    
  445.    
  446.     local player = game.Players.LocalPlayer
  447.     local character = player.Character
  448.     repeat wait()
  449.         character = player.Character
  450.     until character
  451.     local hum = character:WaitForChild("Humanoid")
  452.     local emote = hum:LoadAnimation(script.Parent.Emote)
  453.     playing = false
  454.    
  455.     script.Parent.MouseButton1Click:connect(function()
  456.         if playing == false then
  457.             emote:Play()
  458.             hum.WalkSpeed = 0
  459.             hum.JumpPower = 0
  460.             playing = true
  461.             sound:Play()
  462.         elseif playing == true then
  463.             emote:Stop()
  464.             hum.WalkSpeed = 16
  465.             hum.JumpPower = 50
  466.             playing = false
  467.             sound:Stop()
  468.         end
  469.     end)
  470.  
  471. end
  472. coroutine.resume(coroutine.create(SCRIPT_ASLF80_FAKESCRIPT))
  473. function SCRIPT_ELLQ82_FAKESCRIPT() -- TaketheL.LocalScript
  474.     local script = Instance.new('LocalScript')
  475.     script.Parent = TaketheL
  476.     local sound = Instance.new("Sound", script)
  477.     sound.SoundId = "rbxassetid://1690737535" -- "rbxassetid://" is that part you are never supposed to change. change the ID.
  478.     sound.Volume = 10 -- Change to an amount you want (max = 10, roblox rules.)
  479.     sound.Pitch = 1.025 -- Change (max = ?)
  480.     sound.Name = "MyMusic" -- Change (whatever you want, deer.)
  481.     sound.Looped = true --(true = looped, false = not looped.)
  482.    
  483.    
  484.     local player = game.Players.LocalPlayer
  485.     local character = player.Character
  486.     repeat wait()
  487.         character = player.Character
  488.     until character
  489.     local hum = character:WaitForChild("Humanoid")
  490.     local emote = hum:LoadAnimation(script.Parent.Emote)
  491.     playing = false
  492.    
  493.     script.Parent.MouseButton1Click:connect(function()
  494.         if playing == false then
  495.             emote:Play()
  496.             hum.WalkSpeed = 0
  497.             hum.JumpPower = 0
  498.             playing = true
  499.             sound:Play()
  500.         elseif playing == true then
  501.             emote:Stop()
  502.             hum.WalkSpeed = 16
  503.             hum.JumpPower = 50
  504.             playing = false
  505.             sound:Stop()
  506.         end
  507.     end)
  508.  
  509. end
  510. coroutine.resume(coroutine.create(SCRIPT_ELLQ82_FAKESCRIPT))
  511. function SCRIPT_GEJE66_FAKESCRIPT() -- Wiggle.LocalScript
  512.     local script = Instance.new('LocalScript')
  513.     script.Parent = Wiggle
  514.     local sound = Instance.new("Sound", script)
  515.     sound.SoundId = "rbxassetid://1817624578" -- "rbxassetid://" is that part you are never supposed to change. change the ID.
  516.     sound.Volume = 10 -- Change to an amount you want (max = 10, roblox rules.)
  517.     sound.Pitch = 1.025 -- Change (max = ?)
  518.     sound.Name = "MyMusic" -- Change (whatever you want, deer.)
  519.     sound.Looped = true --(true = looped, false = not looped.)
  520.    
  521.    
  522.     local player = game.Players.LocalPlayer
  523.     local character = player.Character
  524.     repeat wait()
  525.         character = player.Character
  526.     until character
  527.     local hum = character:WaitForChild("Humanoid")
  528.     local emote = hum:LoadAnimation(script.Parent.Emote)
  529.     playing = false
  530.    
  531.     script.Parent.MouseButton1Click:connect(function()
  532.         if playing == false then
  533.             emote:Play()
  534.             hum.WalkSpeed = 0
  535.             hum.JumpPower = 0
  536.             playing = true
  537.             sound:Play()
  538.         elseif playing == true then
  539.             emote:Stop()
  540.             hum.WalkSpeed = 16
  541.             hum.JumpPower = 50
  542.             playing = false
  543.             sound:Stop()
  544.         end
  545.     end)
  546.  
  547. end
  548. coroutine.resume(coroutine.create(SCRIPT_GEJE66_FAKESCRIPT))
  549. function SCRIPT_KSFV73_FAKESCRIPT() -- Breakdown.LocalScript
  550.     local script = Instance.new('LocalScript')
  551.     script.Parent = Breakdown
  552.     local player = game.Players.LocalPlayer
  553.     local character = player.Character
  554.     repeat wait()
  555.         character = player.Character
  556.     until character
  557.     local hum = character:WaitForChild("Humanoid")
  558.     local emote = hum:LoadAnimation(script.Parent.Emote)
  559.     playing = false
  560.    
  561.     script.Parent.MouseButton1Click:connect(function()
  562.         if playing == false then
  563.             emote:Play()
  564.             hum.WalkSpeed = 0
  565.             hum.JumpPower = 0
  566.             playing = true
  567.         elseif playing == true then
  568.             emote:Stop()
  569.             hum.WalkSpeed = 16
  570.             hum.JumpPower = 50
  571.             playing = false
  572.         end
  573.     end)
  574.  
  575. end
  576. coroutine.resume(coroutine.create(SCRIPT_KSFV73_FAKESCRIPT))
  577. function SCRIPT_ABWX70_FAKESCRIPT() -- Flip.LocalScript
  578.     local script = Instance.new('LocalScript')
  579.     script.Parent = Flip
  580.     local player = game.Players.LocalPlayer
  581.     local character = player.Character
  582.     repeat wait()
  583.         character = player.Character
  584.     until character
  585.     local hum = character:WaitForChild("Humanoid")
  586.     local emote = hum:LoadAnimation(script.Parent.Emote)
  587.     playing = false
  588.    
  589.     script.Parent.MouseButton1Click:connect(function()
  590.         if playing == false then
  591.             emote:Play()
  592.             hum.WalkSpeed = 0
  593.             hum.JumpPower = 0
  594.             playing = true
  595.         elseif playing == true then
  596.             emote:Stop()
  597.             hum.WalkSpeed = 16
  598.             hum.JumpPower = 50
  599.             playing = false
  600.         end
  601.     end)
  602.  
  603. end
  604. coroutine.resume(coroutine.create(SCRIPT_ABWX70_FAKESCRIPT))
  605. function SCRIPT_XHYY71_FAKESCRIPT() -- Zany.LocalScript
  606.     local script = Instance.new('LocalScript')
  607.     script.Parent = Zany
  608.     local sound = Instance.new("Sound", script)
  609.     sound.SoundId = "rbxassetid://1843075823" -- "rbxassetid://" is that part you are never supposed to change. change the ID.
  610.     sound.Volume = 10 -- Change to an amount you want (max = 10, roblox rules.)
  611.     sound.Pitch = 1.025 -- Change (max = ?)
  612.     sound.Name = "MyMusic" -- Change (whatever you want, deer.)
  613.     sound.Looped = true --(true = looped, false = not looped.)
  614.    
  615.    
  616.    
  617.     local player = game.Players.LocalPlayer
  618.     local character = player.Character
  619.     repeat wait()
  620.         character = player.Character
  621.     until character
  622.     local hum = character:WaitForChild("Humanoid")
  623.     local emote = hum:LoadAnimation(script.Parent.Emote)
  624.     playing = false
  625.    
  626.     script.Parent.MouseButton1Click:connect(function()
  627.         if playing == false then
  628.             emote:Play()
  629.             hum.WalkSpeed = 0
  630.             hum.JumpPower = 0
  631.             playing = true
  632.             sound:Play()
  633.         elseif playing == true then
  634.             emote:Stop()
  635.             hum.WalkSpeed = 16
  636.             hum.JumpPower = 50
  637.             playing = false
  638.             sound:Stop()
  639.         end
  640.     end)
  641.  
  642. end
  643. coroutine.resume(coroutine.create(SCRIPT_XHYY71_FAKESCRIPT))
  644. function SCRIPT_ZJDU66_FAKESCRIPT() -- DefaultDance.LocalScript
  645.     local script = Instance.new('LocalScript')
  646.     script.Parent = DefaultDance
  647.     --2243479965
  648.     local sound = Instance.new("Sound", script)
  649.     sound.SoundId = "rbxassetid://2243479965" -- "rbxassetid://" is that part you are never supposed to change. change the ID.
  650.     sound.Volume = 10 -- Change to an amount you want (max = 10, roblox rules.)
  651.     sound.Pitch = 1.025 -- Change (max = ?)
  652.     sound.Name = "MyMusic" -- Change (whatever you want, deer.)
  653.     sound.Looped = true --(true = looped, false = not looped.)
  654.    
  655.    
  656.     local player = game.Players.LocalPlayer
  657.     local character = player.Character
  658.     repeat wait()
  659.         character = player.Character
  660.     until character
  661.     local hum = character:WaitForChild("Humanoid")
  662.     local emote = hum:LoadAnimation(script.Parent.Emote)
  663.     playing = false
  664.    
  665.     script.Parent.MouseButton1Click:connect(function()
  666.         if playing == false then
  667.             emote:Play()
  668.             hum.WalkSpeed = 0
  669.             hum.JumpPower = 0
  670.             playing = true
  671.             sound:Play()
  672.         elseif playing == true then
  673.             emote:Stop()
  674.             hum.WalkSpeed = 16
  675.             hum.JumpPower = 50
  676.             playing = false
  677.             sound:Stop()
  678.         end
  679.     end)
  680.  
  681. end
  682. coroutine.resume(coroutine.create(SCRIPT_ZJDU66_FAKESCRIPT))
  683. function SCRIPT_AGPV78_FAKESCRIPT() -- Floss.LocalScript
  684.     local script = Instance.new('LocalScript')
  685.     script.Parent = Floss
  686.     --1876250138
  687.     local sound = Instance.new("Sound", script)
  688.     sound.SoundId = "rbxassetid://1876250138" -- "rbxassetid://" is that part you are never supposed to change. change the ID.
  689.     sound.Volume = 10 -- Change to an amount you want (max = 10, roblox rules.)
  690.     sound.Pitch = 1.025 -- Change (max = ?)
  691.     sound.Name = "MyMusic" -- Change (whatever you want, deer.)
  692.     sound.Looped = true --(true = looped, false = not looped.)
  693.    
  694.     local player = game.Players.LocalPlayer
  695.     local character = player.Character
  696.     repeat wait()
  697.         character = player.Character
  698.     until character
  699.     local hum = character:WaitForChild("Humanoid")
  700.     local emote = hum:LoadAnimation(script.Parent.Emote)
  701.     playing = false
  702.    
  703.     script.Parent.MouseButton1Click:connect(function()
  704.         if playing == false then
  705.             emote:Play()
  706.             hum.WalkSpeed = 0
  707.             hum.JumpPower = 0
  708.             playing = true
  709.             sound:Play()
  710.         elseif playing == true then
  711.             emote:Stop()
  712.             hum.WalkSpeed = 16
  713.             hum.JumpPower = 50
  714.             playing = false
  715.             sound:Stop()
  716.         end
  717.     end)
  718.  
  719. end
  720. coroutine.resume(coroutine.create(SCRIPT_AGPV78_FAKESCRIPT))
  721. function SCRIPT_BKJL82_FAKESCRIPT() -- Togglee.LocalScript
  722.     local script = Instance.new('LocalScript')
  723.     script.Parent = Togglee
  724.     local frame = script.Parent.Parent.ScrollingFrame
  725.     script.Parent.MouseButton1Click:connect(function()
  726.         if frame.Visible==true then
  727.             frame.Visible=false
  728.         else
  729.             frame.Visible=true
  730.         end
  731.     end)
  732.    
  733.  
  734. end
  735. coroutine.resume(coroutine.create(SCRIPT_BKJL82_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement