Is there a code to make some parts glow like lanterns?
You can use code to achieve this, but the most common (and regular) way of doing this is to just insert a PointLight into the brick you wish to act as a light. The PointLight can be found under Insert>Objects..>PointLight
If you have the command-bar open, you can select the part and run this line
Instance.new("PointLight", game.Selection:Get()[1]))
It takes use of the Selection-service natively in ROBLOX to get your first selected object.
Locked by BlueTaslem
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?