Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Thomas script by Donny526! --
- -- Donny526#1886--
- -- P.S. I got bored --
- wait(.2)
- player = game.Players.LocalPlayer
- char = player.Character
- human = char:WaitForChild("Humanoid")
- print(player.Name.." is using the Thomas script made by Donny526!")
- wait()
- char:WaitForChild("Left Arm").Transparency = 1
- char:WaitForChild("Right Arm").Transparency = 1
- char:WaitForChild("Left Leg").Transparency = 1
- char:WaitForChild("Right Leg").Transparency = 1
- char:WaitForChild("Head").Transparency = 1
- char:WaitForChild("Head").face.Transparency = 1
- human.MaxHealth = "inf"
- human.Health = "inf"
- human.WalkSpeed = 64
- human.JumpPower = 125
- wait()
- torso = char:WaitForChild("Torso")
- thomasmesh = Instance.new("SpecialMesh",torso)
- thomasmesh.MeshType = "FileMesh"
- thomasmesh.MeshId = "rbxassetid://1387450306"
- thomasmesh.TextureId = "rbxassetid://1387450322"
- thomasmesh.Scale = Vector3.new(1.5,1.5,1.5)
- wait()
- charamount = char:GetChildren()
- for i=1, #charamount do
- if (charamount[i].className == "Accessory") then
- charamount[i]:remove()
- end
- end
- music = Instance.new("Sound",char)
- music.SoundId = "v"
- music.Volume = 2.5
- music.Looped = true
- wait()
- music:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement