Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --script created by basstracker1970
- wait(1)
- Player = game:GetService("Players").LocalPlayer
- Character = Player.Character
- Mouse = Player:GetMouse()
- Player.Character.Humanoid.WalkSpeed = 10
- Player.Character.Torso.Anchored = true
- intro = Instance.new("Sound")
- intro.SoundId = "rbxassetid://239202147"
- intro.Name = "intro"
- intro.Parent = game.Workspace
- intro:Play()
- wait(15)
- Player.Character.Torso.Anchored = false
- theme = Instance.new("Sound")
- theme.SoundId = "rbxassetid://429519670"
- theme.Name = "Theme"
- theme.Looped = true
- theme.Parent = game.Workspace
- theme:Play()
- Player.Character.Torso.Touched:connect(function(hit)
- if hit.Parent:FindFirstChild("Humanoid") then
- kill = Instance.new("Sound")
- kill.SoundId = "rbxassetid://425312404"
- kill.Name = "intro"
- kill.Parent = game.Workspace
- kill:Play()
- hit.Parent:BreakJoints()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement