How do I change the light which I have put in side a players sword according to his/her team color?
local tool = script.Parent local light = tool.PointLight local player = game.Players.localplayer light.Color = player.TeamColor
This is inside handle which have the point light.
Closed as Not Constructive by Goulstem, woodengop, and dyler3
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?