Advertisement
Migas3456

SlendyTubbies Script

Sep 17th, 2017
2,271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. iz = (game.Players.LocalPlayer.Name)
  2.  
  3. is = (game.Players.LocalPlayer.Character)
  4.  
  5. local a = Instance.new("Sound")
  6. a.Name = "Sound"
  7. a.SoundId = "http://www.roblox.com/asset/?id=366944018"
  8. a.Volume = 1
  9. a.Pitch = 1
  10. a.Looped = true
  11. a.archivable = false
  12. a.Parent = game.Workspace
  13. a:play()
  14.  
  15. local Player = game.Players.localPlayer
  16. local Character = Player.Character
  17. local Humanoid = Character.Humanoid
  18. local Mouse = Player:GetMouse()
  19. local LeftArm = Character["Left Arm"]
  20. local RightArm = Character["Right Arm"]
  21. local LeftLeg = Character["Left Leg"]
  22. local RightLeg = Character["Right Leg"]
  23. local Head = Character.Head
  24. local Torso = Character.Torso
  25. local Camera = game.Workspace.CurrentCamera
  26. local RootPart = Character.HumanoidRootPart
  27. local RootJoint = RootPart.RootJoint
  28. local attack = false
  29. local Anim = 'Idle'
  30. local attacktype = 1
  31. local delays = false
  32. local play = true
  33. local targetted = nil
  34. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  35. local velocity = RootPart.Velocity.y
  36. local sine = 0
  37. local change = 1
  38. local doe = 0
  39. local Create = LoadLibrary("RbxUtility").Create
  40. Humanoid.WalkSpeed = 50
  41. local m = Create("Model"){
  42. Parent = Character,
  43. Name = "WeaponModel",
  44. }
  45. local Orin = "http://www.roblox.com/asset/?id=275347097"
  46. Head.face.Texture = Orin
  47. spawn(function()
  48. while wait() do
  49. Head.BrickColor = BrickColor.new("Magenta")
  50. RightArm.BrickColor = BrickColor.new("Magenta")
  51. LeftArm.BrickColor = BrickColor.new("Magenta")
  52. Torso.BrickColor = BrickColor.new("Magenta")
  53. RightLeg.BrickColor = BrickColor.new("Magenta")
  54. LeftLeg.BrickColor = BrickColor.new("Magenta")
  55. end
  56. end)
  57. for i,v in pairs(Character:children()) do
  58. if v:IsA("Hat") then
  59. v:Destroy()
  60. end
  61. end
  62. for i,v in pairs(Character:children()) do
  63. if v:IsA("Accessory") then
  64. v:Destroy()
  65. end
  66. end
  67. for i,v in pairs(Character:children()) do
  68. if v:IsA("Hair") then
  69. v:Destroy()
  70. end
  71. end
  72. for i,v in pairs(Character:children()) do
  73. if v:IsA("Shirt") then
  74. v:Destroy()
  75. end
  76. end
  77. for i,v in pairs(Character:children()) do
  78. if v:IsA("Pants") then
  79. v:Destroy()
  80. end
  81. end
  82. for i,v in pairs(Character:children()) do
  83. if v:IsA("Graphic Shirt") then
  84. v:Destroy()
  85. end
  86. end
  87.  
  88. local hair = Instance.new("Part",Character)
  89. hair.Name = "Hair"
  90. hair.CanCollide = false
  91. hair.Size = Vector3.new(2, 0.8, 2)
  92. hair.BrickColor = BrickColor.new("Magenta")
  93. local hairmesh = Instance.new("SpecialMesh",hair)
  94. hairmesh.MeshId = "rbxassetid://462101488"
  95. hairmesh.TextureId = ""
  96. hairmesh.Scale = Vector3.new(1, 1, 1)
  97. hairmesh.VertexColor = Vector3.new(1, 1, 1)
  98. local hairweld = Instance.new("Weld",hair)
  99. hairweld.Part0 = Head
  100. hairweld.Part1 = hair
  101. hairweld.C0 = CFrame.new(0,1,0)
  102.  
  103. is.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=252557606'
  104.  
  105. taut = Instance.new('Sound')
  106. taut.SoundId = 'http://www.roblox.com/asset/?id=366944018' --366944018
  107. taut.Looped = true
  108. taut.Parent = is.Torso
  109. taut.Volume = 1
  110.  
  111. function onTouch(part)
  112. local humanoid = part.Parent:findFirstChild("Humanoid")
  113. sound1 = Instance.new('Sound')
  114. sound1.SoundId = 'http://www.roblox.com/asset/?id=316115931'
  115. sound1.Looped = false
  116. sound1.Parent = is.Torso
  117. sound1:Play()
  118. if (humanoid ~=nil) then
  119. humanoid.Health = 0
  120. end
  121. end
  122.  
  123. is.Torso.Touched:connect(onTouch)
  124.  
  125. while true do
  126. wait()
  127. game.Workspace[iz].Head.BrickColor = BrickColor.new('Magenta')
  128. game.Workspace[iz]['Right Leg'].BrickColor = BrickColor.new('Magenta')
  129. game.Workspace[iz]['Left Leg'].BrickColor = BrickColor.new('Magenta')
  130. game.Workspace[iz]['Right Arm'].BrickColor = BrickColor.new('Magenta')
  131. game.Workspace[iz]['Left Arm'].BrickColor = BrickColor.new('Magenta')
  132. game.Workspace[iz].Torso.BrickColor = BrickColor.new('Magenta')
  133. game.Workspace[iz].Head.face.Texture = 'http://www.roblox.com/asset/?id=275347097'
  134. end
  135.  
  136. while true do
  137.  
  138. wait(0.5)
  139. game.Lighting.TimeOfDay = "01:11:11"
  140.  
  141. end
  142.  
  143. print("teletubbies are hot")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement