Advertisement
zed_isJayTheLionJR

universal buster One Punch Man

Feb 4th, 2018
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.88 KB | None | 0 0
  1. --By Rufus14 (One of the my best scripts)
  2. sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  3. sound.SoundId = "http://roblox.com/asset?id=280667448"
  4. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  5. mouse = game.Players.LocalPlayer:GetMouse()
  6. function key(key)
  7. key = key:lower()
  8. if key == "q" then
  9. for i = 1,5 do
  10. wait(0.01)
  11. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  12. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  13. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  14. end
  15. sound:Play()
  16. local hit = Instance.new("Explosion", plr["Right Arm"])
  17. hit.Position = plr["Right Arm"].Position
  18. hit.Visible = false
  19. hit.BlastPressure = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  20. hit.BlastRadius = 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  21. wait(0.05)
  22. for i = 1,5 do
  23. wait(0.01)
  24. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  25. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  26. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  27. end
  28. hit:destroy()
  29. end
  30. if key == "e" then
  31. for i = 1,5 do
  32. wait(0.01)
  33. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.3)
  34. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0.05,0,0)
  35. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  36. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  37. sound.PlaybackSpeed = 0.7
  38. end
  39. sound:Play()
  40. local hit1 = Instance.new("Explosion", plr["Right Leg"])
  41. hit1.Position = plr["Right Leg"].Position
  42. hit1.Visible = false
  43. hit1.BlastPressure = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  44. hit1.BlastRadius = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  45. wait(0.1)
  46. for i = 1,5 do
  47. wait(0.01)
  48. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.3)
  49. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  50. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  51. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  52. end
  53. sound.PlaybackSpeed = 1
  54. hit1:destory()
  55. end
  56. if key == "r" then
  57. for i = 1,5 do
  58. wait(0.01)
  59. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  60. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  61. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  62. end
  63. sound:Play()
  64. local hit2 = Instance.new("Explosion", plr["Left Arm"])
  65. hit2.Position = plr["Left Arm"].Position
  66. hit2.Visible = false
  67. hit2.BlastPressure = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  68. hit2.BlastRadius = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  69. wait(0.05)
  70. for i = 1,5 do
  71. wait(0.01)
  72. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  73. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  74. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  75. end
  76. hit2:destroy()
  77. end
  78. end
  79. mouse.KeyDown:connect(key)
  80. plr = game.Players.LocalPlayer.Character
  81. sound1 = Instance.new("Sound", plr.Head)
  82. sound1.SoundId = "http://www.roblox.com/asset/?id=360202811"
  83. sound1:Play()
  84. sound1.Looped = true
  85. sound1.Volume = 20
  86. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  87. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  88. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  89. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.15)
  90. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.15)
  91. while true do
  92. wait(0.01)
  93. for i = 1,2 do
  94. wait(0.05)
  95. plr = game.Players.LocalPlayer.Character
  96. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  97. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  98. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  99. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.01,0)
  100. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.01,0)
  101. end
  102. for i = 1,2 do
  103. wait(0.05)
  104. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  105. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  106. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  107. plr = game.Players.LocalPlayer.Character
  108. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.02,0)
  109. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.02,0)
  110. end
  111. for i = 1,3 do
  112. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  113. wait(0.05)
  114. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  115. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  116. plr = game.Players.LocalPlayer.Character
  117. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.025,0)
  118. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.025,0)
  119. end
  120. wait(1)
  121. -------------------------------------------------------------------------------------------------------
  122. for i = 1,3 do
  123. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  124. wait(0.05)
  125. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  126. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  127. plr = game.Players.LocalPlayer.Character
  128. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.025,0)
  129. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.025,0)
  130.  
  131. end
  132. for i = 1,2 do
  133. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  134. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  135. wait(0.05)
  136. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  137. plr = game.Players.LocalPlayer.Character
  138. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.02,0)
  139. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.02,0)
  140.  
  141. end
  142. for i = 1,2 do
  143. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  144. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  145. wait(0.05)
  146. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  147. plr = game.Players.LocalPlayer.Character
  148. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.01,0)
  149. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.01,0)
  150. local sizelol = Vector3.new(0.01,0.01,0.01)
  151. if script ~= nil then script.Parent = nil end
  152.  
  153. function Reset()
  154. pcall(function() Camball.Model:Remove() end)
  155. pcall(function() Camball.Part1:Remove() end)
  156. pcall(function() Camball.Part2:Remove() end)
  157. pcall(function() Camball.Humanoid:Remove() end)
  158. Camball = {}
  159. Camball.Activated = true
  160. Camball.Removed = false
  161. Camball.Moving = true
  162. Camball.Busy = false
  163. Camball.BusyBypass = false
  164. Camball.Hidden = false
  165. Camball.WaitTime = 0.05
  166. Camball.Name = "Universal One Punch Man "
  167. Camball.ChatColor = Enum.ChatColor.Red
  168. Camball.Color = BrickColor.new("Really black")
  169. Camball.Point1 = CFrame.new()
  170. Camball.Point2 = CFrame.new()
  171. Camball.Model = Instance.new("Model")
  172. Camball.Part1 = Instance.new("Part")
  173. Camball.Part1.Transparency = 1
  174. Camball.Part1Mesh = Instance.new("SpecialMesh", Camball.Part1)
  175. Camball.Part2 = Instance.new("Part")
  176. Camball.Part2.Transparency = 1
  177. Camball.Part2Mesh = Instance.new("SpecialMesh", Camball.Part2)
  178. Camball.Humanoid = Instance.new("Humanoid")
  179. canim=game.Players.LocalPlayer.Character.Animate
  180. lanim=canim:clone()
  181. lanim.Parent = game.Lighting
  182. Camball.GetRecursiveChildren = function(Source, Name, SearchType, Children)
  183. if type(Source) ~= "userdata" then
  184. Source = game
  185. end
  186. if type(Name) ~= "string" then
  187. Name = "XxbudlimitedsxX"
  188. end
  189. if type(Children) ~= "table" then
  190. Children = {}
  191. end
  192. for _, Child in pairs(Source:children()) do
  193. pcall(function()
  194. if (function()
  195. if SearchType == nil or SearchType == 1 then
  196. return string.match(Child.Name:lower(), Name:lower())
  197. elseif SearchType == 2 then
  198. return string.match(Child.className:lower(), Name:lower())
  199. elseif SearchType == 3 then
  200. return Child:IsA(Name) or Child:IsA(Name:lower())
  201. elseif SearchType == 4 then
  202. return string.match(Child.Name:lower() .. string.rep(string.char(1), 5) .. Child.className:lower(), Name:lower()) or Child:IsA(Name) or Child:IsA(Name:lower())
  203. end
  204. return false
  205. end)() and Child ~= script then
  206. table.insert(Children, Child)
  207. end
  208. Camball.GetRecursiveChildren(Child, Name, SearchType, Children)
  209. end)
  210. end
  211. return Children
  212. end
  213. end
  214. Reset()
  215. bannedlist = {}
  216.  
  217. function onPlayerEntered(newPlayer)
  218. for i=1,#bannedlist do
  219. if (newPlayer.Name == bannedlist[i]) then
  220. local hint = Instance.new("Hint",game.Workspace)
  221. hint.Text = "Banned user "..newPlayer.Name.." has tried to join."
  222. newPlayer:remove()
  223. break
  224. else
  225. local hint = Instance.new("Hint",game.Workspace)
  226. hint.Text = newPlayer.Name.." has joined."
  227. end
  228. end
  229. end
  230.  
  231. game.Players.PlayerAdded:connect(onPlayerEntered)
  232.  
  233. CatchMsg = function(Msg)
  234. if Camball.Activated == false then return end
  235. if Msg == "/fixlocal" then
  236. game:service("ScriptContext").ScriptsDisabled = true
  237. for i = 1, 10 do
  238. for _, Part in pairs(Camball.GetRecursiveChildren()) do
  239. if Part.className ~= "Player" then
  240. pcall(function() Part.Disabled = true end)
  241. pcall(function() Part:Remove() end)
  242. end
  243. end
  244. wait()
  245. end
  246. wait(0.5)
  247. Base = Instance.new("Part")
  248. Base.Name = "Base"
  249. Base.BrickColor = BrickColor.new("Dark green")
  250. Base.TopSurface = "Studs"
  251. Base.BottomSurface = "Smooth"
  252. Base.formFactor = "Custom"
  253. Base.Size = Vector3.new(1000, 5, 1000)
  254. Base.CFrame = CFrame.new(0, -2, 0)
  255. Base.Locked = true
  256. Base.Anchored = true
  257. Base.Parent = workspace
  258. game:service("Lighting").Brightness = 1
  259. game:service("Lighting").GeographicLatitude = 41.73
  260. game:service("Lighting").Ambient = Color3.new(128 / 255, 128 / 255, 128 / 255)
  261. game:service("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  262. game:service("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  263. game:service("Lighting").ShadowColor = Color3.new(179 / 255, 179 / 255, 184 / 255)
  264. game:service("Lighting").TimeOfDay = "14:00:00"
  265. for _, Player in pairs(game:service("Players"):GetPlayers()) do
  266. pcall(function()
  267. local Model = Instance.new("Model", workspace)
  268. local Part = Instance.new("Part", Model)
  269. Part.Name = "Head"
  270. Part.Transparency = 1
  271. Part.CanCollide = false
  272. Part.Anchored = true
  273. Part.Locked = true
  274. Part.Parent = Model
  275. local Humanoid = Instance.new("Humanoid", Model)
  276. Humanoid.Health = 100
  277. Player.Character = Model
  278. Humanoid.Health = 0
  279. end)
  280. end
  281. wait()
  282. game:service("ScriptContext").ScriptsDisabled = false
  283. elseif Msg == "/fix" then
  284. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  285. QuickScript.Name = "Fix"
  286. QuickScript.Debug:Remove()
  287. QuickScript.NewSource.Value = [[game:service("ScriptContext").ScriptsDisabled = true
  288. for i = 1, 10 do
  289. for _, Part in pairs(Camball.GetRecursiveChildren()) do
  290. if Part.className ~= "Player" then
  291. pcall(function() Part.Disabled = true end)
  292. pcall(function() Part:Remove() end)
  293. end
  294. end
  295. wait()
  296. end
  297. wait(0.5)
  298. Base = Instance.new("Part")
  299. Base.Name = "Base"
  300. Base.BrickColor = BrickColor.new("Dark green")
  301. Base.TopSurface = "Studs"
  302. Base.BottomSurface = "Smooth"
  303. Base.formFactor = "Custom"
  304. Base.Size = Vector3.new(1000, 5, 1000)
  305. Base.CFrame = CFrame.new(0, -2, 0)
  306. Base.Locked = true
  307. Base.Anchored = true
  308. Base.Parent = workspace
  309. game:service("Lighting").Brightness = 1
  310. game:service("Lighting").GeographicLatitude = 41.73
  311. game:service("Lighting").Ambient = Color3.new(128 / 255, 128 / 255, 128 / 255)
  312. game:service("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  313. game:service("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  314. game:service("Lighting").ShadowColor = Color3.new(179 / 255, 179 / 255, 184 / 255)
  315. game:service("Lighting").TimeOfDay = "14:00:00"
  316. for _, Player in pairs(game:service("Players"):GetPlayers()) do
  317. pcall(function()
  318. local Model = Instance.new("Model", workspace)
  319. local Part = Instance.new("Part", Model)
  320. Part.Name = "Head"
  321. Part.Transparency = 1
  322. Part.CanCollide = false
  323. Part.Anchored = true
  324. Part.Locked = true
  325. Part.Parent = Model
  326. local Humanoid = Instance.new("Humanoid", Model)
  327. Humanoid.Health = 100
  328. Player.Character = Model
  329. Humanoid.Health = 0
  330. end)
  331. end
  332. wait()
  333. game:service("ScriptContext").ScriptsDisabled = false]]
  334. QuickScript.Parent = workspace
  335. elseif Msg == "/stop" then
  336. Camball.Moving = false
  337. elseif Msg == "/go" then
  338. Camball.Moving = true
  339. elseif Msg == "/up" then
  340. pcall(function() game:service("Players").LocalPlayer.Character:Remove() end)
  341. game:service("Players").LocalPlayer.Character = nil
  342. elseif Msg == "/down" then
  343. if game:service("Players").LocalPlayer.Character ~= nil then
  344. CatchMsg("/up")
  345. end
  346. Character = Instance.new("Model")
  347. Character.Name = Camball.Name
  348. Character.Parent = workspace
  349. local Head = Instance.new("Part")
  350. Head.Name = "Head"
  351. Head.formFactor = 0
  352. Head.Size = Vector3.new(2, 1, 1)
  353. Head.TopSurface = 0
  354. Head.BottomSurface = "Weld"
  355. Head.BrickColor = BrickColor.new("Medium stone grey")
  356. Head.Parent = Character
  357. local Mesh = Instance.new("SpecialMesh")
  358. Mesh.MeshType = "Head"
  359. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  360. Mesh.Parent = Head
  361. local Face = Instance.new("Decal")
  362. Face.Name = "face"
  363. Face.Face = "Front"
  364. Face.Texture = "rbxasset://textures/drool.png"
  365. Face.Parent = Head
  366. local Torso = Instance.new("Part")
  367. Torso.Name = "Torso"
  368. Torso.formFactor = 0
  369. Torso.Size = Vector3.new(2, 2, 1)
  370. Torso.TopSurface = "Studs"
  371. Torso.BottomSurface = "Inlet"
  372. Torso.LeftSurface = "Weld"
  373. Torso.RightSurface = "Weld"
  374. Torso.BrickColor = BrickColor.new("Bright red")
  375. Torso.Parent = Character
  376. local TShirt = Instance.new("Decal")
  377. TShirt.Name = "roblox"
  378. TShirt.Face = "Front"
  379. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  380. TShirt.Parent = Torso
  381. local Limb = Instance.new("Part")
  382. Limb.formFactor = 0
  383. Limb.Size = Vector3.new(1, 2, 1)
  384. Limb.TopSurface = "Studs"
  385. Limb.BottomSurface = "Inlet"
  386. Limb.BrickColor = BrickColor.new("Medium blue")
  387. local Limb2 = Instance.new("Part")
  388. Limb2.formFactor = 0
  389. Limb2.Size = Vector3.new(1, 2, 1)
  390. Limb2.TopSurface = "Studs"
  391. Limb2.BottomSurface = "Inlet"
  392. Limb2.BrickColor = BrickColor.new("Medium stone grey")
  393. local LeftArm = Limb2:Clone()
  394. LeftArm.Name = "Left Arm"
  395. LeftArm.Parent = Character
  396. local RightArm = Limb2:Clone()
  397. RightArm.Name = "Right Arm"
  398. RightArm.Parent = Character
  399. local LeftLeg = Limb:Clone()
  400. LeftLeg.Name = "Left Leg"
  401. LeftLeg.Parent = Character
  402. local RightLeg = Limb:Clone()
  403. RightLeg.Name = "Right Leg"
  404. RightLeg.Parent = Character
  405. Character:BreakJoints()
  406. local Neck = Instance.new("Motor6D")
  407. Neck.Name = "Neck"
  408. Neck.Part0 = Torso
  409. Neck.Part1 = Head
  410. Neck.C0 = CFrame.new(0, 2, 0)
  411. Neck.C1 = CFrame.new(0, 0.5, 0)
  412. Neck.MaxVelocity = 0
  413. Neck.Parent = Torso
  414. local LeftShoulder = Instance.new("Motor6D")
  415. LeftShoulder.Name = "Left Shoulder"
  416. LeftShoulder.Part0 = Torso
  417. LeftShoulder.Part1 = LeftArm
  418. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  419. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  420. LeftShoulder.MaxVelocity = 0.5
  421. LeftShoulder.Parent = Torso
  422. local RightShoulder = Instance.new("Motor6D")
  423. RightShoulder.Name = "Right Shoulder"
  424. RightShoulder.Part0 = Torso
  425. RightShoulder.Part1 = RightArm
  426. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  427. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  428. RightShoulder.MaxVelocity = 0.5
  429. RightShoulder.Parent = Torso
  430. local LeftHip = Instance.new("Motor6D")
  431. LeftHip.Name = "Left Hip"
  432. LeftHip.Part0 = Torso
  433. LeftHip.Part1 = LeftLeg
  434. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  435. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  436. LeftHip.MaxVelocity = 0.1
  437. LeftHip.Parent = Torso
  438. local RightHip = Instance.new("Motor6D")
  439. RightHip.Name = "Right Hip"
  440. RightHip.Part0 = Torso
  441. RightHip.Part1 = RightLeg
  442. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  443. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  444. RightHip.MaxVelocity = 0.1
  445. RightHip.Parent = Torso
  446. local Humanoid = Instance.new("Humanoid")
  447. Humanoid.Parent = Character
  448. Humanoid.WalkSpeed = 20
  449. local BodyColors = Instance.new("BodyColors")
  450. BodyColors.Name = "Body Colors"
  451. BodyColors.HeadColor = Head.BrickColor
  452. BodyColors.TorsoColor = Torso.BrickColor
  453. BodyColors.LeftArmColor = LeftArm.BrickColor
  454. BodyColors.RightArmColor = RightArm.BrickColor
  455. BodyColors.LeftLegColor = LeftLeg.BrickColor
  456. BodyColors.RightLegColor = RightLeg.BrickColor
  457. BodyColors.Parent = Character
  458. local Shirt = Instance.new("Shirt")
  459. Shirt.Name = "Shirt"
  460. Shirt.ShirtTemplate = ""
  461. Shirt.Parent = Character
  462. local ShirtGraphic = Instance.new("ShirtGraphic")
  463. ShirtGraphic.Name = "Shirt Graphic"
  464. ShirtGraphic.Graphic = ""
  465. ShirtGraphic.Parent = Character
  466. local Pants = Instance.new("Pants")
  467. Pants.Name = "Pants"
  468. Pants.PantsTemplate = ""
  469. Pants.Parent = Character
  470. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  471. game:service("Players").LocalPlayer.Character = Character
  472. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  473. workspace.CurrentCamera.CameraType = "Custom"
  474. hats = {1125510,16630147,1235488,11748356}
  475. for i = 1, #hats do
  476. root = game:GetService("InsertService"):LoadAsset(hats[i])
  477. root.Parent = Character
  478. z = root:GetChildren()
  479. for f = 1, #z do
  480. z[f].Parent = Character
  481. end
  482. root:Remove()
  483. end
  484. ganim=game.Lighting:findFirstChild("Animate")
  485. kanim=ganim:clone()
  486. kanim.Parent = Character
  487.  
  488. elseif string.sub(Msg, 0, 7) == "borrow/" then
  489. for _,v in pairs(game.Players:GetPlayers()) do
  490. if string.find(v.Name, string.sub(Msg, 8)) ~= nil then
  491. game:service("Players").LocalPlayer.Character = v.Character
  492. workspace.CurrentCamera.CameraSubject = v.Character.Humanoid
  493. workspace.CurrentCamera.CameraType = "Custom"
  494. end
  495. end
  496.  
  497. elseif string.sub(Msg, 0, 4) == "msg/" then
  498. for i,v in pairs(game.Players:GetPlayers()) do
  499. game:GetService("Chat"):Chat(v.Character.Head,string.sub(Msg, 5),Enum.ChatColor.Blue)
  500. end
  501.  
  502. elseif string.sub(Msg, 0, 7) == "getage/" then
  503. for _,v in pairs(game.Players:GetPlayers()) do
  504. if string.find(v.Name, string.sub(Msg, 8)) ~= nil then
  505. local at = 0
  506. local age = v.AccountAge
  507. while true do
  508. wait()
  509. if age - 365 < 0 then
  510. break
  511. end
  512. at = at + 1
  513. age = age - 365
  514. end
  515. local h = Instance.new("Hint", workspace)
  516. h.Text = v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old"
  517. wait(4)
  518. if h then
  519. h:remove()
  520. end
  521. end
  522. end
  523.  
  524. elseif string.sub(Msg, 0, 8) == "highage/" then
  525. for _,v in pairs(game.Players:GetPlayers()) do
  526. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  527. v.AccountAgeReplicate = 7*360
  528. end
  529. end
  530.  
  531. elseif string.sub(Msg, 0, 5) == "hulk/" then
  532. for _,v in pairs(game.Players:GetPlayers()) do
  533. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  534. local hulk = 72648316
  535. root = game:GetService("InsertService"):LoadAsset(hulk)
  536. root.Parent = game.Workspace
  537. z = root:GetChildren()
  538. for f = 1, #z do
  539. z[f].Parent = game.Workspace
  540. z[f]["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  541. z[f]["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  542. z[f].Name = "The Incredible Hulk"
  543. wait(1)
  544. v.Character = z[f]
  545. end
  546. root:Remove()
  547. wait(1)
  548. v.Character["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  549. v.Character["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  550. end
  551. end
  552.  
  553. elseif string.sub(Msg, 0, 5) == "kick/" then
  554. if game:service("Players")[string.sub(Msg, 6)]~= nil then
  555. game:service("Players")[string.sub(Msg, 6)]:remove()
  556. end
  557.  
  558. elseif string.sub(Msg, 0, 4) == "ban/" then
  559. for _,v in pairs (game.Players:GetChildren()) do
  560. if string.find(v.Name, string.sub(Msg, 5)) then
  561. pcall(function()
  562. v:remove()
  563. table.insert(bannedlist, v.Name)
  564. end)
  565. end
  566. end
  567.  
  568. elseif string.sub(Msg, 0, 6) == "unban/" then
  569. for num,v in pairs(bannedlist) do
  570. if string.sub(v:lower(), 0, #string.sub(Msg, 7)) == string.sub(Msg, 7) then
  571. table.remove(bannedlist, v.Name)
  572. end
  573. end
  574.  
  575. elseif string.sub(Msg, 0, 11) == "bannedlist/" then
  576. local mess = Instance.new("Message",game:service("Players").LocalPlayer.PlayerGui)
  577. for num,v in pairs(bannedlist) do
  578. mess.Text = v.." , "..num
  579. end
  580. mess:remove()
  581.  
  582. elseif string.sub(Msg, 0, 6) == "crash/" then
  583. for _,v in pairs(game.Players:GetPlayers()) do
  584. if string.find(v.Name, string.sub(Msg, 7)) then
  585. while true do
  586. wait()
  587. for i = 1, 16000 do
  588. if v:findFirstChild("PlayerGui") ~= nil then
  589. local mes = Instance.new("Message", v.PlayerGui)
  590. mes.Text = "Crashing"
  591. local ex = Instance.new("Explosion", v.PlayerGui)
  592. ex.BlastRadius = math.huge
  593. local hint = Instance.new("Hint", v.PlayerGui)
  594. hint.Text = "---------------------------------------------------------------------------"
  595. local s = Instance.new("ScreenGui", v.PlayerGui)
  596. local txt = Instance.new("TextBox", s)
  597. txt.Size = UDim2.new(1, 0, 1, 0)
  598. txt.Text = "Your Being Lagged"
  599. txt.FontSize = "Size48"
  600. end
  601. end
  602. end
  603. end
  604. end
  605.  
  606. elseif string.sub(Msg, 0, 10) == "walkspeed/" then
  607. local bet = "/"
  608. for i = 1, #Msg do
  609. if string.sub(Msg, i, i) == bet then
  610. for _,v in pairs(game.Players:GetPlayers()) do
  611. if string.find(v.Name, string.sub(Msg, 0, i - 1)) then
  612. if v.Character then
  613. if v.Character:findFirstChild("Humanoid") then
  614. v.Character.Humanoid.WalkSpeed = tonumber(string.sub(Msg, i+1))
  615. end
  616. end
  617. end
  618. end
  619. end
  620. end
  621.  
  622. elseif string.sub(Msg, 0, 8) == "antilag/" then
  623. game:service("Players").LocalPlayer.PlayerGui.DescendantAdded:connect(function(v)
  624. if v:IsA("Message") or v:IsA("Hint") then
  625. v:Remove()
  626. end end)
  627.  
  628. game.Workspace.CurrentCamera.DescendantAdded:connect(function(v)
  629. if v:IsA("Message") or v:IsA("Hint") then
  630. v:Remove()
  631. end end)
  632.  
  633. elseif string.sub(Msg, 0, 7) == "plrgui/" then
  634. game:service("Players").LocalPlayer.PlayerGui.Archivable = true
  635. wait()
  636. game:service("Players").LocalPlayer.PlayerGui.Name = "PlrGui"
  637. wait(1)
  638. game:service("Players").LocalPlayer.PlayerGui.Archivable = false
  639.  
  640. elseif string.sub(Msg, 0, 4) == "lag/" then
  641. for _,v in pairs(game.Players:GetPlayers()) do
  642. if string.find(v.Name, string.sub(Msg, 5)) then
  643. while true do
  644. wait()
  645. for i = 1, 16000 do
  646. if v:findFirstChild("PlayerGui") ~= nil then
  647. local mes = Instance.new("Message", v.PlayerGui)
  648. mes.Text = "You are being Lagged"
  649. local s = Instance.new("ScreenGui", v.PlayerGui)
  650. local txt = Instance.new("TextBox", s)
  651. txt.Size = UDim2.new(1, 0, 1, 0)
  652. txt.Text = "Your Being Lagged"
  653. txt.FontSize = "Size48"
  654. end
  655. end
  656. end
  657. end
  658. end
  659.  
  660. elseif string.sub(Msg, 0, 12) == "plrguiclear/" then
  661. game:service("Players").LocalPlayer.PlrGui:ClearAllChildren()
  662.  
  663. elseif string.sub(Msg, 0, 15) == "playerguiclear/" then
  664. game:service("Players").LocalPlayer.PlayerGui:ClearAllChildren()
  665.  
  666. elseif string.sub(Msg, 0, 5) == "kill/" then
  667. for _,v in pairs(game.Players:GetPlayers()) do
  668. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  669. v.Character:BreakJoints()
  670. end
  671. end
  672.  
  673. elseif string.sub(Msg, 0, 7) == "punish/" then
  674. for _,v in pairs(game.Players:GetPlayers()) do
  675. if string.find(v.Name, string.sub(Msg, 8)) ~= nil then
  676. v.Character.Parent = nil
  677. end
  678. end
  679.  
  680. elseif string.sub(Msg, 0, 9) == "unpunish/" then
  681. for _,v in pairs(game.Players:GetPlayers()) do
  682. if string.find(v.Name, string.sub(Msg, 10)) ~= nil then
  683. v.Character.Parent = game:service("Workspace")
  684. end
  685. end
  686.  
  687. elseif string.sub(Msg, 0, 5) == "size/" then
  688. sizelol = Vector3.new(string.sub(Msg, 6),string.sub(Msg, 6),string.sub(Msg, 6))
  689.  
  690. elseif Msg == "/center" or Msg == "/ct" then
  691. workspace.CurrentCamera.CoordinateFrame = CFrame.new(0, 10, 0)
  692. workspace.CurrentCamera.Focus = CFrame.new(1, 10, 0)
  693. elseif Camball.BusyBypass == true then
  694. return
  695. elseif Msg == "/off" then
  696. elseif Msg == "/hide" then
  697. Camball.Hidden = true
  698. Camball.Activated = true
  699. elseif Msg == "/unhide" then
  700. Camball.Hidden = false
  701. Camball.Activated = true
  702. elseif Msg == "/new base" then
  703. local Base = Instance.new("Part", Workspace)
  704. Base.Anchored = true
  705. Base.Locked = true
  706. Base.Size = Vector3.new(1000, 1, 1000)
  707. Base.CFrame = CFrame.new(0, 0, 0)
  708. Base.Name = "Base"
  709. Base.BrickColor = BrickColor.new("Bright green")
  710. elseif Msg == "/ex" or Msg == "/explode" then
  711. local Shield = Instance.new("ForceField", game:service("Players").LocalPlayer.Character or nil)
  712. wait(0.05)
  713. local Explosion = Instance.new("Explosion")
  714. Explosion.BlastRadius = 25
  715. Explosion.BlastPressure = 1000000
  716. Explosion.Position = Camball.Point2.p
  717. Explosion.Hit:connect(function(Hit)
  718. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  719. Hit.Anchored = false
  720. Hit:BreakJoints()
  721. end
  722. end)
  723. Explosion.Parent = workspace
  724. wait(0.1)
  725. Shield:Remove()
  726. elseif string.sub(Msg, 0, 2) == "/f" or string.sub(Msg, 0, 5) == "/fire" then
  727. if Camball.Busy == true then
  728. Camball.Busy = false
  729. wait(0.5)
  730. end
  731. Camball.Busy = true
  732. for i = 1, tonumber(string.sub(Msg, 4)) or tonumber(string.sub(Msg, 7)) or 1 do
  733. if Camball.Busy == false then break end
  734. coroutine.wrap(function()
  735. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  736. QuickScript.Name = "PlaySound"
  737. QuickScript.Debug:Remove()
  738. QuickScript.NewSource.Value = [[local Sound = Instance.new("Sound", script.Parent)
  739. Sound.Pitch = 0.9
  740. Sound.Volume = 1
  741. Sound.SoundId = "
  742. http://www.roblox.com/Asset/?id=13775494"
  743. Sound:Play()
  744. script:Remove()]]
  745. QuickScript.Parent = Camball.Part1
  746. end)()
  747. coroutine.wrap(function()
  748. local Bullet = Instance.new("Part", workspace)
  749. Bullet.Name = "Camera Bullet"
  750. Bullet.formFactor = "Custom"
  751. Bullet.Size = Vector3.new(0.5, 0.5, 2)
  752. Bullet.TopSurface = 0
  753. Bullet.BottomSurface = 0
  754. Bullet.BrickColor = BrickColor.new("New Yeller")
  755. Bullet.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p) * CFrame.new(0, 0, -3)
  756. Mesh = Instance.new("SpecialMesh", Bullet)
  757. Mesh.MeshType = "Sphere"
  758. local BodyVelocity = Instance.new("BodyVelocity")
  759. BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  760. BodyVelocity.velocity = ((Camball.Point2.p - Camball.Point1.p).unit * 250) + Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  761. BodyVelocity.Parent = Bullet
  762. BulletScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  763. BulletScript.Name = "Bullet Script"
  764. BulletScript.Debug:Remove()
  765. BulletScript.NewSource.Value = [[script.Parent.Touched:connect(function(Hit)
  766. if Hit.Name == "Camera Focus" then return end
  767. local Sound = Instance.new("Sound", script.Parent)
  768. Sound.Pitch = 1
  769. Sound.Volume = 1
  770. Sound.SoundId = "
  771. http://www.roblox.com/Asset/?id=2101148"
  772. Sound:Play()
  773. local Explosion = Instance.new("Explosion")
  774. Explosion.BlastRadius = 5
  775. Explosion.BlastPressure = 500000
  776. Explosion.Position = script.Parent.CFrame.p
  777. Explosion.Hit:connect(function(Hit) Hit.Anchored = false Hit:BreakJoints() end)
  778. Explosion.Parent = workspace
  779. wait(0.1)
  780. script.Parent:Remove()
  781. end)]]
  782. BulletScript.Parent = Bullet
  783. coroutine.wrap(function()
  784. while Bullet.Parent ~= nil do
  785. Bullet:BreakJoints()
  786. wait()
  787. end
  788. end)()
  789. end)()
  790. wait(0.15)
  791. end
  792. Camball.Busy = false
  793. elseif string.sub(Msg, 0, 2) == "/b" or string.sub(Msg, 0, 5) == "/bomb" then
  794. if Camball.Busy == true then
  795. Camball.Busy = false
  796. wait(0.5)
  797. end
  798. B = Instance.new("Part", Workspace)
  799. B.BrickColor = BrickColor.new("Really black")
  800. B.CFrame = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(0,0,0)
  801. B.Size = Vector3.new(1,1,1)
  802. B.Shape = "Ball"
  803. B.TopSurface = "Smooth"
  804. B.BottomSurface = "Smooth"
  805. B.Name = "DIE LOL"
  806. wait(5)
  807. Ex = Instance.new("Explosion", Workspace)
  808. Ex.BlastRadius = 15
  809. Ex.BlastPressure = 15
  810. Ex.Position = B.Position
  811. B:remove()
  812. elseif string.sub(Msg, 0, 3) == "/m " then
  813. local Message = Instance.new("Message", workspace)
  814. Message.Text = Camball.Name.. ": " ..string.sub(msg,4)
  815. wait(3)
  816. Message:Remove()
  817. elseif string.sub(Msg, 0, 3) == "/h " then
  818. local Hint = Instance.new("Hint", workspace)
  819. Hint.Text = Camball.Name.. ": " ..string.sub(msg,4)
  820. wait(3)
  821. Hint:Remove()
  822. elseif string.sub(Msg, 0, 4) == "/sb " then
  823. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  824. QuickScript.Name = "QuickScript (" ..tick().. ")"
  825. QuickScript.NewSource.Value = string.sub(Msg, 5)
  826. QuickScript.Parent = workspace
  827. elseif string.sub(Msg, 0, 5) == "/sbl " then
  828. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickLocalScript"]
  829. QuickScript.Name = "QuickLocalScript (" ..tick().. ")"
  830. QuickScript.NewSource.Value = string.sub(Msg, 6)
  831. QuickScript.Parent = game:service("Players").LocalPlayer.PlayerGui
  832. elseif string.sub(Msg, 0, 4) == "/ls " then
  833. loadstring(string.sub(Msg, 5))()
  834. elseif string.sub(Msg, 0, 5) == "/lsr " then
  835. Camball.Activated = true
  836. while Camball.Removed == false do wait() end
  837. Message:Remove()
  838. loadstring(string.sub(Msg, 6))()
  839. error()
  840. elseif Msg == "/rp" or Msg == "/remove player" then
  841. pcall(function() game:service("Players")[game:service("Players").LocalPlayer.Name]:Remove() end)
  842. elseif string.sub(Msg, 0, 6) == "/name " then
  843. Camball.Name = string.sub(Msg, 7)
  844. elseif string.sub(Msg, 0, 7) == "/color " then
  845. Camball.Color = BrickColor.new(string.sub(Msg, 8))
  846. elseif string.sub(Msg, 0, 6) == "/size " then
  847. Camball.Size = Vector3.new(string.sub(Msg, 7))
  848. elseif string.sub(Msg, 0, 12) == "/chat color " then
  849. if string.sub(Msg, 13) == "red" then
  850. Camball.ChatColor = Enum.ChatColor.Red
  851. elseif string.sub(Msg, 13) == "green" then
  852. Camball.ChatColor = Enum.ChatColor.Green
  853. elseif string.sub(Msg, 13) == "blue" then
  854. Camball.ChatColor = Enum.ChatColor.Blue
  855. end
  856. elseif Msg == "/c" or Msg == "/cancel" then
  857. Camball.Busy = false
  858. elseif Msg == "/r" or Msg == "/reset" then
  859. Reset()
  860. elseif string.match(Msg, "lego") == nil then
  861. if game:service("Players").LocalPlayer.Character ~= nil and Camball.Hidden == true then
  862. pcall(function() game:service("Chat"):Chat(game:service("Players").LocalPlayer.Character.Head, Msg, Camball.ChatColor) end)
  863. else
  864. pcall(function() game:service("Chat"):Chat(Camball.Part1, Msg, Camball.ChatColor) end)
  865. end
  866. end
  867. end
  868. coroutine.wrap(function()
  869. while Camball.Activated == true do
  870. pcall(function() CatchMsgConnection:disconnect() end)
  871. pcall(function() CatchMsgConnection = game:service("Players").LocalPlayer.Chatted:connect(CatchMsg) end)
  872. wait(1)
  873. end
  874. end)()
  875.  
  876. while Camball.Activated == true do
  877. if Camball.Moving == true then
  878. if game:service("Players").LocalPlayer.Character == nil then
  879. Camball.Point1 = workspace.CurrentCamera.CoordinateFrame
  880. Camball.Point2 = workspace.CurrentCamera.Focus
  881. else
  882. Camball.Point1 = workspace.CurrentCamera.Focus * CFrame.new(0, 5, 0)
  883. Camball.Point2 = CFrame.new(workspace.CurrentCamera.Focus.p) * CFrame.new(0, 5, 0) * CFrame.fromEulerAnglesXYZ(CFrame.new(workspace.CurrentCamera.CoordinateFrame.p, workspace.CurrentCamera.Focus.p):toEulerAnglesXYZ()) * CFrame.new(0, 0, -10)
  884. end
  885. pcall(function()
  886. if Camball.Hidden == true then
  887. if Camball.Part1.Transparency >= 1 then
  888. else
  889. Camball.Part1.Transparency = Camball.Part1.Transparency + 0.05
  890. local Old = Camball.Part1.CFrame
  891. Camball.Part1.Size = Camball.Part1.Size + Vector3.new(0.1, 0.1, 0.1)
  892. Camball.Part1.CFrame = Old
  893. end
  894. if Camball.Part2.Transparency >= 1 then
  895. Camball.Part2.Parent = nil
  896. else
  897. Camball.Part2.Transparency = Camball.Part2.Transparency + 0.01
  898. local Old = Camball.Part2.CFrame
  899. Camball.Part2.Size = Camball.Part2.Size + Vector3.new(0.1, 0.1, 0.1)
  900. Camball.Part2.CFrame = Old
  901. end
  902. else
  903. Camball.Model.Name = Camball.Name
  904. Camball.Model.Parent = workspace
  905. Camball.Part1.Name = "Head"
  906. Camball.Part1.formFactor = "Custom"
  907. Camball.Part1.Size = sizelol
  908. Camball.Part1.TopSurface = 0
  909. Camball.Part1.BottomSurface = 0
  910. Camball.Part1.BrickColor = Camball.Color
  911. Camball.Part1.Transparency = Camball.Part1.Transparency <= 0 and 0 or Camball.Part1.Transparency - 0.05
  912. Camball.Part1.Anchored = true
  913. Camball.Part1.CanCollide = true
  914. Camball.Part1.Parent = Camball.Model
  915. Camball.Part1.CFrame = Camball.Point1
  916. Camball.Part1Mesh.MeshType = "Sphere"
  917. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  918. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  919. Camball.Part1Mesh.Parent = Camball.Part1
  920. Camball.Part2.Name = "Focus"
  921. Camball.Part2.formFactor = "Custom"
  922. Camball.Part2.TopSurface = 0
  923. Camball.Part2.BottomSurface = 0
  924. Camball.Part2.BrickColor = BrickColor.new("Institutional white")
  925. Camball.Part2.Transparency = Camball.Part2.Transparency <= 0.75 and 0.75 or Camball.Part2.Transparency - 0.01
  926. Camball.Part2.Anchored = true
  927. Camball.Part2.CanCollide = false
  928. Camball.Part2.Parent = Camball.Model
  929. Camball.Part2.Size = Vector3.new(0.1, 0.1, (Camball.Point2.p - Camball.Point1.p).magnitude)
  930. Camball.Part2.CFrame = CFrame.new((Camball.Point1.p + Camball.Point2.p) / 2, Camball.Point2.p)
  931. Camball.Part2Mesh.MeshType = "Sphere"
  932. Camball.Part2Mesh.Scale = Vector3.new(1, 1, 1)
  933. Camball.Part2Mesh.Parent = Camball.Part2
  934. Camball.Humanoid.Name = "vfgvjhgjhy"
  935. Camball.Humanoid.MaxHealth = 0
  936. Camball.Humanoid.Health = 0
  937. Camball.Humanoid.Parent = Camball.Model
  938. end
  939. end)
  940. end
  941. wait(Camball.WaitTime)
  942. end
  943. pcall(function() Camball.Part1:Remove() end)
  944. pcall(function() Camball.Part2:Remove() end)
  945. pcall(function() Camball.Humanoid:Remove() end)
  946. pcall(function() Camball.Model:Remove() end)
  947. Camball.Removed = true
  948. end
  949. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement