Advertisement
RileyCallan

faceless script

Jan 6th, 2021
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. for i,v in pairs (game.Players:GetPlayers()) do
  2. tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
  3. if tool then break end
  4. end
  5.  
  6. for i,v in pairs(workspace.xXdude_lord.Head:GetChildren()) do
  7. tool.TransEvent:FireServer(v,1)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement