Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why can't I change outdoor ambient in game? Is my script wrong? [closed]

Asked by 6 years ago

This testing script works perfectly in studio, but in game does nothing. What's wrong with it?

script.Parent.CL.MouseClick:connect(function()
    game.Lighting.OutdoorAmbient = Color3.new(255/255, 0/255, 0/255)
end)

Closed as Not Constructive by unmiss

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?