Advertisement
jAkEtheEpiCSaUcE

Untitled

Dec 9th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. PASTEBINnew pastetrends API tools faq
  2. search...
  3.  
  4.  
  5. jAkEtheEpiCSaUcE
  6. FREE
  7. 1
  8. My Pastes
  9. Untitled
  10. 11 days ago
  11. Untitled
  12. 26 days ago
  13. Untitled
  14. 26 days ago
  15. Untitled
  16. 26 days ago
  17. Untitled
  18. 32 days ago
  19. Untitled
  20. 42 days ago
  21. Untitled
  22. 70 days ago
  23. Untitled
  24. 70 days ago
  25. Public Pastes
  26. Untitled
  27. 13 sec ago
  28. Untitled
  29. 33 sec ago
  30. rouge
  31. 38 sec ago
  32. php curl
  33. HTML | 1 min ago
  34. Untitled
  35. 1 min ago
  36. Untitled
  37. 1 min ago
  38. Untitled
  39. 1 min ago
  40. Gen 7 OU Hyper Off...
  41. 1 min ago
  42.  
  43. Pastebin PRO Accounts AUTUMN SPECIAL! For a limited time only get 40% discount on a LIFETIME PRO account! Offer Ends Soon!
  44. SHARE
  45. TWEET
  46.  
  47. KEEMSTAR script
  48. FAURAXPLAYZ NOV 26TH, 2016 74 NEVER
  49.  
  50. rawgetcloneembedreportprint text 1.65 KB
  51. local a = Instance.new("Sound")
  52. a.Name = "Sound"
  53. a.SoundId = "http://www.roblox.com/asset/?id=433992205"
  54. a.Volume = 1
  55. a.Pitch = 1
  56. a.Looped = true
  57. a.archivable = false
  58. a.Parent = game.Workspace
  59. a:play()
  60. for i, v in pairs(game.Players:GetChildren()) do--this is going down in order of evrything in players, v is the variable
  61. p = v.Character
  62.  
  63. local weld = Instance.new("Weld",p.Torso)
  64. weld.Part0 = p.Torso
  65.  
  66. local train = Instance.new("Part",p.Torso)
  67. train.Anchored = true
  68. train.CanCollide = false
  69. train.Size = Vector3.new(3,2,6)
  70. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  71. weld.Part1 = train
  72. weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(180),0)
  73. train.Anchored = false
  74. local TrainMesh = Instance.new("SpecialMesh",train)
  75. TrainMesh.MeshType = Enum.MeshType.FileMesh
  76. TrainMesh.Scale = Vector3.new(.5,.5,.5)
  77. TrainMesh.MeshId = "rbxassetid://471652548"
  78. TrainMesh.TextureId = "rbxassetid://471652580"
  79.  
  80.  
  81. local weld2 = Instance.new("Weld",p.Torso)
  82. weld2.Part0 = p.Torso
  83. local Smoke = Instance.new("Part",p.Torso)
  84. Smoke.Anchored = true
  85. Smoke.CanCollide = false
  86. Smoke.Size = Vector3.new(1,1,1)
  87. Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  88. weld2.Part1 = Smoke
  89. weld2.C1 = CFrame.new(0,-4,3.5)-- * CFrame.Angles(0,math.rad(180),0)
  90. Smoke.Anchored = false
  91. Smoke.Transparency = 1;
  92.  
  93. p.Humanoid.WalkSpeed = 60;
  94.  
  95.  
  96. for i,v in pairs(p:GetChildren()) do
  97. if v:IsA("Part") then
  98. v.Transparency = 1;
  99. elseif v:IsA("Hat") then
  100. v:Destroy()
  101. elseif v:IsA("Model") then
  102. v:Destroy()
  103. end
  104. end
  105. end
  106.  
  107. local playerLeaderstats = {}
  108. for i, v in pairs(game.Players:GetChildren()) do
  109. table.insert(playerLeaderstats, v)
  110. end
  111. RAW Paste Data
  112.  
  113. local a = Instance.new("Sound")
  114. a.Name = "Sound"
  115. a.SoundId = "http://www.roblox.com/asset/?id=433992205"
  116. a.Volume = 1
  117. a.Pitch = 1
  118. a.Looped = true
  119. a.archivable = false
  120. a.Parent = game.Workspace
  121. a:play()
  122. for i, v in pairs(game.Players:GetChildren()) do--this is going down in order of evrything in players, v is the variable
  123. p = v.Character
  124.  
  125. local weld = Instance.new("Weld",p.Torso)
  126. weld.Part0 = p.Torso
  127.  
  128. local train = Instance.new("Part",p.Torso)
  129. train.Anchored = true
  130. train.CanCollide = false
  131. train.Size = Vector3.new(3,2,6)
  132. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  133. weld.Part1 = train
  134. weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(180),0)
  135. train.Anchored = false
  136. local TrainMesh = Instance.new("SpecialMesh",train)
  137. TrainMesh.MeshType = Enum.MeshType.FileMesh
  138. TrainMesh.Scale = Vector3.new(.5,.5,.5)
  139. TrainMesh.MeshId = "rbxassetid://471652548"
  140. TrainMesh.TextureId = "rbxassetid://471652580"
  141.  
  142.  
  143. local weld2 = Instance.new("Weld",p.Torso)
  144. weld2.Part0 = p.Torso
  145. local Smoke = Instance.new("Part",p.Torso)
  146. Smoke.Anchored = true
  147. Smoke.CanCollide = false
  148. Smoke.Size = Vector3.new(1,1,1)
  149. Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  150. weld2.Part1 = Smoke
  151. weld2.C1 = CFrame.new(0,-4,3.5)-- * CFrame.Angles(0,math.rad(180),0)
  152. Smoke.Anchored = false
  153. Smoke.Transparency = 1;
  154.  
  155. p.Humanoid.WalkSpeed = 60;
  156.  
  157.  
  158. for i,v in pairs(p:GetChildren()) do
  159. if v:IsA("Part") then
  160. v.Transparency = 1;
  161. elseif v:IsA("Hat") then
  162. v:Destroy()
  163. elseif v:IsA("Model") then
  164. v:Destroy()
  165. end
  166. end
  167. end
  168.  
  169. local playerLeaderstats = {}
  170. for i, v in pairs(game.Players:GetChildren()) do
  171. table.insert(playerLeaderstats, v)
  172. end
  173.  
  174.  
  175. create new paste / dealsnew! / api / trends / syntax languages / faq / tools / privacy / cookies / contact / dmca / advertise on pastebin / scraping / go
  176. Site design & logo © 2016 Pastebin; user contributions (pastes) licensed under cc by-sa 3.0 -- Dedicated Server Hosting by Steadfast
  177.  
  178. Top
  179. xGet my shirtMy team runs on JIRA. Start a trial and get your shirt.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement