Advertisement
SnowyBearYt

Headless Script roblox

May 7th, 2021
1,393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. local tool
  2. for i,v in pairs (game.Players:GetPlayers()) do
  3. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  4. if tool then break end
  5. end
  6.  
  7. for i,v in pairs (game.Players:GetPlayers()) do
  8. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  9. if tool then break end
  10. end
  11.  
  12. for i,v in pairs(workspace.YourNameHere.Head:GetChildren()) do
  13. tool.TransEvent:FireServer(v,1)
  14. end
  15.  
  16. for i,v in pairs(game:GetService("Players").YourNameHere.Character:GetChildren()) do
  17. if v.Name == "Head" and v:GetDescendants() then
  18. tool.TransEvent:FireServer(v,1)
  19. end
  20. end
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement