Hello, I study modelling and texturing, not scripting. I have NEVER understood scripting and wasted a lot of time making sure the } or ] is in the right place, so currently I am copy pasting so I can focus on other things. Recently I redid the 'Clock' tutorial using a clock model I made myself. and I have been learning to…
Hi! Simple question: do you absolutely have to do it via script? If, indeed, you are just "copy-pasting so you can focus on other things", why not try creating a simple animation for the flicker? Lots of random values with linear interpolation between each. Anyway, if you're trying to learn how to actually do it by script,…
Hi oraeles77, Are you still looking for a solution? If So I might be able to help. I am not a programmer either but I am studying it as a hobby as I am more of a 3D artist. I made a script for my game that gets the emissive to flicker. It may not be the best and well optimized script but it works for what I wanted it for.…
You could do some research on using sine waves. Start out with 2 or three at various frequencies(speed), and multiply them together, that'll give you a sort of flickering.
Frankly then you will never get rid of the problem. Spending a few hours and days in coding might safe you a lot of headaches. But if you want to avoid it then the animation system as mentioned is probably a good solution for you. Placing some random keyframes and making it loopable will work.