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. |