Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

How do I make a game where a random person is chosen to be something then others need to kill it?

Asked by 10 years ago

How do I make a game where a random person is chosen to be something, then the others need to defeat it before it kills them? Also, if time runs out, or the selected player defeats the others, the one selected wins and the round restarts. In short, i'm asking how to I make a game similar to darkness 2, possession, the stalker, and murder mystery.

2 answers

Log in to vote
0
Answered by
MrFlimsy 345 Moderation Voter
10 years ago

This is not a request website. Read this blog post for more information.

Ad
Log in to vote
0
Answered by
M39a9am3R 3210 Moderation Voter Community Moderator
10 years ago
Killer = game.Players:GetChildren()[math.random(1,#game.Players:GetChildren())]

You'll have to make the rest of the script, this is not a request site.

Answer this question