PointLight
PointLight is a versatile light source in Roblox Studio that emits light uniformly in all directions from a central point. It is great for simulating light bulbs, lamps, and other small light sources. Below are key properties and uses for PointLight.
Key Properties of PointLight
- Brightness: Controls the intensity of the light. Higher values make the light brighter.
- Range: Determines how far the light travels. A higher range will illuminate a larger area.
- Color: Adjusts the color of the light. This can be used to simulate different light temperatures or effects.
- Shadows: Toggles whether shadows are cast by the light. This can create more realistic lighting effects.
Common Uses for PointLight
- Simulating Light Bulbs: PointLight is perfect for creating light sources inside buildings or rooms, like lamps or ceiling lights.
- Creating Small Light Effects: It can be used for effects like candles, torches, or other small, localized light sources.
- Highlighting Objects: PointLight can be used to highlight specific objects in your scene by placing it near them, creating a glow effect.
Tips for Using PointLight Effectively
- Use a lower range value if you want the light to only affect a small area, such as inside a room or on a single object.
- Experiment with the Color property to create warmer or cooler light effects for different atmospheres.
- Combine PointLight with materials like Glass to simulate light passing through objects and creating interesting reflections and refractions.