Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i, v in pairs(game.Players:GetDescendants()) do
- if v.Name == "Role" and v.Value == "Survivor" then
- printoutput(v.Parent.Parent.Name .." is a Survivor")
- elseif v.Name == "Role" and v.Value == "Impostor" then
- printoutput(" " .. v.Parent.Parent.Name .." is a Imposter")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement