Advertisement
Josemmoya

Untitled

Jan 1st, 2021
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. local d = workspace:GetChildren()
  2. for i=1, #d do
  3. if (d[i].className == "Model") then
  4. if d[i]:WaitForChild('Knife') ~= nil then
  5. warn(d[i].Name.. ' is the murderer.')
  6. end
  7. end
  8. local d = game.Players:GetChildren()
  9. for i=1, #d do
  10. if (d[i].className == "Player") then
  11. if d[i]:WaitForChild('Knife') ~= nil then
  12. warn(d[i].Name.. ' is the murderer.')
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement