Hello, Developers this is my first module that i made what this module for? do you notice that some of the horror games has terrible lighting but some of them are great i made ProLight+ to make realistic lighting
Can’t tell the difference? ok here’s only Roblox’s
Still can’t?? Ok another one
Roblox:
ProLight+:
See the difference now? good now u will be asking how am i going to make it work?
local Prolight = require(game.ReplicatedStorage["ProLight+"])
local Part = script.Parent
local light = Prolight.CreateLight(
8, -- Light Layers Minimum layers is 1 and the max is 10
"PointLight", -- Light Type "SpotLight", "SurfaceLight", "PointLight"
Part, -- Where the light parented to
2, -- Brightness
150, -- Angle only for "SpotLight" and "SurfaceLight"
40, -- Range of the light
"Bottom", -- Face only for "SpotLight" and "SurfaceLight"
true, -- Shadows for the light
Part.Color, -- Color to the Lights
true, -- Fog
0.5 -- FogSize
)
light:EnableLight() -- Enable Light
light:DisableLight() -- Disable Light
light:DestroyLight() -- Destroy Light
Now u been wondering how does it work? it works by layering the lights and it gives the same realistic lighting effect
Oh wait almost forgot here’s the Module ProLight+, and don’t forget to leave a credit
Always check for new updates*
Rate?
- 5 Stars
- 4 Stars
- 3 Stars
- 2 Stars
- 1 Stars
0 voters