of     1   

Callifax
#153395954Tuesday, January 06, 2015 4:28 PM GMT

I'm trying to make a script that will randomly select one player and give him/her gears while the rest are different. Just like the murderer games, where there will be one murderer, one sheriff, and the rest are innocent. I'm not trying to make a murder game, I just need the script that randomly select one player and gives the tools The wiki doesn't really help much, especially for beginners like me. Thanks.
BILLYBOB1509
#153395984Tuesday, January 06, 2015 4:29 PM GMT

Sorry, I'm no scripter but I can build.
Callifax
#153396822Tuesday, January 06, 2015 4:59 PM GMT

**Hey** I don't need any help in building, but I might talk to you later on for any help with building stuff. All I need is this script
lawfornoobs
#153397266Tuesday, January 06, 2015 5:14 PM GMT

Wrong forum lol... but... I'd recommend the scripting forum and taking a look at some of the ROBLOX scripting helpers websites such as scriptinghelpers.org
Callifax
#153397818Tuesday, January 06, 2015 5:34 PM GMT

Correct forum; Scripters forum is anything about scripting that is **not** a help request or topic belongs here I believe ScriptingHelpers.org don't provide any requests, they edit the script that you made I don't learn scripts unless I'm given an example. Thanks anyways :)
Callifax
#153398293Tuesday, January 06, 2015 5:48 PM GMT

BUMP
Sunsteel_Strike
#153398543Tuesday, January 06, 2015 5:55 PM GMT

local numplayer = math.random(1,#game.Players:GetPlayers()) local player = game.Players[numplayer] something like that. Have you tried turning it off and on?

    of     1