Advertisement
Animescapetower

2 Winged Bird

Nov 28th, 2017
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.94 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2. s.Name = "BGMusic"
  3. s.SoundId = "http://www.roblox.com/asset/?id=228576456"
  4. s.Pitch = 1
  5. s.Volume = 1
  6. s.Looped = true
  7. s.archivable = false
  8. s.Parent = game.Workspace
  9. wait(0.1)
  10. s:play()
  11. -- Notes: This is not finish. Please do not edit this.
  12. -- Gamer3D
  13. local leftwing
  14. local rightwing
  15.  
  16. function prepare(torso, lwing, rwing)
  17. leftwing = Instance.new("Motor")
  18. leftwing.Part0 = torso
  19. leftwing.Part1 = lwing
  20. leftwing.C0 = CFrame.new(-0.5, 0.3, 0)
  21. leftwing.C1 = CFrame.new(0.5, 0, 0)
  22. leftwing.MaxVelocity = 0.5
  23. leftwing.Parent = torso
  24. rightwing = Instance.new("Motor")
  25. rightwing.Part0 = torso
  26. rightwing.Part1 = rwing
  27. rightwing.C0 = CFrame.new(0.5, 0.3, 0)
  28. rightwing.C1 = CFrame.new(-0.5, 0, 0)
  29. rightwing.MaxVelocity = 0.5
  30. rightwing.Parent = torso
  31. lwing.CanCollide = false
  32. rwing.CanCollide = false
  33. torso.CanCollide = false
  34. rightwing.DesiredAngle = -math.pi / 4
  35. leftwing.DesiredAngle = math.pi / 4
  36. end
  37.  
  38. local torso = script.Parent.Torso
  39. prepare(torso, script.Parent:FindFirstChild("Left Wing"), script.Parent:FindFirstChild("Right Wing"))
  40.  
  41. local propulsion = Instance.new("BodyVelocity")
  42. propulsion.Parent = torso
  43. propulsion.archivable = false
  44. local stabilizer = Instance.new("BodyGyro")
  45. stabilizer.Parent = torso
  46. propulsion.archivable = false
  47.  
  48. while true do
  49. wait(0.5)
  50. propulsion.velocity = (Vector3.new(torso.Position.z + 109, math.random(10, 80), -torso.Position.x - 79.7).unit * math.random(32, 256) + Vector3.new(-109, 12.6, 79.7) - torso.Position).unit * 30
  51. rightwing.DesiredAngle = -rightwing.DesiredAngle
  52. leftwing.DesiredAngle = -leftwing.DesiredAngle
  53. end
  54.  
  55. --time blast Gifted by invaderzimfan1233, Local Script!
  56.  
  57. math.randomseed(tick())
  58. local pwn = game:service('Players').LocalPlayer
  59. local char = pwn.Character
  60. local pk = pwn.Backpack
  61. local Human = char.Humanoid
  62. local Torso = char.Torso
  63. local Head = char.Head
  64. local LeftArm = char["Left Arm"]
  65. local RightArm = char["Right Arm"]
  66. local LeftLeg = char["Left Leg"]
  67. local RightLeg = char["Right Leg"]
  68. local Neck = char.Torso["Neck"]
  69. local RightShoulder = char.Torso["Right Shoulder"]
  70. local LeftShoulder = char.Torso["Left Shoulder"]
  71. local RightHip = char.Torso["Right Hip"]
  72. local LeftHip = char.Torso["Left Hip"]
  73. local NeckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  74. local NeckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  75. local LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  76. local LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  77. local RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  78. local RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  79. local LeftHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1,0,1, 0, 1, 0, 0)
  80. local LeftHipC1 = CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1, 0, 0)
  81. local RightHipC0 = CFrame.new(1,-1,0,0,0,1,0,1,0,-1,0,0)
  82. local RightHipC1 = CFrame.new(0.5,1,0,0,0,1,0,1,0,-1,0,0)
  83. local Tewl = Instance.new("HopperBin",pk)
  84. local Nim = "Time Blast"
  85. local disabled = false
  86. function ChargeWelds()
  87. if Torso.Anchored then
  88. Torso.CFrame = Torso.CFrame * CFrame.new(0,5,0)
  89. else
  90. Torso.Anchored = true
  91. Torso.CFrame = Torso.CFrame * CFrame.new(0,5,0)
  92. end
  93. coroutine.resume(meshInsertion)
  94. TiltX = 2
  95. TiltY = 0
  96. TiltZ = 2
  97. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  98. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  99. TiltX = 2
  100. TiltY = 0
  101. TiltZ = 2
  102. MoveX = 0
  103. MoveY = 0
  104. MoveZ = 0
  105. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  106. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  107. TiltX = 0.3
  108. TiltY = 0
  109. TiltZ = 0.3
  110. MoveX = 0
  111. MoveY = 0
  112. MoveZ = 0
  113. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  114. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  115. end
  116. function RefreshWelds()
  117. Neck.C0 = NeckC0
  118. Neck.C1 = NeckC1
  119. RightShoulder.C0 = RightShoulderC0
  120. RightShoulder.C1 = RightShoulderC1
  121. LeftShoulder.C0 = LeftShoulderC0
  122. LeftShoulder.C1 = LeftShoulderC1
  123. RightHip.C0 = RightHipC0
  124. RightHip.C1 = RightHipC1
  125. LeftHip.C0 = LeftHipC0
  126. LeftHip.C1 = LeftHipC1
  127. end
  128. function Welds1()
  129. TiltX = 0
  130. TiltY = 0
  131. TiltZ = 1.57
  132. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  133. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  134. TiltX = 0.6
  135. TiltY = 0
  136. TiltZ = 0
  137. MoveX = 0
  138. MoveY = 0
  139. MoveZ = -0.3
  140. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  141. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  142. TiltX = -0.05
  143. TiltY = 0
  144. TiltZ = 0
  145. MoveX = 0
  146. MoveY = 0.1
  147. MoveZ = 0
  148. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  149. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  150. end
  151. function Welds2()
  152. TiltX = 100
  153. TiltY = 20
  154. TiltZ = -20
  155. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  156. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  157. TiltX = 0.6
  158. TiltY = 0
  159. TiltZ = 0
  160. MoveX = 0
  161. MoveY = 0
  162. MoveZ = -0.3
  163. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  164. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  165. TiltX = 0
  166. TiltY = 0
  167. TiltZ = 0
  168. MoveX = 0
  169. MoveY = 0
  170. MoveZ = 0
  171. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  172. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  173. end
  174. function onButton1Down(mouse)
  175. if disabled == true then
  176. return
  177. end
  178. Torso.Anchored = true
  179. Human.PlatformStand = true
  180. Human.WalkSpeed = 0
  181. disabled = true
  182. narb = Instance.new("ForceField",char)
  183. noob = narb:clone()
  184. noobz = narb:clone()
  185. nubz = narb:clone()
  186. coroutine.resume(coroutine.create(function()
  187. for x = 1,150 do
  188. Torso.CFrame = Torso.CFrame * CFrame.fromEulerAnglesXYZ(0,math.random(-100,100),0)
  189. wait()
  190. end
  191. end))
  192. chargeup()
  193. local wow = Instance.new("Part",workspace)
  194. wow.Anchored = true
  195. wow.CanCollide = false
  196. wow.Reflectance = 0.32
  197. wow.formFactor = "Custom"
  198. wow.Size = Vector3.new(0.2,0.2,0.2)
  199. wow.TopSurface = "Smooth"
  200. wow.Transparency = 0
  201. wow.BottomSurface = "Smooth"
  202. wow.CFrame = Torso.CFrame
  203. wow.BrickColor = BrickColor.new("Institutional white")
  204. local Mesh2 = Instance.new("SpecialMesh",wow)
  205. Mesh2.MeshType = "FileMesh"
  206. Mesh2.Scale = Vector3.new(4.5,0.5,4.5)
  207. Mesh2.MeshId = "http://www.roblox.com/asset/?id=20329976"
  208. Mesh2.TextureId = ""
  209. for i = 1,30 do
  210. wow.CFrame = Torso.CFrame * CFrame.new(0,-7.5,0)
  211. wait()
  212. wow.CFrame = wow.CFrame * CFrame.fromEulerAnglesXYZ(0,-6,0)
  213. wow.Transparency = wow.Transparency + 0.1
  214. end
  215. local p = Instance.new("Part",char)
  216. p.Anchored = true
  217. p.CanCollide = false
  218. p.Transparency = 0
  219. p.Reflectance = 0.3
  220. p.formFactor = "Symmetric"
  221. p.Size = Vector3.new(12, 12, 12)
  222. p.TopSurface = "Smooth"
  223. p.BottomSurface = "Smooth"
  224. p.Name = "Sharingan"
  225. p.Shape = "Ball"
  226. p.CFrame = Torso.CFrame
  227. p.BrickColor = BrickColor.new("Cyan")
  228. local lol = Instance.new("Explosion",workspace)
  229. lol.Position = Torso.Position
  230. lol.BlastRadius = 450
  231. lol.BlastPressure = 0
  232. for i = 1,10 do
  233. wait()
  234. p.Size = p.Size + Vector3.new(3,3,3)
  235. p.CFrame = Torso.CFrame
  236. p.Transparency = p.Transparency + 0.1
  237. end
  238. game.Lighting.TimeOfDay = 6
  239. p:remove()
  240. wow:remove()
  241. Welds2()
  242. wait(0.5)
  243. Welds1()
  244. wait(0.5)
  245. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0.1, 0, 2)
  246. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0.1, 0, -2)
  247. wait(1)
  248. for i = 1,20 do
  249. game.Lighting.Ambient = Color3.new(math.random(),math.random(),math.random())
  250. wait()
  251. end
  252. game.Lighting.Ambient = Color3.new(1,1,1)
  253. local model = Instance.new("Model",char)
  254. local fer = Instance.new("Fire",Torso)
  255. fer.Size = 30
  256. fer.Heat = 18
  257. fer.Color = BrickColor.new("Institutional white").Color
  258. fer.SecondaryColor = BrickColor.new("Really black").Color
  259. local smk = Instance.new("Smoke",Torso)
  260. smk.Opacity = 1
  261. smk.RiseVelocity = 25
  262. smk.Size = 12
  263. smk.Color = BrickColor.new("Cyan").Color
  264. local O = Instance.new("Part",model)
  265. O.Anchored = true
  266. O.CanCollide = false
  267. O.Transparency = 0
  268. O.Reflectance = 0.3
  269. O.formFactor = "Symmetric"
  270. O.Size = Vector3.new(0, 0, 0)
  271. O.TopSurface = "Smooth"
  272. O.BottomSurface = "Smooth"
  273. O.Name = "Sharingan"
  274. O.Shape = "Ball"
  275. O.CFrame = Torso.CFrame*CFrame.fromEulerAnglesXYZ(1.5, 0, 0)
  276. O.BrickColor = BrickColor.new("Really red")
  277. local Mesh = Instance.new("SpecialMesh")
  278. Mesh.Parent = O
  279. Mesh.MeshType = "FileMesh"
  280. Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
  281. Mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  282. Mesh.TextureId = ""
  283. local O2 = Instance.new("Part",model)
  284. O2.Anchored = true
  285. O2.CanCollide = false
  286. O2.Transparency = 0
  287. O2.Reflectance = 0.3
  288. O2.formFactor = "Symmetric"
  289. O2.Size = Vector3.new(0, 0, 0)
  290. O2.TopSurface = "Smooth"
  291. O2.BottomSurface = "Smooth"
  292. O2.Name = "Sharingan"
  293. O2.Shape = "Ball"
  294. O2.CFrame = Torso.CFrame
  295. O2.BrickColor = BrickColor.new("Institutional white")
  296. local Mesh3 = Instance.new("SpecialMesh")
  297. Mesh3.Parent = O2
  298. Mesh3.MeshType = "FileMesh"
  299. Mesh3.Scale = Vector3.new(1, 1, 1)
  300. Mesh3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  301. Mesh3.TextureId = ""
  302. local O3 = Instance.new("Part",model)
  303. O3.Anchored = true
  304. O3.CanCollide = false
  305. O3.Transparency = 0
  306. O3.Reflectance = 0.3
  307. O3.formFactor = "Symmetric"
  308. O3.Size = Vector3.new(0, 0, 0)
  309. O3.TopSurface = "Smooth"
  310. O3.BottomSurface = "Smooth"
  311. O3.Name = "Sharingan"
  312. O3.Shape = "Ball"
  313. O3.CFrame = Torso.CFrame*CFrame.fromEulerAnglesXYZ(1.5, 0, 0)
  314. O3.BrickColor = BrickColor.new("Cyan")
  315. local Mesh4 = Instance.new("SpecialMesh")
  316. Mesh4.Parent = O3
  317. Mesh4.MeshType = "FileMesh"
  318. Mesh4.Scale = Vector3.new(1.3, 1.3, 1.3)
  319. Mesh4.MeshId = "http://www.roblox.com/asset/?id=3270017"
  320. Mesh4.TextureId = ""
  321. local O4 = Instance.new("Part",model)
  322. O4.Anchored = true
  323. O4.CanCollide = false
  324. O4.Transparency = 0
  325. O4.Reflectance = 0.3
  326. O4.formFactor = "Symmetric"
  327. O4.Size = Vector3.new(0, 0, 0)
  328. O4.TopSurface = "Smooth"
  329. O4.BottomSurface = "Smooth"
  330. O4.Name = "Sharingan"
  331. O4.Shape = "Ball"
  332. O4.CFrame = Torso.CFrame
  333. O4.BrickColor = BrickColor.new("Institutional white")
  334. local Mesh5 = Instance.new("SpecialMesh")
  335. Mesh5.Parent = O4
  336. Mesh5.MeshType = "FileMesh"
  337. Mesh5.Scale = Vector3.new(1, 1, 1)
  338. Mesh5.MeshId = "http://www.roblox.com/asset/?id=3270017"
  339. Mesh5.TextureId = ""
  340. local pro = Instance.new("Part",char)
  341. pro.Anchored = true
  342. pro.CanCollide = true
  343. pro.Transparency = 0.2
  344. pro.Reflectance = 0.3
  345. pro.formFactor = "Symmetric"
  346. pro.Size = Vector3.new(1, 1, 1)
  347. pro.TopSurface = "Smooth"
  348. pro.BottomSurface = "Smooth"
  349. pro.Name = "Sharingan"
  350. pro.Shape = "Ball"
  351. pro.BrickColor = BrickColor.new("Cyan")
  352. pro.CFrame = Torso.CFrame
  353. pro.Touched:connect(onTouched)
  354. local lol = Instance.new("Explosion",workspace)
  355. lol.Position = Torso.Position
  356. lol.BlastRadius = 65
  357. lol.BlastPressure = 900000
  358. lol.Hit:connect(explhit)
  359. local Effect = Instance.new("Part",pro)
  360. Effect.Anchored = true
  361. Effect.CanCollide = false
  362. Effect.Size = Vector3.new(1, 1, 1)
  363. Effect.formFactor = "Symmetric"
  364. Effect.Transparency = 0.6
  365. Effect.BrickColor = BrickColor.new("Institutional white")
  366. Effect.CFrame = Torso.CFrame
  367. Effect.Reflectance = 0.6
  368. Effect.TopSurface = "Smooth"
  369. Effect.BottomSurface = "Smooth"
  370. local EffectMesh = Instance.new("CylinderMesh",Effect)
  371. EffectMesh.Scale = Vector3.new(3, 90000, 3)
  372. local effect = Effect:Clone()
  373. local effectmesh = EffectMesh:Clone()
  374. effect.Parent = pro
  375. effectmesh.Parent = effect
  376. for i = 1,75 do
  377. effect.Reflectance = math.random()
  378. Effect.Reflectance = math.random()
  379. effectmesh.Scale = effectmesh.Scale + Vector3.new(1,0,1)
  380. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2,0,2)
  381. Mesh.Scale = Mesh.Scale + Vector3.new(3, 3, 3)
  382. Mesh3.Scale = Mesh.Scale
  383. Mesh4.Scale = Mesh.Scale
  384. Mesh5.Scale = Mesh.Scale
  385. O.CFrame = O.CFrame * CFrame.fromEulerAnglesXYZ(6,0,0)
  386. O2.CFrame = O2.CFrame * CFrame.fromEulerAnglesXYZ(0,6,0)
  387. O3.CFrame = O3.CFrame * CFrame.fromEulerAnglesXYZ(0,6,6)
  388. O4.CFrame = O4.CFrame * CFrame.fromEulerAnglesXYZ(6,0,6)
  389. pro.Size = pro.Size + Vector3.new(3,3,3)
  390. pro.CFrame = Torso.CFrame
  391. O.BrickColor = BrickColor.new("Really red")
  392. O2.BrickColor = BrickColor.new("Cyan")
  393. O3.BrickColor = BrickColor.new("Institutional white")
  394. O4.BrickColor = BrickColor.new("Really black")
  395. pro.BrickColor = BrickColor.new("Hot pink")
  396. wait()
  397. end
  398. coroutine.resume(core)
  399. for i = 1,10 do
  400. Effect.Reflectance = 0 + 0.1
  401. effect.Reflectance = 0 + 0.1
  402. EffectMesh.Scale = EffectMesh.Scale - Vector3.new(12,30,12)
  403. effectmesh.Scale = effectmesh.Scale - Vector3.new(11,29,11)
  404. O.Transparency = O.Transparency + 0.1
  405. O2.Transparency = O2.Transparency + 0.1
  406. O3.Transparency = O3.Transparency + 0.1
  407. O4.Transparency = O4.Transparency + 0.1
  408. pro.Transparency = p.Transparency + 0.01
  409. wait()
  410. end
  411. Effect:remove()
  412. pro:remove()
  413. fer:remove()
  414. smk:remove()
  415. noob:remove()
  416. noobz:remove()
  417. nubz:remove()
  418. narb:remove()
  419. RefreshWelds()
  420. game.Lighting.TimeOfDay = 14
  421. game.Lighting.Brightness = 0
  422. model:remove()
  423. Human.PlatformStand = false
  424. Torso.Anchored = false
  425. Human.WalkSpeed = 16
  426. wait(10)
  427. disabled = false
  428. end
  429. function lul(mouse)
  430. mouse.Icon = "http://www.roblox.com/asset/?id=41672909"
  431. mouse.Button1Down:connect(onButton1Down)
  432. end
  433. function explhit(drumstep)
  434. for d,s in pairs (drumstep:children()) do
  435. if s.className == "Humanoid" then
  436. s:takeDamage(80)
  437. end
  438. end
  439. end
  440. function chargeup()
  441. Welds1()
  442. wait(0.4)
  443. ChargeWelds()
  444. wait(0.3)
  445. StartCharge()
  446. wait()
  447. MidCharge()
  448. wait(0.5)
  449. EndCharge()
  450. wait(0.4)
  451. end
  452. function EndCharge()
  453. local p = Instance.new("Part",char)
  454. p.Anchored = true
  455. p.CanCollide = false
  456. p.Transparency = 0
  457. p.Reflectance = 0.3
  458. p.formFactor = "Symmetric"
  459. p.Size = Vector3.new(12, 12, 12)
  460. p.TopSurface = "Smooth"
  461. p.BottomSurface = "Smooth"
  462. p.Name = "Sharingan"
  463. p.Shape = "Ball"
  464. p.CFrame = Torso.CFrame
  465. p.BrickColor = BrickColor.new("Institutional white")
  466. for i = 1,10 do
  467. p.Size = p.Size - Vector3.new(3,3,3)
  468. p.CFrame = Torso.CFrame
  469. wait()
  470. end
  471. p:remove()
  472. end
  473. function MidCharge()
  474. local wow = Instance.new("Part",workspace)
  475. wow.Anchored = true
  476. wow.CanCollide = false
  477. wow.Reflectance = 0.32
  478. wow.formFactor = "Custom"
  479. wow.Size = Vector3.new(12,12,12)
  480. wow.TopSurface = "Smooth"
  481. wow.Transparency = 0.5
  482. wow.BottomSurface = "Smooth"
  483. wow.CFrame = Torso.CFrame * CFrame.new(0,0,0)
  484. wow.BrickColor = BrickColor.new("Cyan")
  485. local wow2 = Instance.new("Part",workspace)
  486. wow2.Anchored = true
  487. wow2.CanCollide = false
  488. wow2.Reflectance = 0.32
  489. wow2.formFactor = "Custom"
  490. wow2.Size = Vector3.new(12,12,12)
  491. wow2.TopSurface = "Smooth"
  492. wow2.Transparency = 0.5
  493. wow2.BottomSurface = "Smooth"
  494. wow2.CFrame = Torso.CFrame * CFrame.new(0,0,0)
  495. wow2.BrickColor = BrickColor.new("Royal Purple")
  496. local wow11 = Instance.new("Part",workspace)
  497. wow11.Anchored = true
  498. wow11.CanCollide = false
  499. wow11.Reflectance = 0.32
  500. wow11.formFactor = "Custom"
  501. wow11.Size = Vector3.new(12,12,12)
  502. wow11.TopSurface = "Smooth"
  503. wow11.Transparency = 0.5
  504. wow11.BottomSurface = "Smooth"
  505. wow11.CFrame = Torso.CFrame * CFrame.new(0,0,0)
  506. wow11.BrickColor = BrickColor.new("Hot pink")
  507. local wow4 = Instance.new("Part",workspace)
  508. wow4.Anchored = true
  509. wow4.CanCollide = false
  510. wow4.Reflectance = 0.32
  511. wow4.formFactor = "Custom"
  512. wow4.Size = Vector3.new(12,12,12)
  513. wow4.TopSurface = "Smooth"
  514. wow4.Transparency = 0.5
  515. wow4.BottomSurface = "Smooth"
  516. wow4.CFrame = Torso.CFrame * CFrame.new(0,0,0)
  517. wow4.BrickColor = BrickColor.new("Really black")
  518. local Taco = Instance.new("SelectionBox",wow)
  519. Taco.Visible = true
  520. Taco.Color = BrickColor.new("Really red")
  521. Taco.Adornee = Taco.Parent
  522. local Tacoz = Taco:clone()
  523. Tacoz.Parent = wow2
  524. Tacoz.Color = BrickColor.new("Really black")
  525. Tacoz.Adornee = Tacoz.Parent
  526. local Taco5 = Tacoz:clone()
  527. Taco5.Parent = wow4
  528. Taco5.Adornee = Taco5.Parent
  529. Taco5.Color = BrickColor.new("Really red")
  530. local Tacosh = Tacoz:clone()
  531. Tacosh.Parent = wow11
  532. Tacosh.Adornee = Tacosh.Parent
  533. Tacosh.Color = BrickColor.new("Really black")
  534. for i = 1,20 do
  535. wait()
  536. wow11.CFrame = wow11.CFrame * CFrame.fromEulerAnglesXYZ(6,6,6)
  537. wow4.CFrame = wow4.CFrame * CFrame.fromEulerAnglesXYZ(-6,-6,-6)
  538. wow2.CFrame = wow2.CFrame * CFrame.fromEulerAnglesXYZ(-3,2,6)
  539. wow.CFrame = wow.CFrame * CFrame.fromEulerAnglesXYZ(5,1,-6)
  540. end
  541. wow:remove()
  542. wow2:remove()
  543. wow4:remove()
  544. wow11:remove()
  545. end
  546. function StartCharge()
  547. local p = Instance.new("Part",char)
  548. p.Anchored = true
  549. p.CanCollide = false
  550. p.Transparency = 0.6
  551. p.Reflectance = 0.3
  552. p.formFactor = "Symmetric"
  553. p.Size = Vector3.new(3,3,3)
  554. p.TopSurface = "Smooth"
  555. p.BottomSurface = "Smooth"
  556. p.Name = "Sharingan"
  557. p.Shape = "Ball"
  558. p.CFrame = Torso.CFrame
  559. p.BrickColor = BrickColor.new("Institutional white")
  560. local O = Instance.new("Part",model)
  561. O.Anchored = true
  562. O.CanCollide = false
  563. O.Transparency = 0
  564. O.Reflectance = 0.3
  565. O.formFactor = "Symmetric"
  566. O.Size = Vector3.new(0, 0, 0)
  567. O.TopSurface = "Smooth"
  568. O.BottomSurface = "Smooth"
  569. O.Name = "Sharingan"
  570. O.Shape = "Ball"
  571. O.CFrame = Torso.CFrame
  572. O.BrickColor = BrickColor.new("Cyan")
  573. local Mesh = Instance.new("SpecialMesh")
  574. Mesh.Parent = O
  575. Mesh.MeshType = "FileMesh"
  576. Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
  577. Mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  578. Mesh.TextureId = ""
  579. for i = 1,10 do
  580. p.Size = p.Size + Vector3.new(3,3,3)
  581. p.CFrame = Torso.CFrame
  582. p.Transparency = p.Transparency + 0.1
  583. O.Transparency = O.Transparency + 0.1
  584. Mesh.Scale = Mesh.Scale + Vector3.new(4, 4, 4)
  585. wait()
  586. end
  587. p:remove()
  588. O:remove()
  589. end
  590. function onTouched(Taco)
  591. if Taco.Parent.Name ~= pwn.Name and Taco.Parent.Parent.Name ~= pwn.Name then
  592. if Taco.Parent.className == "Model" or Taco.Parent.Parent.className == "Model" then
  593. for k,f in pairs(Taco.Parent:children()) do
  594. if f.className == "Part" then
  595. f.Anchored = false
  596. coroutine.resume(coroutine.create(function()
  597. f.Velocity = (Head.Position - f.Position).unit * -150
  598. wait(0.4)
  599. f.Veclovity = Vector3.new(0,0,0)
  600. end))
  601. elseif f.className == "ForceField" then
  602. f:remove()
  603. elseif f.className == "Hat" then
  604. f:remove()
  605. end
  606. end
  607. end
  608. end
  609. end
  610. function shock()
  611. local wowz = Instance.new("Part",workspace)
  612. wowz.Anchored = true
  613. wowz.CanCollide = false
  614. wowz.Reflectance = 0.32
  615. wowz.formFactor = "Custom"
  616. wowz.Size = Vector3.new(0.2,0.2,0.2)
  617. wowz.TopSurface = "Smooth"
  618. wowz.Transparency = 0
  619. wowz.BottomSurface = "Smooth"
  620. wowz.CFrame = Torso.CFrame * CFrame.new(0,0,0)
  621. wowz.BrickColor = BrickColor.new("Really black")
  622. local Mesh2 = Instance.new("SpecialMesh",wow)
  623. Mesh2.MeshType = "FileMesh"
  624. Mesh2.Scale = Vector3.new(6,0.5,6)
  625. Mesh2.MeshId = "http://www.roblox.com/asset/?id=20329976"
  626. Mesh2.TextureId = ""
  627. for i = 1,30 do
  628. wowz.CFrame = Torso.CFrame * CFrame.new(0,-2.5,0)
  629. wait()
  630. wowz.CFrame = wow.CFrame * CFrame.fromEulerAnglesXYZ(0,6,0)
  631. wowz.BrickColor = BrickColor.Random()
  632. end
  633. wowz:remove()
  634. end
  635. function spinmesh()
  636. local wowz = Instance.new("Part",char)
  637. wowz.Anchored = true
  638. wowz.CanCollide = false
  639. wowz.Reflectance = 0.32
  640. wowz.Shape = "Ball"
  641. wowz.Transparency = 0
  642. wowz.formFactor = "Custom"
  643. wowz.Size = Vector3.new(9,9,9)
  644. wowz.TopSurface = "Smooth"
  645. wowz.BottomSurface = "Smooth"
  646. wowz.CFrame = Torso.CFrame
  647. wowz.BrickColor = BrickColor.new("Really black")
  648. wait(3)
  649. wowz:remove()
  650. end
  651. meshInsertion = coroutine.create(spinmesh)
  652. core = coroutine.create(shock)
  653. Tewl.Name = Nim
  654. Tewl.Selected:connect(lul)
  655.  
  656. -- Kamehameha Script; By Royalwiryman! --
  657.  
  658. Instance.new("HopperBin",game.Players.LocalPlayer.Backpack).Name = "TimeShell"
  659. script.Parent = game.Players.LocalPlayer.Backpack:findFirstChild"TimeShell"
  660. local char = script.Parent.Parent.Parent.Character
  661. local humanoid = char.Humanoid
  662. local Head = char.Head
  663. local Torso = char.Torso
  664. local LeftArm = char["Left Arm"]
  665. local RightArm = char["Right Arm"]
  666. local LeftLeg = char["Left Leg"]
  667. local RightLeg = char["Right Leg"]
  668. local RightHip = Torso["Right Hip"]
  669. local LeftHip = Torso["Left Hip"]
  670. local Neck = Torso.Neck
  671. local RightShoulder = Torso["Right Shoulder"]
  672. local LeftShoulder = Torso["Left Shoulder"]
  673. local NeckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  674. local NeckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  675. local LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  676. local LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  677. local RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  678. local RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  679. local LeftHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1,0,1, 0, 1, 0, 0)
  680. local LeftHipC1 = CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1, 0, 0)
  681. local RightHipC0 = CFrame.new(1,-1,0,0,0,1,0,1,0,-1,0,0)
  682. local RightHipC1 = CFrame.new(0.5,1,0,0,0,1,0,1,0,-1,0,0)
  683. local taco = false
  684. local taco2 = true
  685. local time = game.Lighting.TimeOfDay
  686. local h = tonumber(string.sub(time,1,2))
  687. local m = tonumber(string.sub(time,4,5))+1
  688. local s = tonumber(string.sub(time,7,8))
  689. local function frame()
  690. TiltX = 0
  691. TiltY = 0
  692. TiltZ = 0
  693. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  694. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  695. TiltX = -1.65
  696. TiltY = 0
  697. TiltZ = 0
  698. MoveX = 0
  699. MoveY = -0.31
  700. MoveZ = -0.4
  701. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  702. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  703. TiltX = -0.12
  704. TiltY = -0.01
  705. TiltZ = -0.1
  706. MoveX = 0
  707. MoveY = 0.2
  708. MoveZ = 0
  709. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  710. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  711. end
  712. function switch(bool)
  713. for i,v in pairs(char:GetChildren())do
  714. if v == Torso or v == Head or v == LeftArm or v == RightArm or v == LeftLeg or v == RightLeg then
  715. v.Anchored = bool
  716. end end end
  717. local function frame2()
  718. TiltX = 0
  719. TiltY = 0
  720. TiltZ = 1.57
  721. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  722. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  723. TiltX = 0.6
  724. TiltY = 0
  725. TiltZ = 0
  726. MoveX = 0
  727. MoveY = 0
  728. MoveZ = -0.3
  729. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  730. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  731. TiltX = -0.05
  732. TiltY = 0
  733. TiltZ = 0
  734. MoveX = 0
  735. MoveY = 0.1
  736. MoveZ = 0
  737. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  738. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  739. end
  740. local function RefreshWelds()
  741. Neck.C0 = NeckC0
  742. Neck.C1 = NeckC1
  743. RightShoulder.C0 = RightShoulderC0
  744. RightShoulder.C1 = RightShoulderC1
  745. LeftShoulder.C0 = LeftShoulderC0
  746. LeftShoulder.C1 = LeftShoulderC1
  747. RightHip.C0 = RightHipC0
  748. RightHip.C1 = RightHipC1
  749. LeftHip.C0 = LeftHipC0
  750. LeftHip.C1 = LeftHipC1
  751. end
  752. local function Button1Down(mouse)
  753. if taco then return end
  754. taco = true
  755. humanoid.PlatformStand = true
  756. local staystill = Instance.new("BodyPosition",Torso)
  757. staystill.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  758. staystill.position = Torso.Position
  759. frame()
  760. local energy = Instance.new("Part",char)
  761. energy.Size = Vector3.new(0.1,0.1,0.1)
  762. energy.CanCollide = false
  763. energy.Anchored = true
  764. energy.Locked = true
  765. energy.Shape = "Ball"
  766. energy.TopSurface = "Smooth"
  767. energy.BottomSurface = "Smooth"
  768. energy.Color = Color3.new(0/0,0/0,0/0)
  769. energy.CFrame = RightArm.CFrame * CFrame.new(-0.1,-0.7,-0.6)
  770. local energy2 = Instance.new("Part",char)
  771. energy2.Size = Vector3.new(0.1,0.1,0.1)
  772. energy2.CanCollide = false
  773. energy2.Anchored = true
  774. energy2.Locked = true
  775. energy2.Shape = "Ball"
  776. energy2.TopSurface = "Smooth"
  777. energy2.BottomSurface = "Smooth"
  778. energy2.Color = Color3.new(0.0,0.0,0.0)
  779. energy2.CFrame = LeftArm.CFrame * CFrame.new(0,-0.7,-0.6)
  780. local f1 = Instance.new("Fire",energy)
  781. f1.Color = energy.Color
  782. f1.SecondaryColor = Color3.new(0,0,0)
  783. f1.Heat = 0
  784. local f2 = Instance.new("Fire",energy2)
  785. f2.Color = energy2.Color
  786. f2.SecondaryColor = Color3.new(1,1,1)
  787. f2.Heat = 0
  788. local f1 = Instance.new("Fire",energy)
  789. f1.Color = energy.Color
  790. f1.SecondaryColor = Color3.new(0,0,0)
  791. f1.Heat = 0
  792. local f2 = Instance.new("Fire",energy2)
  793. f2.Color = energy2.Color
  794. f2.SecondaryColor = Color3.new(1,1,1)
  795. f2.Heat = 0
  796. local f1 = Instance.new("Fire",energy)
  797. f1.Color = energy.Color
  798. f1.SecondaryColor = Color3.new(0,0,0)
  799. f1.Heat = 0
  800. local f2 = Instance.new("Fire",energy2)
  801. f2.Color = energy2.Color
  802. f2.SecondaryColor = Color3.new(1,1,1)
  803. f2.Heat = 0
  804. --[[ ]]
  805.  
  806.  
  807.  
  808.  
  809.  
  810. switch(true)
  811. wait(0.5)
  812. repeat m = m * 2 if m >= 60 then m = 1 h = h + 1 end game.Lighting.TimeOfDay = ""..h..":"..m..":"..s.."" wait(0) until game.Lighting.TimeOfDay >= "18:00:00"
  813. for i = 1,10 do
  814. energy.CFrame = RightArm.CFrame * CFrame.new(-0.1,-0.7,-0.6)
  815. energy2.CFrame = LeftArm.CFrame * CFrame.new(0,-0.7,-0.6)
  816. energy.Size = energy.Size + Vector3.new(0.5,0.5,0.5)
  817. energy2.Size = energy2.Size + Vector3.new(0.5,0.5,0.5)
  818. energy.Reflectance = energy.Reflectance + 0.1
  819. energy2.Reflectance = energy2.Reflectance + 0.1
  820. wait()
  821. energy.CFrame = RightArm.CFrame * CFrame.new(-0.1,-0.7,-0.6)
  822. energy2.CFrame = LeftArm.CFrame * CFrame.new(0,-0.7,-0.6)
  823. end
  824. game:GetService("Chat"):Chat(Head,"EARTH SHATTERING!",0)
  825. wait(0.6)
  826. switch(false)
  827. frame2()
  828. wait()
  829. switch(true)
  830. for i = 1,10 do
  831. wait()
  832. energy.CFrame = energy.CFrame * CFrame.new(0,0.25,-0.25)
  833. energy2.CFrame = energy2.CFrame * CFrame.new(0,0.25,-0.25)
  834. end
  835. for i = 1,20 do
  836. energy.Size = energy.Size * Vector3.new(0.5,0.5,0.5)
  837. energy2.Size = energy2.Size * Vector3.new(0.5,0.5,0.5)
  838. energy.Reflectance = energy.Reflectance - 0.1
  839. energy2.Reflectance = energy2.Reflectance - 0.1
  840. wait()
  841. energy.CFrame = Torso.CFrame * CFrame.new(0,0.2,-4.5)
  842. energy2.CFrame = Torso.CFrame * CFrame.new(0,0.2,-4.5)
  843. end
  844. energy:Destroy()
  845. energy2:Destroy()
  846. wait(0.6)
  847. game:GetService("Chat"):Chat(Head,"KAMEEHHHH",0)
  848. local blast = Instance.new("Part",char)
  849. blast.Size = Vector3.new(8,8,8)
  850. blast.Shape = "Ball"
  851. blast.TopSurface = "Smooth"
  852. blast.BottomSurface = "Smooth"
  853. blast.Anchored = true
  854. blast.Locked = true
  855. blast.CanCollide = false
  856. blast.Color = Color3.new(0/0,0/0,0/0)
  857. blast.Transparency = 0
  858. blast.CFrame = Torso.CFrame * CFrame.new(0,0.2,-6.5)
  859. wait(0.6)
  860. game:GetService("Chat"):Chat(Head,"HAMEEHHHHH",1)
  861. local xf = Instance.new("Fire",blast)
  862. xf.Size = 25
  863. xf.Color = blast.Color
  864. xf.SecondaryColor = Color3.new(0.0,0.0,0.0)
  865. xf.Heat = 0
  866. local xf = Instance.new("Fire",blast)
  867. xf.Size = 25
  868. xf.Color = blast.Color
  869. xf.SecondaryColor = Color3.new(0.0,0.0,0.0)
  870. xf.Heat = 0
  871. for i = 1,20 do
  872. blast.Transparency = blast.Transparency + 0.05
  873. blast.Reflectance = blast.Reflectance + 0.01
  874. wait(0.1)
  875. if blast.Transparency >= 1 then
  876. blast.Transparency = blast.Transparency - 0.1
  877. end end
  878. blast.Transparency = 0.1
  879. wait(0.5)
  880. game:GetService("Chat"):Chat(Head,"HAAAAAAHHHHHHHHH!",2)
  881. coroutine.resume(coroutine.create(function()
  882. for i = 1,5 do wait(0)
  883. local p = Instance.new("Part",blast)
  884. p.Size = Vector3.new(0,0,0)
  885. p.Anchored = true
  886. p.CanCollide = false
  887. p.Locked = true
  888. p.BrickColor = BrickColor.new("Really black")
  889. p.TopSurface = "Smooth"
  890. p.Reflectance = 0.3
  891. p.Transparency = 0.4
  892. p.BottomSurface = "Smooth"
  893. p.CFrame = blast.CFrame * CFrame.new(0,0,0)
  894. local m1 = Instance.new("SpecialMesh",p)
  895. m1.Scale = p.Size
  896. m1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  897. local p2 = Instance.new("Part",blast)
  898. p2.CFrame = blast.CFrame * CFrame.new(0,0,0)
  899. p2.Size = Vector3.new(0,0,0)
  900. p2.Anchored = true
  901. p2.CanCollide = false
  902. p2.Locked = true
  903. p2.BrickColor = BrickColor.new("Really black")
  904. p2.TopSurface = "Smooth"
  905. p2.Reflectance = 0.3
  906. p2.Transparency = 0.4
  907. p2.BottomSurface = "Smooth"
  908. local m2 = Instance.new("SpecialMesh",p2)
  909. m2.Scale = p2.Size
  910. m2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  911. local p3 = Instance.new("Part",blast)
  912. p3.Size = Vector3.new(0,0,0)
  913. p3.Anchored = true
  914. p3.CanCollide = false
  915. p3.Locked = true
  916. p3.Color = blast.Color
  917. p3.TopSurface = "Smooth"
  918. p3.Reflectance = 0.3
  919. p3.Transparency = 0.4
  920. p3.BottomSurface = "Smooth"
  921. p3.CFrame = blast.CFrame * CFrame.new(0,0,0)
  922. local m3 = Instance.new("SpecialMesh",p3)
  923. m3.Scale = p.Size
  924. m3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  925. coroutine.resume(coroutine.create(function()
  926. for i = 1,20 do wait(0)
  927. m1.Scale = m1.Scale + Vector3.new(5,5,5)
  928. p.CFrame = p.CFrame * CFrame.new(0,0,-5)
  929. end
  930. p:Destroy()
  931. end))
  932. coroutine.resume(coroutine.create(function()
  933. for i = 1,20 do wait(0)
  934. m2.Scale = m2.Scale + Vector3.new(5,5,5)
  935. p2.CFrame = p2.CFrame * CFrame.new(0,0,-5)
  936. end
  937. p2:Destroy()
  938. end))
  939. coroutine.resume(coroutine.create(function()
  940. for i = 1,20 do wait(0)
  941. m3.Scale = m3.Scale + Vector3.new(5,5,5)
  942. p3.CFrame = p3.CFrame * CFrame.new(0,0,-5)
  943. end
  944. p3:Destroy()
  945. end))end end))
  946. local p = Instance.new("Part",blast)
  947. p.Size = blast.Size
  948. p.CanCollide = true
  949. p.Anchored = true
  950. p.Locked = true
  951. p.Color = blast.Color
  952. p.Reflectance = blast.Reflectance
  953. p.Transparency = blast.Transparency
  954. p.TopSurface = "Smooth"
  955. p.BottomSurface = "Smooth"
  956. p.CFrame = blast.CFrame * CFrame.fromEulerAnglesXYZ(1.57, 0, 0)
  957. p.Touched:connect(function(hit)
  958. if not taco2 then return end
  959. taco2 = false
  960. if hit.Parent:findFirstChild("Humanoid")then
  961. for i,v in pairs(hit.Parent:GetChildren())do
  962. if v:IsA"Hat" then
  963. v:Destroy()
  964. elseif v:IsA"Part" then
  965. v.Velocity = v.Position * Vector3.new(50,3,0)
  966. v.RotVelocity = v.Position - v.Velocity
  967. v.Parent:BreakJoints()
  968. end end end
  969. wait(8)
  970. taco2 = true
  971. end)
  972. local mesh = Instance.new("CylinderMesh",p)
  973. mesh.Scale = Vector3.new(1,0,1)
  974. for i = 1,150 do
  975. mesh.Scale = mesh.Scale + Vector3.new(-0.16,1.19,-0.16)
  976. p.CFrame = p.CFrame * CFrame.new(0,-5,0)
  977. wait(0)
  978. mesh.Scale = mesh.Scale + Vector3.new(0.1599,0,0.1599)
  979. end
  980. blast:Destroy()
  981. game.Lighting.TimeOfDay = 12
  982. switch(false)
  983. RefreshWelds()
  984. humanoid.PlatformStand = false
  985. staystill:Destroy()
  986. wait(8)
  987. taco = false
  988. end
  989. script.Parent.Selected:connect(function(mouse)mouse.Button1Down:connect(function(mouse)Button1Down(mouse)end)end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement