of     1   

DrCherryTop
#122168096Friday, January 03, 2014 11:11 PM GMT

I'm wanting to make a script, where every player has a pointlight in there torso, for light in my horror game. I have no idea how to make that, anyone help?
chickenman158
#122169958Friday, January 03, 2014 11:29 PM GMT

ヽ༼ຈل͜ຈ༽ノ
Decompiler
#122170721Friday, January 03, 2014 11:36 PM GMT

1) Learn to script. 2) Script it. 3) ??? 4) Profit!
VanillaLight
#122171188Friday, January 03, 2014 11:41 PM GMT

Is iron man involved in your chest light horror game?
DrCherryTop
#122174354Saturday, January 04, 2014 12:13 AM GMT

Bump
Decompiler
#122174881Saturday, January 04, 2014 12:18 AM GMT

I already said the answer. Please, use it.
TheNickmaster21
#122176168Saturday, January 04, 2014 12:30 AM GMT

That was a funny bump
RottenWraith
#122177379Saturday, January 04, 2014 12:41 AM GMT

Players = game.Players:GetChildren() for i = 1,#Players do -- Create the light here Light.Parent = Players[i].Character.Torso end I left the part that creates the light out, if you want to learn to script you have to start somewhere. Check the wiki for help or ask on scripting helpers.
DrCherryTop
#122188699Saturday, January 04, 2014 2:30 AM GMT

Thanks Sam! I'm trying to learn, but this part felt complicated. Thanks.

    of     1