Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Hello, You Cannot find Thomas Train ROBLOX Script on PasteBin? Because, i'll remake this!
- local Plr = game.Players.LocalPlayer
- local PChar = Plr.Character
- wait(0.5)
- local CharPart = Instance.new("Part", PChar)
- CharPart.Size = Vector3.new(9.067, 12.97, 29.795)
- CharPart.Rotation = Vector3.new(-180, 0, -180)
- CharPart.Name = "Danky"
- CharPart.CanCollide = true
- local CharMesh = Instance.new("SpecialMesh", CharPart)
- CharMesh.MeshId = "rbxassetid:///2711200633"
- CharMesh.Scale = Vector3.new(0.03, 0.03, 0.03)
- local CharWeld = Instance.new("Weld", PChar.Torso)
- CharWeld.Part0 = CharPart
- CharWeld.Part1 = PChar.Torso
- CharWeld.C0 = CFrame.Angles(0, math.pi, 0)
- CharWeld.Name = "DankyWeld"
- local CharLight = Instance.new("SpotLight", CharPart)
- CharLight.Face = "Back"
- CharLight.Range = 60
- local Humanoid = PChar:WaitForChild("Humanoid")
- Humanoid.WalkSpeed = 100
- local Music = Instance.new("Sound", CharPart)
- Music.SoundId = "rbxassetid://190141163"
- Music.Volume = 1
- Music.Looped = true
- Music:Play()
- CharPart.Touched:connect(function(ChildTouched)
- if ChildTouched.Parent:FindFirstChild("Humanoid") == nil then else
- if ChildTouched.Parent.Name == Plr.Name then return end
- local BomSFX = Instance.new("Sound", game.Workspace)
- BomSFX.SoundId = "rbxassetid://141679994"
- BomSFX.Volume = 1
- BomSFX:Play()
- ChildTouched.Parent:FindFirstChild("Humanoid").Health = 0
- end
- end)
- wait(0.5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement