Herobrinekid2

Make A Bendy Body Roblox Lua Scritp!

Aug 4th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. wait(5)
  2. local Player = game.Players.LocalPlayer
  3. local Character = Player.Character
  4. local Head = Character.Head
  5. local Torso = Character.Torso
  6. local Sound = Instance.new("Sound", game.Workspace)
  7. Sound.Parent = game.Workspace
  8. Sound.Name = "BendyAndTheInkMachineMusic"
  9. Sound.SoundId = "rbxassetid://"1721809564"
  10. Sound.Playing = true
  11. local RA = Character["Right Arm"]
  12. local LA = Character["Left Arm"]
  13. local RL = Character["Right Leg"]
  14. local LL = Character["Left Leg"]
  15.  
  16. Character.Shirt:Destroy()
  17.  
  18. Character.Pants:Destroy()
  19.  
  20. Head.BrickColor = BrickColor.new("Really black")
  21.  
  22. Head.face.Texture = "rbxassetid://2172197462"
  23.  
  24. Torso.BrickColor = BrickColor.new("Really black")
  25.  
  26. RA.BrickColor = BrickColor.new("Really black")
  27.  
  28. LA.BrickColor = BrickColor.new("Really black")
  29.  
  30. RL.BrickColor = BrickColor.new("Really black")
  31.  
  32. LL.BrickColor = BrickColor.new("Really black")
Add Comment
Please, Sign In to add comment