Advertisement
PoznavateI1

guard

Jun 9th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. local victim = ""
  2. local dallas = game.ReplicatedStorage.Robber:Clone()
  3. dallas.Parent = workspace
  4. dallas.HumanoidRootPart.CFrame = game.Workspace[victim].HumanoidRootPart.CFrame
  5. local sound = Instance.new("Sound",workspace.Robber.Head)
  6. sound.SoundId = "rbxassetid://3275954392"
  7. sound.Volume = 2
  8. sound.MaxDistance = 5000000
  9. sound:Play()
  10. local omg = Instance.new("ReverbSoundEffect",sound)
  11. game.Chat:Chat(game.Workspace[victim].Head,"no",Enum.ChatColor.White)
  12. wait(5)
  13. game.Workspace[victim].Humanoid:TakeDamage(500)
  14. local sound = Instance.new("Sound",workspace.Robber.Head)
  15. sound.SoundId = "rbxassetid://408950203"
  16. sound.Volume = 2
  17. sound.MaxDistance = 5000000
  18. sound:Play()
  19. game.Workspace[victim].Humanoid.Died:Connect(function()
  20. local sound = Instance.new("Sound",workspace.Robber.Head)
  21. sound.SoundId = "rbxassetid://3275954884"
  22. sound.Volume = 2
  23. sound.MaxDistance = 5000000
  24. sound:Play()
  25. wait(10)
  26. dallas:Remove()
  27. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement