Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local d = workspace:GetChildren()
- for i=1, #d do
- if (d[i].className == "Model") then
- if d[i]:WaitForChild('Knife') ~= nil then
- warn(d[i].Name.. ' is the murderer.')
- end
- end
- local d = game.Players:GetChildren()
- for i=1, #d do
- if (d[i].className == "Player") then
- if d[i]:WaitForChild('Knife') ~= nil then
- warn(d[i].Name.. ' is the murderer.')
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement