FE EMOTES & ANIMATIONS SCRIPT (LoganRMX & Maku) - Pastebin.com (2024)

  1. local animations = {

  2. ["Dophin Dance"] = 5918726674,

  3. ["Applaud"] = 5915693819,

  4. ["Country Line Dance"] = 5915712534,

  5. ["Floss Dance"] = 5917459365,

  6. ["Panini Dance"] = 5915713518,

  7. ["Rock On"] = 5915714366,

  8. ["Rodeo Dance"] = 5918728267,

  9. ["Break Dance"] = 5915648917,

  10. ["High Wave"] = 5915690960,

  11. ["Holiday Dance"] = 5937558680,

  12. ["Old Town Road Dance"] = 5937560570,

  13. ["Around Town"] = 3303391864,

  14. ["Top Rock"] = 3361276673,

  15. ["Fashionable"] = 3333331310,

  16. ["Robot"] = 3338025566,

  17. ["Twirl"] = 3334968680,

  18. ["Jacks"] = 3338066331,

  19. ["T"] = 3338010159,

  20. ["Shy"] = 3337978742,

  21. ["Monkey"] = 3333499508,

  22. ["Borock's Rage"] = 3236842542,

  23. ["Ud'zal's Summoning"] = 3303161675,

  24. ["Hype Dance"] = 3695333486,

  25. ["Godlike"] = 3337994105,

  26. ["Swoosh"] = 3361481910,

  27. ["Sneaky"] = 3334424322,

  28. ["Side to Side"] = 3333136415,

  29. ["Greatest"] = 3338042785,

  30. ["Louder"] = 3338083565,

  31. ["Beckon"] = 5230598276,

  32. ["Bored"] = 5230599789,

  33. ["Cower"] = 4940563117,

  34. ["Tantrum"] = 5104341999,

  35. ["Hero Landing"] = 5104344710,

  36. ["Confused"] = 4940561610,

  37. ["Jumping Wave"] = 4940564896,

  38. ["Keeping Time"] = 4555808220,

  39. ["Agree"] = 4841397952,

  40. ["Power Blast"] = 4841403964,

  41. ["Disagree"] = 4841401869,

  42. ["Sleep"] = 4686925579,

  43. ["Sad"] = 4841407203,

  44. ["Happy"] = 4841405708,

  45. ["Chicken Dance"] = 4841399916,

  46. ["Bunny Hop"] = 4641985101,

  47. ["Air Dance"] = 4555782893,

  48. ["Curtsy"] = 4555816777,

  49. ["Zombie"] = 4210116953,

  50. ["Fast Hands"] = 4265701731,

  51. ["Baby Dance"] = 4265725525,

  52. ["Celebrate"] = 3338097973,

  53. ["Fancy Feet"] = 3333432454,

  54. ["Y"] = 4349285876,

  55. ["Shuffle"] = 4349242221,

  56. ["Bodybuilder"] = 3333387824,

  57. ["Sandwich Dance"] = 4406555273,

  58. ["Dorky Dance"] = 4212455378,

  59. ["Heisman Pose"] = 3695263073,

  60. ["Superhero Reveal"] = 3695373233,

  61. ["Dizzy"] = 3361426436,

  62. ["Get Out"] = 3333272779,

  63. ["Fishing"] = 3334832150,

  64. ["Tree"] = 4049551434,

  65. ["Line Dance"] = 4049037604,

  66. ["Idol"] = 4101966434,

  67. ["Haha"] = 3337966527,

  68. ["Salute"] = 3333474484,

  69. ["Hello"] = 3344650532,

  70. ["Air Guitar"] = 3695300085,

  71. ["Cha Cha"] = 3695322025,

  72. ["Shrug"] = 3334392772,

  73. ["Point2"] = 3344585679,

  74. ["Tilt"] = 3334538554,

  75. ["Stadium"] = 3338055167

  76. }

  77. local plr = game.Players.LocalPlayer

  78. local LoganWS = Instance.new('Folder', game)

  79. LoganWS.Name = 'LoganWS'

  80. local buttonHolder = Instance.new('Folder', LoganWS)

  81. buttonHolder.Name = "Buttons"

  82. local Animations = Instance.new("ScreenGui")

  83. local MainFrame = Instance.new("Frame")

  84. local UIGradient = Instance.new("UIGradient")

  85. local Title = Instance.new("TextLabel")

  86. local SearchBox = Instance.new("TextBox")

  87. local Container = Instance.new("ScrollingFrame")

  88. local Button = Instance.new("TextButton")

  89. local UIListLayout = Instance.new("UIListLayout")

  90. local UIListLayout2 = Instance.new("UIListLayout")

  91. local UIListLayout3 = Instance.new("UIListLayout")

  92. local StopAnim = Instance.new("TextButton")

  93. local PauseAnim = Instance.new("TextButton")

  94. local ReplayAnim = Instance.new("TextButton")

  95. local ReverseAnim = Instance.new("TextButton")

  96. local Exit = Instance.new("TextButton")

  97. local Mini = Instance.new("TextButton")

  98. local titleFrame = Instance.new("Frame")

  99. local slideFrame = Instance.new("Frame")

  100. local SlideBar = Instance.new("Frame")

  101. local SlideButton = Instance.new("TextButton")

  102. local creds = Instance.new("TextLabel")

  103. Animations.Name = "Animations"

  104. Animations.Parent = plr:WaitForChild("PlayerGui")

  105. MainFrame.Name = "MainFrame"

  106. MainFrame.Parent = Animations

  107. MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  108. MainFrame.BorderColor3 = Color3.fromRGB(27, 42, 53)

  109. MainFrame.BorderSizePixel = 0

  110. MainFrame.Position = UDim2.new(0.4, 0, 0.2, 0)

  111. MainFrame.Size = UDim2.new(0.135, 0, 0.6, 0)

  112. titleFrame.Name = "TitleFrame"

  113. titleFrame.Parent = MainFrame

  114. titleFrame.BorderSizePixel = 0

  115. titleFrame.LayoutOrder = 0

  116. titleFrame.BackgroundTransparency = 1

  117. titleFrame.Size = UDim2.new(1, 0, 0.05, 0)

  118. slideFrame.Name = "SlideFrame"

  119. slideFrame.Parent = MainFrame

  120. slideFrame.BorderSizePixel = 0

  121. slideFrame.LayoutOrder = 3

  122. slideFrame.BackgroundTransparency = 1

  123. slideFrame.Size = UDim2.new(1, 0, 0.05, 0)

  124. UIListLayout3.Parent = titleFrame

  125. UIListLayout3.FillDirection = Enum.FillDirection.Horizontal

  126. UIListLayout3.SortOrder = Enum.SortOrder.LayoutOrder

  127. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(102, 45, 113)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(197, 66, 110))}

  128. UIGradient.Parent = MainFrame

  129. Title.Name = "Title"

  130. Title.Parent = titleFrame

  131. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  132. Title.BackgroundTransparency = 1.000

  133. Title.Size = UDim2.new(0.8, 0, 1, 0)

  134. Title.Font = Enum.Font.GothamSemibold

  135. Title.Text = "Emotes"

  136. Title.TextColor3 = Color3.fromRGB(255, 255, 255)

  137. Title.TextScaled = true

  138. Title.TextSize = 14.000

  139. Title.TextWrapped = true

  140. Title.LayoutOrder = 0

  141. creds.Name = "Creds"

  142. creds.Parent = MainFrame

  143. creds.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  144. creds.BackgroundTransparency = 1.000

  145. creds.Size = UDim2.new(1, 0, 0.05, 0)

  146. creds.Font = Enum.Font.GothamSemibold

  147. creds.Text = "By LoganRMX and Maku"

  148. creds.TextColor3 = Color3.fromRGB(255, 255, 255)

  149. creds.TextScaled = true

  150. creds.TextSize = 14.000

  151. creds.TextWrapped = true

  152. creds.LayoutOrder = 8

  153. SearchBox.Name = "SearchBox"

  154. SearchBox.Parent = MainFrame

  155. SearchBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  156. SearchBox.BackgroundTransparency = 0.750

  157. SearchBox.BorderSizePixel = 0

  158. SearchBox.Size = UDim2.new(1, 0, 0.045, 0)

  159. SearchBox.Font = Enum.Font.GothamSemibold

  160. SearchBox.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)

  161. SearchBox.PlaceholderText = "Search bar..."

  162. SearchBox.Text = ""

  163. SearchBox.TextColor3 = Color3.fromRGB(255, 255, 255)

  164. SearchBox.TextScaled = true

  165. SearchBox.TextSize = 14.000

  166. SearchBox.TextWrapped = true

  167. SearchBox.LayoutOrder = 1

  168. Container.Name = "Container"

  169. Container.Parent = MainFrame

  170. Container.Active = true

  171. Container.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  172. Container.BackgroundTransparency = 0.750

  173. Container.BorderSizePixel = 0

  174. Container.Size = UDim2.new(1, 0, 0.5, 0)

  175. Container.ScrollBarThickness = 5

  176. Container.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left

  177. Container.LayoutOrder = 2

  178. Button.Name = "Button"

  179. Button.Parent = LoganWS

  180. Button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  181. Button.BackgroundTransparency = 0.850

  182. Button.BorderSizePixel = 0

  183. Button.Size = UDim2.new(1, 0, 0, 38)

  184. Button.Font = Enum.Font.GothamSemibold

  185. Button.Text = "Test"

  186. Button.TextColor3 = Color3.fromRGB(255, 255, 255)

  187. Button.TextScaled = true

  188. Button.TextSize = 14.000

  189. Button.TextWrapped = true

  190. UIListLayout.Parent = Container

  191. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center

  192. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder

  193. UIListLayout.Padding = UDim.new(0, 5)

  194. UIListLayout2.Parent = MainFrame

  195. UIListLayout2.HorizontalAlignment = Enum.HorizontalAlignment.Center

  196. UIListLayout2.SortOrder = Enum.SortOrder.LayoutOrder

  197. UIListLayout2.Padding = UDim.new(0, 5)

  198. ReverseAnim.Name = "ReverseAnim"

  199. ReverseAnim.Parent = MainFrame

  200. ReverseAnim.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  201. ReverseAnim.BackgroundTransparency = 0.750

  202. ReverseAnim.BorderColor3 = Color3.fromRGB(27, 42, 53)

  203. ReverseAnim.BorderSizePixel = 0

  204. ReverseAnim.LayoutOrder = 4

  205. ReverseAnim.Size = UDim2.new(0.85, 0, 0.06, 0)

  206. ReverseAnim.Font = Enum.Font.GothamSemibold

  207. ReverseAnim.Text = "Reverse animation"

  208. ReverseAnim.TextColor3 = Color3.fromRGB(255, 255, 255)

  209. ReverseAnim.TextScaled = true

  210. ReverseAnim.TextSize = 14.000

  211. ReverseAnim.TextWrapped = true

  212. StopAnim.Name = "StopAnim"

  213. StopAnim.Parent = MainFrame

  214. StopAnim.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  215. StopAnim.BackgroundTransparency = 0.750

  216. StopAnim.BorderColor3 = Color3.fromRGB(27, 42, 53)

  217. StopAnim.BorderSizePixel = 0

  218. StopAnim.LayoutOrder = 5

  219. StopAnim.Size = UDim2.new(0.85, 0, 0.06, 0)

  220. StopAnim.Font = Enum.Font.GothamSemibold

  221. StopAnim.Text = "Stop animation"

  222. StopAnim.TextColor3 = Color3.fromRGB(255, 255, 255)

  223. StopAnim.TextScaled = true

  224. StopAnim.TextSize = 14.000

  225. StopAnim.TextWrapped = true

  226. PauseAnim.Name = "PauseAnim"

  227. PauseAnim.Parent = MainFrame

  228. PauseAnim.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  229. PauseAnim.BackgroundTransparency = 0.750

  230. PauseAnim.BorderColor3 = Color3.fromRGB(27, 42, 53)

  231. PauseAnim.BorderSizePixel = 0

  232. PauseAnim.Size = UDim2.new(0, 219, 0, 28)

  233. PauseAnim.Font = Enum.Font.GothamSemibold

  234. PauseAnim.Text = "Pause Game Animations"

  235. PauseAnim.TextColor3 = Color3.fromRGB(255, 255, 255)

  236. PauseAnim.TextScaled = true

  237. PauseAnim.TextSize = 14.000

  238. PauseAnim.TextWrapped = true

  239. PauseAnim.LayoutOrder = 6

  240. ReplayAnim.Name = "ReplayAnim"

  241. ReplayAnim.Parent = MainFrame

  242. ReplayAnim.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  243. ReplayAnim.BackgroundTransparency = 0.750

  244. ReplayAnim.BorderColor3 = Color3.fromRGB(27, 42, 53)

  245. ReplayAnim.BorderSizePixel = 0

  246. ReplayAnim.Size = UDim2.new(0, 219, 0, 28)

  247. ReplayAnim.Font = Enum.Font.GothamSemibold

  248. ReplayAnim.Text = "Replay Game Animations"

  249. ReplayAnim.TextColor3 = Color3.fromRGB(255, 255, 255)

  250. ReplayAnim.TextScaled = true

  251. ReplayAnim.TextSize = 14.000

  252. ReplayAnim.TextWrapped = true

  253. ReplayAnim.LayoutOrder = 7

  254. Exit.Name = "Exit"

  255. Exit.Parent = titleFrame

  256. Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  257. Exit.BackgroundTransparency = 1.000

  258. Exit.Size = UDim2.new(0.1, 0, 0.7, 0)

  259. Exit.Font = Enum.Font.GothamSemibold

  260. Exit.Text = "X"

  261. Exit.TextColor3 = Color3.fromRGB(255, 255, 255)

  262. Exit.TextScaled = true

  263. Exit.TextSize = 14.000

  264. Exit.TextWrapped = true

  265. Exit.LayoutOrder = 2

  266. Mini.Name = "Mini"

  267. Mini.Parent = titleFrame

  268. Mini.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  269. Mini.BackgroundTransparency = 1.000

  270. Mini.Size = UDim2.new(0.1, 0, 0.7, 0)

  271. Mini.Font = Enum.Font.GothamSemibold

  272. Mini.Text = "-"

  273. Mini.TextColor3 = Color3.fromRGB(255, 255, 255)

  274. Mini.TextScaled = true

  275. Mini.TextSize = 14.000

  276. Mini.TextWrapped = true

  277. Mini.LayoutOrder = 1

  278. SlideBar.Name = "SlideBar"

  279. SlideBar.Parent = slideFrame

  280. SlideBar.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  281. SlideBar.BackgroundTransparency = 0.750

  282. SlideBar.BorderSizePixel = 0

  283. SlideBar.Size = UDim2.new(1, 0, 0.3, 0)

  284. SlideBar.AnchorPoint = Vector2.new(0.5,0.5)

  285. SlideBar.Position = UDim2.new(0.5,0,0.5,0)

  286. SlideButton.Name = "SlideButton"

  287. SlideButton.Parent = SlideBar

  288. SlideButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  289. SlideButton.BorderSizePixel = 0

  290. SlideButton.Position = UDim2.new(0.5, 0, -1.5, 0)

  291. SlideButton.Size = UDim2.new(0, 10, 0, 26)

  292. SlideButton.Font = Enum.Font.SourceSans

  293. SlideButton.TextColor3 = Color3.fromRGB(0, 0, 0)

  294. SlideButton.TextSize = 14.000

  295. SlideButton.TextTransparency = 1.000

  296. MainFrame.Active = true

  297. MainFrame.Draggable = true

  298. local LayOut = 0

  299. local CurrentAni = nil

  300. local neg = false

  301. function StopAnims()

  302. for _,v in pairs(animations) do

  303. v:Stop()

  304. end

  305. end

  306. function LoadAnims()

  307. for i,v in pairs(animations) do

  308. local Anim = Instance.new("Animation", LoganWS)

  309. Anim.AnimationId = "rbxassetid://"..v

  310. animations[i] = plr.Character.Humanoid:LoadAnimation(Anim)

  311. CreateButton(i)

  312. end

  313. end

  314. function Snap(number, factor)

  315. if factor == 0 then

  316. return number

  317. else

  318. return math.floor(number/factor+0.5)*factor

  319. end

  320. end

  321. function AutoScale()

  322. local number = (#Container:GetChildren()-1)*38

  323. number = number + (#Container:GetChildren()-1)*5

  324. Container.CanvasSize = UDim2.new(0,0,0,number)

  325. end

  326. function CreateButton(AnimationName)

  327. local ButtonClone = Button:Clone()

  328. ButtonClone.LayoutOrder = LayOut

  329. LayOut = LayOut + 1

  330. ButtonClone.Parent = buttonHolder

  331. ButtonClone.Name = AnimationName

  332. ButtonClone.Text = AnimationName

  333. ButtonClone.MouseButton1Click:Connect(function()

  334. StopAnims()

  335. CurrentAni = animations[ButtonClone.Name]

  336. CurrentAni:Play()

  337. end)

  338. end

  339. function FindAnim()

  340. local text = string.lower(SearchBox.Text)

  341. if SearchBox.Text == "" or SearchBox.Text == nil then

  342. for _,v in pairs(buttonHolder:GetChildren()) do

  343. v.Parent = Container

  344. end

  345. else

  346. for i,v in pairs(buttonHolder:GetChildren()) do

  347. if string.find(string.lower(v.Name), text) then

  348. v.Parent = Container

  349. end

  350. end

  351. for i,v in pairs(Container:GetChildren()) do

  352. if not string.find(string.lower(v.Name), text) and v.Name ~= "UIListLayout" then

  353. v.Parent = buttonHolder

  354. end

  355. end

  356. end

  357. end

  358. ReverseAnim.MouseButton1Click:Connect(function()

  359. neg = not neg

  360. end)

  361. StopAnim.MouseButton1Click:Connect(StopAnims)

  362. PauseAnim.MouseButton1Click:Connect(function()

  363. plr.Character.Animate.Disabled = true

  364. end)

  365. ReplayAnim.MouseButton1Click:Connect(function()

  366. plr.Character.Animate.Disabled = false

  367. end)

  368. local TS = game:GetService("TweenService")

  369. local tweenclose = TS:Create(MainFrame, TweenInfo.new(1), {Size = UDim2.new(0.135, 0, 0.03, 0)})

  370. local tweenclose2 = TS:Create(titleFrame, TweenInfo.new(1), {Size = UDim2.new(1, 0, 1, 0)})

  371. local tweenopen = TS:Create(MainFrame, TweenInfo.new(1), {Size = UDim2.new(0.135, 0, 0.6, 0)})

  372. local tweenopen2 = TS:Create(titleFrame, TweenInfo.new(1), {Size = UDim2.new(1, 0, 0.05, 0)})

  373. local open = true

  374. Mini.MouseButton1Click:Connect(function()

  375. if open then

  376. Mini.Text = "o"

  377. for _,v in pairs(MainFrame:GetChildren()) do

  378. if v.Name ~= titleFrame.Name and not string.find(v.Name, "UI") then

  379. v.Visible = false

  380. end

  381. end

  382. tweenclose:Play()

  383. tweenclose2:Play()

  384. else

  385. Mini.Text = "-"

  386. for _,v in pairs(MainFrame:GetChildren()) do

  387. if not string.find(v.Name, "UI") then

  388. v.Visible = true

  389. end

  390. end

  391. tweenopen:Play()

  392. tweenopen2:Play()

  393. end

  394. open = not open

  395. end)

  396. LoadAnims()

  397. local held = false

  398. SlideButtonPos = SlideButton.Position

  399. local UIS = game:GetService("UserInputService")

  400. local RuS = game:GetService("RunService")

  401. local step = 0.01

  402. local percentage = 0

  403. UIS.InputEnded:connect(function(input, processed)

  404. if input.UserInputType == Enum.UserInputType.MouseButton1 then

  405. held = false

  406. end

  407. end)

  408. SlideButton.MouseButton1Down:Connect(function()

  409. held = true

  410. end)

  411. local con = RuS.RenderStepped:connect(function()

  412. if held then

  413. local MousePos = UIS:GetMouseLocation().X

  414. local BtnPos = SlideButton.Position

  415. local SliderSize = SlideBar.AbsoluteSize.X

  416. local SliderPos = SlideBar.AbsolutePosition.X

  417. local pos = Snap((MousePos-SliderPos)/SliderSize,step)

  418. percentage = math.clamp(pos,0,0.96)

  419. SlideButton.Position = UDim2.new(percentage,0,BtnPos.Y.Scale, BtnPos.Y.Offset)

  420. end

  421. local axis = SlideButton.Position.X.Scale*2

  422. if neg then

  423. axis = -axis

  424. end

  425. if CurrentAni ~= nil then

  426. CurrentAni:AdjustSpeed(axis)

  427. end

  428. FindAnim()

  429. AutoScale()

  430. end)

  431. Exit.MouseButton1Click:Connect(function()

  432. StopAnims()

  433. plr.Character.Animate.Disabled = false

  434. Animations:Destroy()

  435. LoganWS:Destroy()

  436. con:Disconnect()

  437. end)

FE EMOTES & ANIMATIONS SCRIPT (LoganRMX & Maku) - Pastebin.com (2024)

References

Top Articles
Latest Posts
Article information

Author: Nathanael Baumbach

Last Updated:

Views: 5619

Rating: 4.4 / 5 (75 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Nathanael Baumbach

Birthday: 1998-12-02

Address: Apt. 829 751 Glover View, West Orlando, IN 22436

Phone: +901025288581

Job: Internal IT Coordinator

Hobby: Gunsmithing, Motor sports, Flying, Skiing, Hooping, Lego building, Ice skating

Introduction: My name is Nathanael Baumbach, I am a fantastic, nice, victorious, brave, healthy, cute, glorious person who loves writing and wants to share my knowledge and understanding with you.