of     1   

Immuno
#143146151Sunday, August 10, 2014 2:23 AM GMT

Well, I'm relatively new to scripting, been on ROBLOX account to account since 09, never learned how to. I finally wanna start somewhere, and that's by making a new game, now if anyone could help me with this, how would I go about making a script choose one person, give them a tool, and make them look different? I want to make a game that randomly chooses a player, gives them the tool, and makes them look like the "monster" Any help?
BLOXLUA
#143146261Sunday, August 10, 2014 2:25 AM GMT

I think you should try learning to script a little bit more, but here on Scripting Helpers we fix code, not make new code for people. Though there are some people who will be generous and make it for you.
Immuno
#143146933Sunday, August 10, 2014 2:33 AM GMT

Oh, my mistake. Sometimes I see people just give out scripts, sorry, but could you maybe help me out? local Tool = game.Lighting["Tool Name"] Tool:Clone().Parent = game.Players:GetChildren()[math.random(1, #game.Players:GetChildren())].Backpack? I have this, which should choose a random person and give them the tool, but now I just need the part that'll make the chosen one look different..
BLOXLUA
#143149311Sunday, August 10, 2014 3:02 AM GMT

Change the CharacterAppearance property in the player and then LoadCharacter or kill it.
KnightmareXD
#143149455Sunday, August 10, 2014 3:03 AM GMT

You should set the player as a variable and access the player's character to adjust specifics inside manually: the brick color, package, etc.

    of     1