Advertisement
1e_0

Untitled

Dec 6th, 2020
2,494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. -- R6 and R15 Headless (ONLY WORKS FOR RAGDOLL ENGINE)
  2.  
  3. -- change all VICTIM to Victim's user
  4.  
  5. --this makes you headless and nameless in ragdoll engine
  6.  
  7. -- credit: 0SadEvil
  8.  
  9. local tool
  10. for i,v in pairs (game.Players:GetPlayers()) do
  11. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  12. if tool then break end
  13. end
  14.  
  15. for i,v in pairs (game.Players:GetPlayers()) do
  16. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  17. if tool then break end
  18. end
  19.  
  20. for i,v in pairs(workspace.VICTIM.Head:GetChildren()) do
  21. tool.TransEvent:FireServer(v,1)
  22. end
  23.  
  24. for i,v in pairs(game:GetService("Players").VICTIM.Character:GetChildren()) do
  25. if v.Name == "Head" and v:GetDescendants() then
  26. tool.TransEvent:FireServer(v,1)
  27. end
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement