Roblox124124

Untitled

Mar 16th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.50 KB | None | 0 0
  1. -- Made by ArMaNi#4431
  2. -- If u want me to change anything add my discord[Armani#4431]
  3. -- Youtube: https://www.youtube.com/channel/UCjhsfGI06x30kTJ9ETTmxew
  4. -- Local player
  5. local p = game.Players.LocalPlayer
  6.  
  7. -- Instance Objects
  8. local gui = Instance.new('ScreenGui',p.PlayerGui)
  9. local frame = Instance.new('ScrollingFrame',gui)
  10. local open = Instance.new('TextButton',gui)
  11. local name = Instance.new('TextLabel',frame)
  12. local btools = Instance.new('TextButton',frame)
  13. local escape = Instance.new('TextButton',frame)
  14. local exit = Instance.new('TextButton',frame)
  15. local killaura = Instance.new('TextButton',frame)
  16. local melee = Instance.new('TextButton',frame)
  17. local removedoors = Instance.new('TextButton',frame)
  18. local tools = Instance.new('TextButton',frame)
  19. local speedplus = Instance.new('TextButton',frame)
  20. local speedminus = Instance.new('TextButton',frame)
  21. local jumpplus = Instance.new('TextButton',frame)
  22. local jumpminus = Instance.new('TextButton',frame)
  23. local bypass = Instance.new('TextButton',frame)
  24. local db = Instance.new('TextButton',frame)
  25. local floor = Instance.new('TextButton',frame)
  26. local creator2 = Instance.new('TextButton',frame)
  27. local prison = Instance.new('TextButton',frame)
  28. local nuteral = Instance.new('TextButton',frame)
  29. local God = Instance.new('TextButton',frame)
  30. local InsaneAndDab = Instance.new('TextButton',frame)
  31.  
  32. -- Name object
  33. gui.Name = "Prison Life GUI V3"
  34. frame.Name = "Commands"
  35. open.Name = "Open"
  36. name.Name = "Name"
  37. btools.Name = "BtoolsButton"
  38. escape.Name = "EscapeButton"
  39. exit.Name = "ExitButton"
  40. killaura.Name = "KillauraButton"
  41. melee.Name = "MeleeButton"
  42. removedoors.Name = "RemoveDoorsButton"
  43. tools.Name = "ToolsButton"
  44. speedplus.Name = "SpeedAdd"
  45. speedminus.Name = "SpeedReduce"
  46. jumpplus.Name = "JumpAdd"
  47. jumpminus.Name = "JumpReduce"
  48. bypass.Name = "Bypass"
  49. db.Name = "DisableBypass"
  50. floor.Name = "Floor"
  51. creator2.Name = "Creator2Name"
  52. prison.Name = "TPtoprison"
  53. nuteral.Name = "nuteralTeam"
  54. God.Name = "FEGod"
  55. InsaneAndDab.Name = "FEGod"
  56.  
  57. -- Object Visible
  58. frame.Visible = true
  59. open.Visible = false
  60. name.Visible = true
  61. btools.Visible = true
  62. escape.Visible = true
  63. exit.Visible = true
  64. killaura.Visible = true
  65. melee.Visible = true
  66. removedoors.Visible = true
  67. tools.Visible = true
  68. speedplus.Visible = true
  69. speedminus.Visible = true
  70. jumpplus.Visible = true
  71. jumpminus.Visible = true
  72. bypass.Visible = true
  73. db.Visible = true
  74. floor.Visible = true
  75. creator2.Visible = true
  76. prison.Visible = true
  77. nuteral.Visible = true
  78. God.Visible = true
  79. InsaneAndDab.Visible = true
  80.  
  81. -- Background Color
  82. frame.BackgroundColor3 = Color3.new(255,0,0)
  83. open.BackgroundColor3 = Color3.new(255,0,0)
  84. name.BackgroundColor3 = Color3.new(255,0,0)
  85. btools.BackgroundColor3 = Color3.new(0,0,255)
  86. escape.BackgroundColor3 = Color3.new(0,0,255)
  87. exit.BackgroundColor3 = Color3.new(0,0,255)
  88. killaura.BackgroundColor3 = Color3.new(0,0,255)
  89. melee.BackgroundColor3 = Color3.new(0,0,255)
  90. removedoors.BackgroundColor3 = Color3.new(0,0,255)
  91. tools.BackgroundColor3 = Color3.new(0,0,255)
  92. speedplus.BackgroundColor3 = Color3.new(0,0,255)
  93. speedminus.BackgroundColor3 = Color3.new(0,0,255)
  94. jumpplus.BackgroundColor3 = Color3.new(0,0,255)
  95. jumpminus.BackgroundColor3 = Color3.new(0,0,255)
  96. bypass.BackgroundColor3 = Color3.new(0,0,255)
  97. db.BackgroundColor3 = Color3.new(0,0,255)
  98. floor.BackgroundColor3 = Color3.new(0,0,255)
  99. creator2.BackgroundColor3 = Color3.new(0,255,0)
  100. prison.BackgroundColor3 = Color3.new(0,0,255)
  101. nuteral.BackgroundColor3 = Color3.new(0,0,255)
  102. God.BackgroundColor3 = Color3.new(0,0,255)
  103. InsaneAndDab.BackgroundColor3 = Color3.new(0,0,255)
  104.  
  105. -- Background Transparency
  106. frame.BackgroundTransparency = 0.2
  107. open.BackgroundTransparency = 0.2
  108. name.BackgroundTransparency = 0.6
  109. btools.BackgroundTransparency = 0
  110. escape.BackgroundTransparency = 0
  111. exit.BackgroundTransparency = 0
  112. killaura.BackgroundTransparency = 0
  113. melee.BackgroundTransparency = 0
  114. removedoors.BackgroundTransparency = 0
  115. tools.BackgroundTransparency = 0
  116. speedplus.BackgroundTransparency = 0
  117. speedminus.BackgroundTransparency = 0
  118. jumpplus.BackgroundTransparency = 0
  119. jumpminus.BackgroundTransparency = 0
  120. bypass.BackgroundTransparency = 0
  121. db.BackgroundTransparency = 0
  122. floor.BackgroundTransparency = 0
  123. creator2.BackgroundTransparency = 0
  124. prison.BackgroundTransparency = 0
  125. nuteral.BackgroundTransparency = 0
  126. God.BackgroundTransparency = 0
  127. InsaneAndDab.BackgroundTransparency = 0
  128.  
  129. -- Objects Size
  130. frame.Size = UDim2.new(0,250,0,350)
  131. open.Size = UDim2.new(0,60,0,25)
  132. name.Size = UDim2.new(0,180,0,40)
  133. btools.Size = UDim2.new(0.9,12,0,30)
  134. escape.Size = UDim2.new(0.9,12,0,30)
  135. exit.Size = UDim2.new(0,50,0,40)
  136. killaura.Size = UDim2.new(0.9,12,0,30)
  137. melee.Size = UDim2.new(0.9,12,0,30)
  138. removedoors.Size = UDim2.new(0.9,12,0,30)
  139. tools.Size = UDim2.new(0.9,12,0,30)
  140. speedplus.Size = UDim2.new(0.9,12,0,30)
  141. speedminus.Size = UDim2.new(0.9,12,0,30)
  142. jumpplus.Size = UDim2.new(0.9,12,0,30)
  143. jumpminus.Size = UDim2.new(0.9,12,0,30)
  144. bypass.Size = UDim2.new(0.9,12,0,30)
  145. db.Size = UDim2.new(0.9,12,0,30)
  146. floor.Size = UDim2.new(0.9,12,0,30)
  147. creator2.Size = UDim2.new(0.9,12,0,30)
  148. prison.Size = UDim2.new(0.9,12,0,30)
  149. nuteral.Size = UDim2.new(0.9,12,0,30)
  150. God.Size = UDim2.new(0.9,12,0,30)
  151. InsaneAndDab.Size = UDim2.new(0.9,12,0,30)
  152.  
  153. -- Objects Position
  154. frame.Position = UDim2.new(0,5,0.4,0)
  155. open.Position = UDim2.new(0,0,0,0)
  156. name.Position = UDim2.new(0,0,0,5)
  157. btools.Position = UDim2.new(0,0,0,185)
  158. escape.Position = UDim2.new(0,0,0,230)
  159. exit.Position = UDim2.new(0,184,0,5)
  160. killaura.Position = UDim2.new(0,0,0,275)
  161. melee.Position = UDim2.new(0,0,0,140)
  162. removedoors.Position = UDim2.new(0,0,0,50)
  163. tools.Position = UDim2.new(0,0,0,95)
  164. speedplus.Position = UDim2.new(0,0,0,320)
  165. speedminus.Position = UDim2.new(0,0,0,365)
  166. jumpplus.Position = UDim2.new(0,0,0,410)
  167. jumpminus.Position = UDim2.new(0,0,0,455)
  168. bypass.Position = UDim2.new(0,0,0,500)
  169. db.Position = UDim2.new(0,0,0,545)
  170. floor.Position = UDim2.new(0,0,0,590)
  171. prison.Position = UDim2.new(0,0,0,635)
  172. nuteral.Position = UDim2.new(0,0,0,680)
  173. God.Position = UDim2.new(0,0,0,725)
  174. InsaneAndDab.Position = UDim2.new(0,0,0,770)
  175. creator2.Position = UDim2.new(0,0,0,815)
  176.  
  177. -- Objects Text Color
  178. open.TextColor3 = Color3.new(0,255,0)
  179. name.TextColor3 = Color3.new(0,0,255)
  180. btools.TextColor3 = Color3.new(255,0,0)
  181. escape.TextColor3 = Color3.new(255,0,0)
  182. exit.TextColor3 = Color3.new(0,255,0)
  183. killaura.TextColor3 = Color3.new(255,0,0)
  184. melee.TextColor3 = Color3.new(255,0,0)
  185. removedoors.TextColor3 = Color3.new(255,0,0)
  186. tools.TextColor3 = Color3.new(255,0,0)
  187. speedplus.TextColor3 = Color3.new(255,0,0)
  188. speedminus.TextColor3 = Color3.new(255,0,0)
  189. jumpplus.TextColor3 = Color3.new(255,0,0)
  190. jumpminus.TextColor3 = Color3.new(255,0,0)
  191. bypass.TextColor3 = Color3.new(255,0,0)
  192. db.TextColor3 = Color3.new(255,0,0)
  193. floor.TextColor3 = Color3.new(255,0,0)
  194. creator2.TextColor3 = Color3.new(0,0,255)
  195. prison.TextColor3 = Color3.new(255,0,0)
  196. nuteral.TextColor3 = Color3.new(255,0,0)
  197. God.TextColor3 = Color3.new(255,0,0)
  198. InsaneAndDab.TextColor3 = Color3.new(255,0,0)
  199.  
  200.  
  201. -- Object Font
  202. name.Font = 'Fantasy'
  203.  
  204. -- Object Text
  205. open.Text = 'Open'
  206. name.Text = 'Prison Life GUI Remastered V2'
  207. btools.Text = 'Btools'
  208. escape.Text = 'Escape The Prison'
  209. exit.Text = 'Exit'
  210. killaura.Text = 'Kill Aura [RIP THEM...]'
  211. melee.Text = 'Removed items!!'
  212. removedoors.Text = 'Remove Doors'
  213. tools.Text = 'Give Guns'
  214. speedplus.Text = 'WalkSpeed + 10'
  215. speedminus.Text = 'WalkSpeed - 10'
  216. jumpplus.Text = 'JumpPower + 10'
  217. jumpminus.Text = 'JumpPower - 10'
  218. bypass.Text = 'Bypass Taser, Arrest [Cannot Punch]'
  219. db.Text = 'Disable Bypass Taser, Arrest'
  220. floor.Text = 'Tools'
  221. creator2.Text = 'Made by ArMaNi#4431'
  222. prison.Text = 'Teleport to prison'
  223. nuteral.Text = 'Nuteral team(gray)'
  224. God.Text = 'FE God[cannot shoot]'
  225. InsaneAndDab.Text = 'FE Insane and Dab GUI'
  226.  
  227. -- Object Text Scaled
  228. open.TextScaled = true
  229. name.TextScaled = true
  230. btools.TextScaled = true
  231. escape.TextScaled = true
  232. exit.TextScaled = true
  233. killaura.TextScaled = true
  234. melee.TextScaled = true
  235. removedoors.TextScaled = true
  236. tools.TextScaled = true
  237. speedplus.TextScaled = true
  238. speedminus.TextScaled = true
  239. jumpplus.TextScaled = true
  240. jumpminus.TextScaled = true
  241. bypass.TextScaled = true
  242. db.TextScaled = true
  243. floor.TextScaled = true
  244. creator2.TextScaled = true
  245. prison.TextScaled = true
  246. nuteral.TextScaled = true
  247. God.TextScaled = true
  248. InsaneAndDab.TextScaled = true
  249.  
  250. -- Frame Moveable
  251. frame.Active = true
  252. frame.Draggable = false
  253.  
  254. -- Open Function
  255. open.MouseButton1Down:connect(function()
  256. frame.Visible = true
  257. frame:TweenPosition(UDim2.new(0,5,0.4,0), "Out", "Bounce",1 ,true)
  258. open.Visible = false
  259. open.Position = UDim2.new(0,0,0,0)
  260. end)
  261.  
  262. --Creator2
  263. creator2.MouseButton1Down:connect(function()
  264. local message = Instance.new("Message",game.Workspace)
  265. message.Text = 'Made by ArMaNi#4431!'
  266. wait(2)
  267. message:Destroy()
  268. end)
  269.  
  270. -- Close/Exit Function
  271. exit.MouseButton1Down:connect(function()
  272. frame:TweenPosition(UDim2.new(0.1,-400,0.4,0) , "Out", "Quad", 1, true)
  273. wait(1)
  274. frame.Visible = false
  275. wait(.1)
  276. open.Visible = true
  277. open:TweenPosition(UDim2.new(0,2,0.8,15), "Out", "Bounce",1 ,true)
  278. end)
  279.  
  280. --open function
  281. open.MouseButton1Down:connect(function()
  282. local message = Instance.new("Message",game.Workspace)
  283. message.Text = 'Made by ArMaNi#4431!'
  284. wait(0.9)
  285. message:Destroy()
  286. end)
  287.  
  288. -- Btools Function
  289. btools.MouseButton1Down:connect(function()
  290. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  291. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  292. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  293. loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  294. end)
  295.  
  296. -- Remove Doors Function
  297. removedoors.MouseButton1Down:connect(function()
  298. game.Workspace.Doors:Destroy()
  299. end)
  300.  
  301. -- Guns Function
  302. tools.MouseButton1Down:connect(function()
  303. local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield"}
  304. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  305. for j, k in pairs(weapons) do
  306. if v.Name == k then
  307. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  308. end
  309. end
  310. end
  311. end)
  312.  
  313. -- Melee Function
  314. melee.MouseButton1Down:connect(function()
  315. local weapons = {"Sharpened stick", "Extendo mirror"}
  316. for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  317. for j, k in pairs(weapons) do
  318. if v.Name == k then
  319. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  320. end
  321. end
  322. end
  323. end)
  324.  
  325. -- Escape Function
  326. escape.MouseButton1Down:connect(function()
  327. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
  328. end)
  329.  
  330. -- Kill Aura Function
  331. killaura.MouseButton1Down:connect(function()
  332. while wait(0.1) do
  333. for i, plr in pairs(game.Players:GetChildren()) do
  334. if plr.Name ~= game.Players.LocalPlayer.Name then
  335. for i = 1, 10 do
  336. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  337. end
  338. end
  339. end
  340. end
  341. end)
  342.  
  343. -- WalkSpeed Increase
  344. speedplus.MouseButton1Down:connect(function()
  345. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 10
  346. end)
  347.  
  348. -- WalkSpeed Decrease
  349. speedminus.MouseButton1Down:connect(function()
  350. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed - 10
  351. end)
  352.  
  353. -- JumpPower Increase
  354. jumpplus.MouseButton1Down:connect(function()
  355. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower + 10
  356. end)
  357.  
  358. -- JumpPower Decrease
  359. jumpminus.MouseButton1Down:connect(function()
  360. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower - 10
  361. end)
  362.  
  363. -- Bypass Taser , Arrest
  364. bypass.MouseButton1Down:connect(function()
  365. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  366. game.Players.LocalPlayer.CharacterAdded:connect(function()
  367. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  368. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  369. end)
  370. local message = Instance.new("Message",game.Workspace)
  371. message.Text = 'This shit is on!'
  372. wait(1)
  373. message:Destroy()
  374. end)
  375.  
  376. -- Disable Bypass Taser , Arrest
  377. db.MouseButton1Down:connect(function()
  378. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false
  379. game.Players.LocalPlayer.CharacterAdded:connect(function()
  380. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  381. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false
  382. end)
  383. local message = Instance.new("Message",game.Workspace)
  384. message.Text = 'k...its off'
  385. wait(1)
  386. message:Destroy()
  387. end)
  388.  
  389. -- Get Tools On the Floor
  390. floor.MouseButton1Down:connect(function()
  391. for i, v in pairs(game.Workspace["Prison_ITEMS"].single:GetChildren()) do
  392. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  393. end
  394. end)
  395.  
  396. -- Prison Function
  397. prison.MouseButton1Down:connect(function()
  398. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(900, 97, 2400)
  399. end)
  400.  
  401. --nuteral Function
  402. nuteral.MouseButton1Down:connect(function()
  403. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  404. end)
  405.  
  406. -- God Function
  407. God.MouseButton1Down:connect(function()
  408. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  409. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  410. l.Parent = game.Players.LocalPlayer.Character
  411. l.Name = "Humanoid"
  412. wait(0.1)
  413. game.Players.LocalPlayer.Character["1"]:Destroy()
  414. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  415. game.Players.LocalPlayer.Character.Animate.Disabled = true
  416. wait(0.1)
  417. game.Players.LocalPlayer.Character.Animate.Disabled = false
  418. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  419. end)
  420.  
  421. -- InsaneAndDab Function
  422. InsaneAndDab.MouseButton1Down:connect(function()
  423. -- Objects
  424.  
  425. local ScreenGui = Instance.new("ScreenGui")
  426. local Frame = Instance.new("Frame")
  427. local Credits = Instance.new("TextLabel")
  428. local insaneall = Instance.new("TextButton")
  429. local daball = Instance.new("TextButton")
  430. local dabothers = Instance.new("TextButton")
  431. local insaneothers = Instance.new("TextButton")
  432.  
  433. -- Properties
  434.  
  435. ScreenGui.Parent = game.CoreGui
  436.  
  437. Frame.Parent = ScreenGui
  438. Frame.Active = true
  439. Frame.BackgroundColor3 = Color3.new(186, 0, 0)
  440. Frame.BackgroundTransparency = 0.25
  441. Frame.Draggable = true
  442. Frame.Position = UDim2.new(0, 341, 0, 41)
  443. Frame.Size = UDim2.new(0, 358, 0, 423)
  444.  
  445. Credits.Name = "Credits"
  446. Credits.Parent = Frame
  447. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  448. Credits.BackgroundTransparency = 0.5
  449. Credits.Position = UDim2.new(0, 79, 0, 0)
  450. Credits.Size = UDim2.new(0, 200, 0, 50)
  451. Credits.Font = Enum.Font.SciFi
  452. Credits.FontSize = Enum.FontSize.Size24
  453. Credits.Text = "By Cozmo, RGB by ArMaNi"
  454. Credits.TextColor3 = Color3.new(0, 1, 1)
  455. Credits.TextSize = 24
  456.  
  457. insaneall.Name = "insaneall"
  458. insaneall.Parent = Frame
  459. insaneall.BackgroundColor3 = Color3.new(0, 0, 255)
  460. insaneall.BackgroundTransparency = 0.5
  461. insaneall.Position = UDim2.new(0, 0, 0, 106)
  462. insaneall.Size = UDim2.new(0, 155, 0, 50)
  463. insaneall.Font = Enum.Font.SciFi
  464. insaneall.FontSize = Enum.FontSize.Size18
  465. insaneall.Text = "FE Insane all"
  466. insaneall.TextColor3 = Color3.new(0, 1, 1)
  467. insaneall.TextSize = 18
  468.  
  469. daball.Name = "daball"
  470. daball.Parent = Frame
  471. daball.BackgroundColor3 = Color3.new(0, 0, 255)
  472. daball.BackgroundTransparency = 0.5
  473. daball.Position = UDim2.new(0, 0, 0, 228)
  474. daball.Size = UDim2.new(0, 155, 0, 50)
  475. daball.Font = Enum.Font.SciFi
  476. daball.FontSize = Enum.FontSize.Size18
  477. daball.Text = "FE Dab all"
  478. daball.TextColor3 = Color3.new(0, 1, 1)
  479. daball.TextSize = 18
  480.  
  481. dabothers.Name = "dabothers"
  482. dabothers.Parent = Frame
  483. dabothers.BackgroundColor3 = Color3.new(0, 0, 255)
  484. dabothers.BackgroundTransparency = 0.5
  485. dabothers.Position = UDim2.new(0, 203, 0, 230)
  486. dabothers.Size = UDim2.new(0, 155, 0, 50)
  487. dabothers.Font = Enum.Font.SciFi
  488. dabothers.FontSize = Enum.FontSize.Size18
  489. dabothers.Text = "FE Dab others"
  490. dabothers.TextColor3 = Color3.new(0, 1, 1)
  491. dabothers.TextSize = 18
  492.  
  493. insaneothers.Name = "insaneothers"
  494. insaneothers.Parent = Frame
  495. insaneothers.BackgroundColor3 = Color3.new(0, 0, 255)
  496. insaneothers.BackgroundTransparency = 0.5
  497. insaneothers.Position = UDim2.new(0, 203, 0, 105)
  498. insaneothers.Size = UDim2.new(0, 155, 0, 50)
  499. insaneothers.Font = Enum.Font.SciFi
  500. insaneothers.FontSize = Enum.FontSize.Size18
  501. insaneothers.Text = "FE Insane others"
  502. insaneothers.TextColor3 = Color3.new(0, 1, 1)
  503. insaneothers.TextSize = 18
  504.  
  505. insaneall.MouseButton1Click:connect(function()
  506. for i,v in pairs(game.Players:GetPlayers()) do
  507. local AnimationId = "33796059"
  508. local Anim = Instance.new("Animation")
  509. Anim.AnimationId = "rbxassetid://"..AnimationId
  510. local k = v.Character.Humanoid:LoadAnimation(Anim)
  511. k:Play()
  512. k:AdjustSpeed(90)
  513. end
  514. end)
  515. insaneothers.MouseButton1Click:connect(function()
  516. for i,v in pairs(game.Players:GetPlayers()) do
  517. if v.Name~=game.Players.LocalPlayer.Name then
  518. local AnimationId = "33796059"
  519. local Anim = Instance.new("Animation")
  520. Anim.AnimationId = "rbxassetid://"..AnimationId
  521. local k = v.Character.Humanoid:LoadAnimation(Anim)
  522. k:Play()
  523. k:AdjustSpeed(90)
  524. end
  525. end
  526. end)
  527. dabothers.MouseButton1Click:connect(function()
  528. for i,v in pairs(game.Players:GetPlayers()) do
  529. if v.Name~=game.Players.LocalPlayer.Name then
  530. local AnimationId = "248263260"
  531. local Anim = Instance.new("Animation")
  532. Anim.AnimationId = "rbxassetid://"..AnimationId
  533. local k = v.Character.Humanoid:LoadAnimation(Anim)
  534. k:Play()
  535. k:AdjustSpeed(1)
  536. end
  537. end
  538. end)
  539. daball.MouseButton1Click:connect(function()
  540. for i,v in pairs(game.Players:GetPlayers()) do
  541. local AnimationId = "248263260"
  542. local Anim = Instance.new("Animation")
  543. Anim.AnimationId = "rbxassetid://"..AnimationId
  544. local k = v.Character.Humanoid:LoadAnimation(Anim)
  545. k:Play()
  546. k:AdjustSpeed(1)
  547. end
  548. end)
  549. end)
Add Comment
Please, Sign In to add comment