Advertisement
memberhero

??? Script

Nov 20th, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. --script created by basstracker1970
  2. wait(1)
  3. Player = game:GetService("Players").LocalPlayer
  4. Character = Player.Character
  5. Mouse = Player:GetMouse()
  6. Player.Character.Humanoid.WalkSpeed = 10
  7. Player.Character.Torso.Anchored = true
  8. intro = Instance.new("Sound")
  9. intro.SoundId = "rbxassetid://239202147"
  10. intro.Name = "intro"
  11. intro.Parent = game.Workspace
  12. intro:Play()
  13. wait(15)
  14. Player.Character.Torso.Anchored = false
  15. theme = Instance.new("Sound")
  16. theme.SoundId = "rbxassetid://429519670"
  17. theme.Name = "Theme"
  18. theme.Looped = true
  19. theme.Parent = game.Workspace
  20. theme:Play()
  21. Player.Character.Torso.Touched:connect(function(hit)
  22. if hit.Parent:FindFirstChild("Humanoid") then
  23. kill = Instance.new("Sound")
  24. kill.SoundId = "rbxassetid://425312404"
  25. kill.Name = "intro"
  26. kill.Parent = game.Workspace
  27. kill:Play()
  28. hit.Parent:BreakJoints()
  29. end
  30. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement