Advertisement
Hydasi

LGBTQ+ Hangout - Kill All

Mar 18th, 2023
933
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. --BROUGHT TO YOU BY RSCRIPTS.NET!--
  2.  
  3.  
  4. while true do
  5. local LP = game:GetService("Players").LocalPlayer
  6. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  7. if v and v.Character and v ~= LP and v.Character:FindFirstChild("Head") then
  8. local hrp = v.Character:FindFirstChild("Head") --// I thought of using humanoidrootpart first but it works better with the head!
  9. hrp:BreakJoints()
  10. hrp.Transparency = 0
  11. hrp.BrickColor = v.TeamColor
  12. hrp.Anchored = true
  13. hrp.CanCollide = false
  14. pcall(function()
  15. hrp.CFrame = LP.Character.HumanoidRootPart.CFrame * CFrame.new(1,0,-3.5)
  16. end)
  17. end
  18. end
  19. wait(5)
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement