I’m testing in studio with lights to create a lighting system for my game. Usually if you look directly at a light you get an effect similar to this neon effect. https://gyazo.com/e565623b0bbeef88c6005a625b90fa3b
How do I change the range where this effect starts? I’m looking to create something like a number sequence for it.
Also if you have any ideas on how to create something like a flare around the object that would help.
Have you checked out the documentation? BloomEffect | Roblox Creator Documentation
You could try getting the player’s distance from the part, then adjusting the intensity/size of the bloom effect? (Although this would affect every light source in the player’s field of view).