Advertisement
ItzKenyan

Roblox Emote Gui

Dec 7th, 2020
15,921
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.96 KB | None | 1 0
  1. --CMDS | Cmds: ElectroSwing Sidestep Credits CloseCredits BillyBounce FE DANCE RickRoll Drip
  2.  
  3. --Emote Hub | Made By ItzKenyan
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local MainFrame = Instance.new("ImageLabel")
  7. local Enter = Instance.new("TextButton")
  8. local Enter_Roundify_12px = Instance.new("ImageLabel")
  9. local Dance = Instance.new("TextBox")
  10. local Tittle = Instance.new("TextLabel")
  11. local TextLabel_Roundify_12px = Instance.new("ImageLabel")
  12. local Tittle2 = Instance.new("TextLabel")
  13. local Exit = Instance.new("TextButton")
  14. local CreditsFrame = Instance.new("ImageLabel")
  15. local TittleForCreditsframe = Instance.new("TextLabel")
  16. local Discord = Instance.new("TextLabel")
  17. local Discord_2 = Instance.new("TextLabel")
  18.  
  19. --Properties:
  20.  
  21. ScreenGui.Parent = game.CoreGui
  22.  
  23. MainFrame.Name = "MainFrame"
  24. MainFrame.Parent = ScreenGui
  25. MainFrame.Active = true
  26. MainFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  27. MainFrame.BackgroundTransparency = 1.000
  28. MainFrame.Position = UDim2.new(0.296448141, 0, 0.309297889, 0)
  29. MainFrame.Size = UDim2.new(0, 333, 0, 255)
  30. MainFrame.Image = "rbxassetid://3570695787"
  31. MainFrame.ImageColor3 = Color3.fromRGB(30, 30, 30)
  32. MainFrame.ScaleType = Enum.ScaleType.Slice
  33. MainFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  34. MainFrame.SliceScale = 0.120
  35. MainFrame.Draggable = true
  36.  
  37. Enter.Name = "Enter"
  38. Enter.Parent = MainFrame
  39. Enter.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  40. Enter.BackgroundTransparency = 1.000
  41. Enter.BorderSizePixel = 0
  42. Enter.Position = UDim2.new(0.158174559, 0, 0.707653344, 0)
  43. Enter.Size = UDim2.new(0, 226, 0, 56)
  44. Enter.ZIndex = 2
  45. Enter.Font = Enum.Font.SourceSans
  46. Enter.Text = "Enter"
  47. Enter.TextColor3 = Color3.fromRGB(0, 0, 0)
  48. Enter.TextSize = 14.000
  49. Enter.MouseButton1Down:Connect(function()
  50. if Dance.Text == "BillyBounce" then
  51. loadstring(game:HttpGet("https://pastebin.com/raw/cX0L6xTf"))()
  52. end
  53. end)
  54. Enter.MouseButton1Down:Connect(function()
  55. if Dance.Text == "Sidestep" then
  56. loadstring(game:HttpGet("https://pastebin.com/raw/vh56kMXb"))()
  57. end
  58. end)
  59. Enter.MouseButton1Down:Connect(function()
  60. if Dance.Text == "ElectroSwing" then
  61. loadstring(game:HttpGet("https://pastebin.com/raw/S0ekEXPX"))()
  62. end
  63. end)
  64. Enter.MouseButton1Down:Connect(function()
  65. if Dance.Text == "Credits" then
  66. CreditsFrame.Visible = true
  67. end
  68. end)
  69. Enter.MouseButton1Down:Connect(function()
  70. if Dance.Text == "CloseCredits" then
  71. CreditsFrame.Visible = false
  72. end
  73. end)
  74. Enter.MouseButton1Down:Connect(function()
  75. if Dance.Text == "RickRoll" then
  76. loadstring(game:HttpGet("https://pastebin.com/raw/s4AQE6EN"))()
  77. end
  78. end)
  79. Enter.MouseButton1Down:Connect(function()
  80. if Dance.Text == "Drip" then
  81. loadstring(game:HttpGet("https://pastebin.com/raw/ZQ91Bbah"))()
  82. end
  83. end)
  84. Enter.MouseButton1Down:Connect(function()
  85. if Dance.Text == "FE DANCE" then
  86. loadstring(game:HttpGet("https://pastebin.com/raw/iaQfZ0Fd"))()
  87. end
  88. end)
  89.  
  90. Enter_Roundify_12px.Name = "Enter_Roundify_12px"
  91. Enter_Roundify_12px.Parent = Enter
  92. Enter_Roundify_12px.Active = true
  93. Enter_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  94. Enter_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. Enter_Roundify_12px.BackgroundTransparency = 1.000
  96. Enter_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
  97. Enter_Roundify_12px.Selectable = true
  98. Enter_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  99. Enter_Roundify_12px.Image = "rbxassetid://3570695787"
  100. Enter_Roundify_12px.ImageColor3 = Color3.fromRGB(84, 84, 84)
  101. Enter_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  102. Enter_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  103. Enter_Roundify_12px.SliceScale = 0.120
  104.  
  105. Dance.Name = "Dance"
  106. Dance.Parent = MainFrame
  107. Dance.BackgroundColor3 = Color3.fromRGB(84, 84, 84)
  108. Dance.Position = UDim2.new(0.198259741, 0, 0.311827958, 0)
  109. Dance.Size = UDim2.new(0, 200, 0, 50)
  110. Dance.Font = Enum.Font.SourceSans
  111. Dance.PlaceholderColor3 = Color3.fromRGB(178, 178, 178)
  112. Dance.PlaceholderText = "Emote Here"
  113. Dance.Text = ""
  114. Dance.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. Dance.TextSize = 14.000
  116.  
  117. Tittle.Name = "Tittle"
  118. Tittle.Parent = MainFrame
  119. Tittle.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  120. Tittle.BackgroundTransparency = 1.000
  121. Tittle.BorderSizePixel = 0
  122. Tittle.Position = UDim2.new(0.0185349099, 0, 0.0481973328, 0)
  123. Tittle.Size = UDim2.new(0, 77, 0, 43)
  124. Tittle.ZIndex = 2
  125. Tittle.Font = Enum.Font.SourceSans
  126. Tittle.Text = "Emote"
  127. Tittle.TextColor3 = Color3.fromRGB(0, 0, 0)
  128. Tittle.TextSize = 14.000
  129.  
  130. TextLabel_Roundify_12px.Name = "TextLabel_Roundify_12px"
  131. TextLabel_Roundify_12px.Parent = Tittle
  132. TextLabel_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  133. TextLabel_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  134. TextLabel_Roundify_12px.BackgroundTransparency = 1.000
  135. TextLabel_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
  136. TextLabel_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  137. TextLabel_Roundify_12px.Image = "rbxassetid://3570695787"
  138. TextLabel_Roundify_12px.ImageColor3 = Color3.fromRGB(255, 170, 0)
  139. TextLabel_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  140. TextLabel_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  141. TextLabel_Roundify_12px.SliceScale = 0.120
  142.  
  143. Tittle2.Name = "Tittle2"
  144. Tittle2.Parent = MainFrame
  145. Tittle2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  146. Tittle2.BackgroundTransparency = 1.000
  147. Tittle2.Position = UDim2.new(0.196804792, 0, 0.0523333251, 0)
  148. Tittle2.Size = UDim2.new(0, 98, 0, 41)
  149. Tittle2.Font = Enum.Font.SourceSans
  150. Tittle2.Text = "Hub"
  151. Tittle2.TextColor3 = Color3.fromRGB(255, 255, 255)
  152. Tittle2.TextScaled = true
  153. Tittle2.TextSize = 14.000
  154. Tittle2.TextWrapped = true
  155.  
  156. Exit.Name = "Exit"
  157. Exit.Parent = MainFrame
  158. Exit.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  159. Exit.BackgroundTransparency = 1.000
  160. Exit.Position = UDim2.new(0.917978704, 0, -0.00366857648, 0)
  161. Exit.Size = UDim2.new(0, 27, 0, 29)
  162. Exit.Font = Enum.Font.SourceSans
  163. Exit.Text = "X"
  164. Exit.TextColor3 = Color3.fromRGB(255, 0, 0)
  165. Exit.TextScaled = true
  166. Exit.TextSize = 14.000
  167. Exit.TextWrapped = true
  168. Exit.MouseButton1Down:Connect(function()
  169. MainFrame.Visible = false
  170. end)
  171.  
  172. CreditsFrame.Name = "CreditsFrame"
  173. CreditsFrame.Parent = ScreenGui
  174. CreditsFrame.Active = true
  175. CreditsFrame.BackgroundColor3 = Color3.fromRGB(30, 28, 26)
  176. CreditsFrame.BackgroundTransparency = 1.000
  177. CreditsFrame.Position = UDim2.new(0.00819671154, 0, 0.423149914, 0)
  178. CreditsFrame.Size = UDim2.new(0, 211, 0, 134)
  179. CreditsFrame.Visible = false
  180. CreditsFrame.Image = "rbxassetid://3570695787"
  181. CreditsFrame.ImageColor3 = Color3.fromRGB(30, 30, 30)
  182. CreditsFrame.ScaleType = Enum.ScaleType.Slice
  183. CreditsFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  184. CreditsFrame.SliceScale = 0.120
  185. CreditsFrame.Draggable = true
  186.  
  187. TittleForCreditsframe.Name = "Tittle For Creditsframe"
  188. TittleForCreditsframe.Parent = CreditsFrame
  189. TittleForCreditsframe.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  190. TittleForCreditsframe.BackgroundTransparency = 1.000
  191. TittleForCreditsframe.Position = UDim2.new(0.338784873, 0, -0.00448894501, 0)
  192. TittleForCreditsframe.Size = UDim2.new(0, 67, 0, 42)
  193. TittleForCreditsframe.Font = Enum.Font.SourceSans
  194. TittleForCreditsframe.Text = "Credits"
  195. TittleForCreditsframe.TextColor3 = Color3.fromRGB(0, 0, 0)
  196. TittleForCreditsframe.TextSize = 14.000
  197.  
  198. Discord.Name = "Discord"
  199. Discord.Parent = CreditsFrame
  200. Discord.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  201. Discord.BackgroundTransparency = 1.000
  202. Discord.Position = UDim2.new(0.0257879496, 0, 0.561542451, 0)
  203. Discord.Size = UDim2.new(0, 200, 0, 50)
  204. Discord.Font = Enum.Font.SourceSans
  205. Discord.Text = "Kenyan_2Slick#4604"
  206. Discord.TextColor3 = Color3.fromRGB(0, 0, 0)
  207. Discord.TextSize = 14.000
  208.  
  209. Discord_2.Name = "Discord"
  210. Discord_2.Parent = CreditsFrame
  211. Discord_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  212. Discord_2.BackgroundTransparency = 1.000
  213. Discord_2.Position = UDim2.new(0.0257879496, 0, 0.248109609, 0)
  214. Discord_2.Size = UDim2.new(0, 200, 0, 50)
  215. Discord_2.Font = Enum.Font.SourceSans
  216. Discord_2.Text = "Roblox Name: ItzKenyan"
  217. Discord_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  218. Discord_2.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement