Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tool
- for i,v in pairs (game.Players:GetPlayers()) do
- tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
- if tool then break end
- end
- for i,v in pairs(game:GetService("Players").NAMEHERE.Character:GetChildren()) do
- if v.Name == "Head" and v:GetDescendants() then
- tool.TransEvent:FireServer(v,1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement