Advertisement
SuperJason64

bendy

Mar 17th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1.  
  2. Character = game.Players.LocalPlayer.Character
  3. Head = Character.Head
  4.  
  5. CV="White"
  6.  
  7. p = game.Players.LocalPlayer
  8. char = p.Character
  9. local txt = Instance.new("BillboardGui", char)
  10. txt.Adornee = char .Head
  11. txt.Name = "_status"
  12. txt.Size = UDim2.new(2, 0, 1.2, 0)
  13. txt.StudsOffset = Vector3.new(-9, 8, 0)
  14. local text = Instance.new("TextLabel", txt)
  15. text.Size = UDim2.new(10, 0, 7, 0)
  16. text.FontSize = "Size24"
  17. text.TextScaled = true
  18. text.TextTransparency = 0
  19. text.BackgroundTransparency = 1
  20. text.TextTransparency = 0
  21. text.TextStrokeTransparency = 1
  22. text.Font = "SciFi"
  23. text.TextStrokeColor3 = Color3.new(0,0,0)
  24.  
  25. v=Instance.new("Part")
  26. v.Name = "ColorBrick"
  27. v.Parent=p.Character
  28. v.FormFactor="Symmetric"
  29. v.Anchored=true
  30. v.CanCollide=false
  31. v.BottomSurface="Smooth"
  32. v.TopSurface="Smooth"
  33. v.Size=Vector3.new(10,5,3)
  34. v.Transparency=1
  35. v.CFrame=char.Torso.CFrame
  36. v.BrickColor=BrickColor.new(CV)
  37. v.Transparency=1
  38. text.TextColor3 = Color3.new(255,255,255)
  39. v.Shape="Block"
  40. text.Text = "Bendy"
  41.  
  42. iz = (game.Players.LocalPlayer.Name)
  43.  
  44. is = (game.Players.LocalPlayer.Character)
  45.  
  46. for i,v in pairs(is:GetChildren()) do
  47. if v.ClassName == 'Hat' then
  48. v:Destroy()
  49. end
  50. end
  51.  
  52. for i,v in pairs(is:GetChildren()) do
  53. if v.ClassName == 'Shirt' then
  54. v:Destroy()
  55. end
  56. end
  57.  
  58. for i,v in pairs(is:GetChildren()) do
  59. if v.ClassName == 'Pants' then
  60. v:Destroy()
  61. end
  62. end
  63.  
  64.  
  65. wait()
  66.  
  67.  
  68. shirt = Instance.new('Shirt')
  69. shirt.Parent = is
  70. shirt.ShirtTemplate = 'http://www.roblox.com/asset/?id=1517332132'
  71.  
  72. pants = Instance.new('Pants')
  73. pants.Parent = is
  74. pants.PantsTemplate = 'http://www.roblox.com/asset/?id=1272373301'
  75.  
  76. sound = Instance.new('Sound')
  77. sound.SoundId = 'http://www.roblox.com/asset/?id=1286679737' --595265353
  78. sound.Looped = true
  79. sound.Parent = is.Torso
  80. sound.Volume = 1
  81.  
  82. taut = Instance.new('Sound')
  83. taut.SoundId = 'http://www.roblox.com/asset/?id=1286679737' --595265353
  84. taut.Looped = true
  85. taut.Parent = is.Torso
  86. taut.Volume = 1
  87.  
  88. local player = game.Players.LocalPlayer
  89. repeat wait() until player.Character.Humanoid
  90. local humanoid = player.Character.Humanoid
  91. local mouse = player:GetMouse()
  92.  
  93. local anim = Instance.new("Animation")
  94. anim.AnimationId = "http://www.roblox.com/Asset?ID=27789359"
  95.  
  96.  
  97. local msg = Instance.new("Hint")
  98. msg.Parent = game.Workspace
  99. msg.Text = "Click 'z' to get ready. Also again edited by luigifaster8998."
  100. is.Humanoid.WalkSpeed = 0
  101.  
  102. mouse.KeyDown:connect(function(key)
  103. if key == "z" then
  104. sound:Play()
  105. msg:Destroy()
  106. taut:Play()
  107. is.Humanoid.WalkSpeed = 60
  108. is.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=252557606'
  109. end
  110. end)
  111.  
  112. function onTouch(part)
  113. local humanoid = part.Parent:findFirstChild("Humanoid")
  114. sound1 = Instance.new('Sound')
  115. sound1.SoundId = 'http://www.roblox.com/asset/?id=1386772138'
  116. sound1.Looped = false
  117. sound1.Parent = is.Torso
  118. sound1:Play()
  119.  
  120. sound2 = Instance.new('Sound')
  121. sound2.SoundId = 'http://www.roblox.com/asset/?id=1386772138'
  122. sound2.Looped = false
  123. sound2.Parent = is.Torso
  124. sound2:Play()
  125. if (humanoid ~=nil) then
  126. humanoid.Health = 0
  127. end
  128. end
  129.  
  130. is.Torso.Touched:connect(onTouch)
  131.  
  132. while true do
  133. wait()
  134. game.Workspace[iz].Head.BrickColor = BrickColor.new('White')
  135. game.Workspace[iz]['Right Leg'].BrickColor = BrickColor.new('White')
  136. game.Workspace[iz]['Left Leg'].BrickColor = BrickColor.new('White')
  137. game.Workspace[iz]['Right Arm'].BrickColor = BrickColor.new('White')
  138. game.Workspace[iz]['Left Arm'].BrickColor = BrickColor.new('White')
  139. game.Workspace[iz].Torso.BrickColor = BrickColor.new('White')
  140. game.Workspace[iz].Head.face.Texture = 'rbxassetid://1302633361'
  141. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement