I have a very weird issue. In my game, I’m trying to change the FogEnd for a certain event. This event is controlled mainly by one script that branches into a few other smaller scripts. This works in studio, like a lot of other issues I have, it doesn’t work in a server… I get no errors in the console, client or server, so it is really confusing.
I’ve tried many things to attempt to make this work. I’ve tried making it a localscript, I’ve tried making a separate script that deals with it, I’ve tried putting a script in Lighting that changes it when the first script is activated, and I’ve checked for other scripts that might be affecting the FogEnd. None of these worked.
Also, I’ve looked all over the wiki, and other sources I could find. None of them provided any (working) answers.
Prior to this, I tried getting answers from ScriptingHelpers. One person replied, but after I replied back they didn’t respond…
This has put a halt to the production of my game, so thanks for the help in advance!
I figured it out! I can’t believe I didn’t think of this, but there was a setting in the admin i used that disabled changes to lighting. Sorry! It works now.