Advertisement
memberhero

test

Jan 7th, 2018
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. ---Golden Child Of Light Script thingy? created by basstracker1970
  2. ---Credit to CKbackup for the idea
  3. wait(2)
  4. for i,v in next, game.Players.LocalPlayer.Character:GetChildren() do
  5. if v:IsA("Accessory") then
  6. v:Remove()
  7. end
  8. end
  9. plr = game:GetService("Players").LocalPlayer
  10. char = plr.Character
  11. torso = char.Torso
  12. mouse = plr:GetMouse()
  13. char.Humanoid.Health = math.huge
  14. hair = Instance.new("Hat")
  15. hair.AttachmentForward = Vector3.new(0, 0, -1)
  16. hair.AttachmentPos = Vector3.new(0, 0.4, -1.1)
  17. hair.AttachmentRight = Vector3.new(1, 0, 0)
  18. hair.AttachmentUp = Vector3.new(0, 1, 0)
  19. hair.Parent = char
  20. handle = Instance.new("Part")
  21. handle.Name = "Handle"
  22. handle.Anchored = false
  23. handle.Parent = hair
  24. mesh = Instance.new("SpecialMesh")
  25. mesh.Scale = Vector3.new(1, 1, 1)
  26. mesh.MeshId = "rbxassetid://192551369"
  27. mesh.TextureId = "rbxassetid://192551430"
  28. mesh.Parent = handle
  29. sparkle = Instance.new("Sparkles",handle)
  30. sparkle.SparkleColor = Color3.new(224,253,255)
  31. hair = Instance.new("Hat")
  32. hair.AttachmentForward = Vector3.new(0, -0.1, -0.995)
  33. hair.AttachmentPos = Vector3.new(0, 0.9, 0)
  34. hair.AttachmentRight = Vector3.new(1, 0, 0)
  35. hair.AttachmentUp = Vector3.new(0, 0.995, -0.1)
  36. hair.Parent = char
  37. handle = Instance.new("Part")
  38. handle.Name = "Handle"
  39. handle.Anchored = false
  40. handle.Parent = hair
  41. mesh = Instance.new("SpecialMesh")
  42. mesh.Scale = Vector3.new(1, 1, 1)
  43. mesh.MeshId = "rbxassetid://13070796"
  44. mesh.TextureId = "rbxassetid://967852042"
  45. mesh.Parent = handle
  46. hair = Instance.new("Hat")
  47. hair.AttachmentForward = Vector3.new(0, -1, 0)
  48. hair.AttachmentPos = Vector3.new(0, 0, 0.3)
  49. hair.AttachmentRight = Vector3.new(1, 0, 0)
  50. hair.AttachmentUp = Vector3.new(0, 0, -1)
  51. hair.Parent = char
  52. handle = Instance.new("Part")
  53. handle.Name = "Handle"
  54. handle.Anchored = false
  55. handle.Parent = hair
  56. mesh = Instance.new("SpecialMesh")
  57. mesh.Scale = Vector3.new(1, 1, 1)
  58. mesh.MeshId = "rbxassetid://3270017"
  59. mesh.TextureId = "rbxassetid://3270066"
  60. mesh.Scale = Vector3.new(1.6, 1.6, 1.6)
  61. mesh.Parent = handle
  62. char["Body Colors"].HeadColor = BrickColor.new("White")
  63. char["Body Colors"].LeftArmColor = BrickColor.new("White")
  64. char["Body Colors"].LeftLegColor = BrickColor.new("White")
  65. char["Body Colors"].RightArmColor = BrickColor.new("White")
  66. char["Body Colors"].RightLegColor = BrickColor.new("White")
  67. char["Body Colors"].TorsoColor = BrickColor.new("White")
  68. sound = Instance.new("Sound",char)
  69. sound.SoundId = "rbxassetid://313961026"
  70. sound.Looped = true
  71. sound:Play()
  72. mouse.KeyDown:connect(function(key)
  73. key:lower()
  74. if key == "z" then-- A Basic Tornado Move
  75. if (mouse.Target ~= nil) then
  76. part = Instance.new("Part")
  77. part.Anchored = true
  78. part.Parent = game.Workspace
  79. part.Position = Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)
  80. mesh = Instance.new("SpecialMesh")
  81. mesh.MeshId = "http://www.roblox.com/asset/?id=102638417"
  82. mesh.TextureId = "http://www.roblox.com/asset/?id=102638520"
  83. mesh.Scale = Vector3.new(3,3,3)
  84. mesh.Parent = part
  85. part.Touched:connect(function(hit)
  86. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name == plr.Name then
  87. hit.Parent.Humanoid:TakeDamage(0)
  88. else
  89. hit.Parent.Humanoid:TakeDamage(10)
  90. end
  91. end)
  92. wait(5)
  93. part:Remove()
  94. while true do
  95. wait(0)
  96. part.CFrame = part.CFrame * CFrame.fromEulerAnglesXYZ(0,0.07,0)
  97. end
  98. end
  99. end
  100. end)
  101. mouse.KeyDown:connect(function(key)
  102. key:lower()
  103. if key == "x" then--Orb Move
  104. part2 = Instance.new("Part")
  105. part2.BackSurface = "Smooth"
  106. part2.BottomSurface = "Smooth"
  107. part2.FrontSurface = "Smooth"
  108. part2.LeftSurface = "Smooth"
  109. part2.RightSurface = "Smooth"
  110. part2.TopSurface = "Smooth"
  111. part2.BrickColor = BrickColor.new("White")
  112. part2.Shape = "Ball"
  113. part2.Anchored = true
  114. part2.Parent = game.Workspace
  115. part2.Position = Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)
  116. wait(2)
  117. for i = 1,10 do
  118. part2.Size = part2.Size + Vector3.new(.4,.4,.4)
  119. part2.Transparency = part2.Transparency + .05
  120. wait(.05)
  121. end
  122. wait(1)
  123. part2:Remove()
  124. part2.Touched:connect(function(hit)
  125. if part2:FindFirstChild("Humanoid") then
  126. hit.Parent.Humanoid:TakeDamage(15)
  127. end
  128. end)
  129. end
  130. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement