Can you make a script where the game can insert a pointlight into your character? If so, how do I do it?
Er, relatively easy.
Instance.new("PointLight", [INSERT PART DIRECTORY HERE])
I'm Aurum, and you're welcome.
You'd need to use a LocalScript to place it in a character. Place the following script in the 'StarterPack' section.
L = Instance.new("PointLight", script.Parent.Torso)