Advertisement
Donny526

Thomas Script for Script Builder

Jul 4th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. -- Thomas script by Donny526! --
  2. -- Donny526#1886--
  3.  
  4. -- P.S. I got bored --
  5.  
  6. wait(.2)
  7.  
  8. player = game.Players.LocalPlayer
  9. char = player.Character
  10. human = char:WaitForChild("Humanoid")
  11.  
  12. print(player.Name.." is using the Thomas script made by Donny526!")
  13.  
  14. wait()
  15.  
  16. char:WaitForChild("Left Arm").Transparency = 1
  17. char:WaitForChild("Right Arm").Transparency = 1
  18. char:WaitForChild("Left Leg").Transparency = 1
  19. char:WaitForChild("Right Leg").Transparency = 1
  20. char:WaitForChild("Head").Transparency = 1
  21. char:WaitForChild("Head").face.Transparency = 1
  22. human.MaxHealth = "inf"
  23. human.Health = "inf"
  24. human.WalkSpeed = 64
  25. human.JumpPower = 125
  26.  
  27. wait()
  28.  
  29. torso = char:WaitForChild("Torso")
  30.  
  31. thomasmesh = Instance.new("SpecialMesh",torso)
  32. thomasmesh.MeshType = "FileMesh"
  33. thomasmesh.MeshId = "rbxassetid://1387450306"
  34. thomasmesh.TextureId = "rbxassetid://1387450322"
  35. thomasmesh.Scale = Vector3.new(1.5,1.5,1.5)
  36.  
  37. wait()
  38.  
  39. charamount = char:GetChildren()
  40.  
  41. for i=1, #charamount do
  42. if (charamount[i].className == "Accessory") then
  43. charamount[i]:remove()
  44. end
  45. end
  46.  
  47. music = Instance.new("Sound",char)
  48. music.SoundId = "v"
  49. music.Volume = 2.5
  50. music.Looped = true
  51. wait()
  52. music:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement