Advertisement
pklo

Untitled

Mar 8th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. jun = script.Parent.Parent
  2. game:GetService("Chat"):Chat(Workspace.pok61111.Head,"Heh")
  3. wait(3)
  4. game:GetService("Chat"):Chat(Workspace.pok61111.Head,"Hanbun Sharingan.")
  5. wait(.5)
  6.  
  7. Cloud = Instance.new("SpecialMesh")
  8. Cloud.MeshId = "http://www.roblox.com/asset/?id=1095708"
  9. Cylinder = Instance.new("CylinderMesh")
  10. Block = Instance.new("BlockMesh")
  11. Shuriken = Instance.new("SpecialMesh")
  12. Shuriken.MeshId = "http://www.roblox.com/asset/?id=11376946"
  13. Shuriken.Scale = Vector3.new(2,2,2)
  14. Player = game.Players.LocalPlayer
  15. Char = Player.Character
  16. Humanoid = Char.Humanoid
  17. Head = Char.Head
  18.  
  19. for i, v in pairs(Head:GetChildren()) do
  20. if v:IsA("Decal") then
  21. v:remove()
  22. end
  23. end
  24.  
  25. Face = Instance.new("Decal")
  26. Face.Texture = "http://www.roblox.com/asset/?id=158935675"
  27. Face.Parent = Head
  28. Torso = Char.Torso
  29. if Torso:FindFirstChild("Fire") ~= nil then
  30. Torso.Fire:remove()
  31. end
  32. ex = Instance.new("Explosion")
  33. ex.Position = jun.Character.Torso.Position
  34. ex.BlastPressure = 0
  35. ex.Parent = workspace
  36. pie=Instance.new("Part", jun.Character)
  37. pie.Anchored = true
  38. pie.CanCollide = false
  39. pie.BrickColor = BrickColor.new("Navy blue")
  40. pie.Shape = "Ball"
  41. pie.Size = Vector3.new(100,100,100)
  42. pie.Position = jun.Character.Torso.Position
  43. pie.CFrame = jun.Character.Torso.CFrame
  44. pie.TopSurface = "Smooth"
  45. pie.BottomSurface = "Smooth"
  46. Instance.new("Model", jun.Character)
  47. for i = 1 , 15 do
  48. wait(0.005)
  49. Effect = Instance.new("Part")
  50. Effect.Parent = jun.Character.Model
  51. Effect.Anchored = false
  52. Effect.CanCollide = false
  53. Effect.formFactor = "Symmetric"
  54. Effect.Transparency = 0
  55. Effect.BrickColor = BrickColor.new("Navy blue")
  56. Effect.TopSurface = "Smooth"
  57. Effect.Reflectance = 0
  58. Effect.BottomSurface = "Smooth"
  59. Effect.Size = Effect.Size + Vector3.new(math.random(1,30),math.random(1,20),math.random(1,30))
  60. Effect.Position = jun.Character.Torso.Position + Vector3.new(math.random(1,2),math.random(20,24),math.random(1,2))
  61. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement