Advertisement
squidingtin

Impostor [Beta]

Sep 19th, 2020 (edited)
16,241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for i, v in pairs(game.Players:GetDescendants()) do
  2.     if v.Name == "Role" and v.Value == "Survivor" then
  3.         printoutput(v.Parent.Parent.Name .." is a Survivor")
  4.     elseif v.Name == "Role" and v.Value == "Impostor" then
  5.         printoutput("       " .. v.Parent.Parent.Name .." is a Imposter")
  6.     end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement