Advertisement
SpacecowboyHX

Roblox - The Ghost (Official 0.1)

Nov 21st, 2018
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. wait(3)
  2. local Name1=game.Players.LocalPlayer
  3. local Player=Name1.Character
  4. local Name2=Player.Name
  5. local Halfway=0.50
  6. local Shirt=Player:FindFirstChild("Shirt")
  7. if (Shirt~=nil) then
  8. Player.Shirt:Destroy()
  9. print("Shirt Removed")
  10. else
  11. print("Error removing Shirt")
  12. end
  13. local TShirt=Player:FindFirstChild("Shirt Graphic")
  14. if (TShirt~=nil) then
  15. Player["Shirt Graphic"]:Destroy()
  16. print("T-Shirt Removed")
  17. else
  18. print("Error removing T-Shirt")
  19. end
  20. local Pants=Player:FindFirstChild("Pants")
  21. if (Pants~=nil) then
  22. Player.Pants:Destroy()
  23. print("Pants Removed")
  24. else
  25. print("Error removing Pants")
  26. end
  27. wait()
  28. Player.Head.BrickColor=BrickColor.new("White")
  29. Player.Torso.BrickColor=BrickColor.new("White")
  30. Player["Left Arm"].BrickColor=BrickColor.new("White")
  31. Player["Right Arm"].BrickColor=BrickColor.new("White")
  32. Player["Right Leg"].BrickColor=BrickColor.new("White")
  33. Player["Left Leg"].BrickColor=BrickColor.new("White")
  34. wait()
  35. Player.Torso.Transparency=Halfway
  36. Player.Head.Transparency=Halfway
  37. Player["Left Arm"].Transparency=Halfway
  38. Player["Right Arm"].Transparency=Halfway
  39. Player["Right Leg"].Transparency=Halfway
  40. Player["Left Leg"].Transparency=Halfway
  41. local Sound=Instance.new("Sound")
  42. Sound.SoundId="rbxassetid://182390761"
  43. Sound.Volume=10
  44. Sound.Parent=Player.Head
  45. Sound.Playing=true
  46. local v=Instance.new("Sound")
  47. v.Parent=Player.Head
  48. v.MaxDistance=40
  49. v.Volume=5
  50. v.SoundId="rbxassetid://1787893952"
  51. function onTouch()
  52. v.Playing=true
  53. wait(1)
  54. v.Playing=false
  55. end
  56. Player.Animate.idle.Animation2:Destroy()
  57. Player.Animate.idle.Animation1.AnimationId="rbxassetid://2585771821"
  58. Player.Animate.walk.WalkAnim.AnimationId="rbxassetid://2325492084"
  59. Player.Torso.Touched:Connect(onTouch)
  60. Player.Humanoid.MaxHealth=("inf")
  61. Player.Humanoid.HealthDisplayType=("AlwaysOff")
  62. Player.Humanoid.WalkSpeed=100
  63. Player.Humanoid.JumpPower=200
  64. function onTouch(hit)
  65. local human=hit.Parent:FindFirstChild("Humanoid")
  66. if (human~=nil) then
  67. hit.Parent:BreakJoints()
  68. end
  69. end
  70. Player.Torso.Touched:Connect(onTouch)
  71. g=Instance.new("SurfaceLight")
  72. g.Parent=Player.Torso
  73. g.Angle=180
  74. g.Brightness=10
  75. g.Color=Color3.new(255,255,255)
  76. g.Face=("Top")
  77. g.Range=60
  78. wait(1/60)
  79. local load=Player:FindFirstChild("Torso")
  80. if (load~=nil) then
  81. print(Name2.." is now a spookay ghost")
  82. else
  83. print("This script will only work with r15")
  84. end
  85. local UT=Player:FindFirstChild("Upper Torso")
  86. if (UT~=nil) then
  87. Player:BreakJoints()
  88. end
  89. function onTouch(hit)
  90. local block=hit.Parent:FindFirstChild("Part")
  91. if (block~=nil) then
  92. hit.CanCollide=false
  93. hit.Anchored=true
  94. wait(1)
  95. hit.CanCollide=true
  96. else
  97. hit.CanCollide=true
  98. end
  99. end
  100. Player.Torso.Touched:Connect(onTouch)
  101. function onTouch(hit)
  102. local base=hit:FindFirstChild("Baseplate")
  103. if (base~=nil) then
  104. hit.CanCollide=true
  105. hit.Anchored=true
  106. end
  107. end
  108. Player.Torso.Touched:Connect(onTouch)
  109. wait(1)
  110. local gui=Instance.new("BillboardGui")
  111. gui.Parent=Player.Head
  112. gui.Adornee=Player.Head
  113. gui.MaxDistance = 100
  114. gui.Size=UDim2.new(3,0,3,0)
  115. gui.StudsOffset=Vector3.new(0.5,2,0)
  116. local text=Instance.new("TextLabel")
  117. text.Text = ("Ghost")
  118. text.Font = "Arcade"
  119. text.TextColor3 = Color3.new("White")
  120. text.Size=UDim2.new(1,0,1,0)
  121. text.FontSize = 'Size32'
  122. text.Position=UDim2.new(-0.125,0,-0.25,0)
  123. text.BackgroundTransparency = 1
  124. text.Parent=gui
  125. function onTouch(hit)
  126. local person=hit.Parent:FindFirstChild("Humanoid")
  127. if (person~=nil) then
  128. text.Text=(hit.Parent.Name.." has been rekt by "..Name2)
  129. wait(2)
  130. text.Text=("Ghost")
  131. end
  132. end
  133. Player.Torso.Touched:Connect(onTouch)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement