Advertisement
RileyCallan

headless script

Jan 6th, 2021
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 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:GetService("Players").xXdude_lord.Character:GetChildren()) do
  8. if v.Name == "Head" and v:GetDescendants() then
  9. tool.TransEvent:FireServer(v,1)
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement