Advertisement
Guest User

my prison life gui

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