Better Lighting | The Lighting Present That Does It For You

I don’t mean “don’t hate, it’s new” by any means, I understand everyone’s opinion on it and I’m making it better every time someone gives feedback. Anyone can hate or like it.

1 Like

After fixing the code, you only get this out of the resource:

local lighting = game.Lighting

for _, v in pairs(script.Parent.BetterLighting:GetChildren()) do
	v.Parent = lighting
end

lighting.Brightness = 1.6
lighting.Ambient = Color3.new()
lighting.ShadowSoftness = 0.4
lighting.ClockTime = 12.5

image

It’s not much a resource, sorry.

2 Likes

He did say it was light weight tho… :sob:

2 Likes

Fair. :joy:
Ah, I probably shouldn’t have said “light-weight” knowing it probably isn’t because I’m new.
Well at least I know how to make it “light-weight” now! Lol.

2 Likes

What is this and what is a realism model???!!??!!???

4 Likes

it is? theres no loop or runservice connections lol

3 Likes

It’s essentially just a lighting preset.

3 Likes

Pretty much, I’m trying to work on more actual features right now.
So far, I simplified the code similar to what you showed. Just modified.
I’m also working on more stuff.

Very lightweight indeed… I recommend going to reddit instead. Use DevForum to ask questions or post finished projects.

1 Like

i fully expected this to be a port of UE6.

4 Likes

Don’t post this as vague “realism model” but just call it “lighting preset”. Clickbait and misinformation are quick ways to gain a lot of hate on a resource.

1 Like

The Model That Does It For You

Yet you haven’t really explained what it actually does for us.

1 Like

Fair, Thanks for you feedback.
It has been changed. :sweat_smile:

I don’t know if the description ‘hidedetails’ thing is enough, if it isn’t then I could add more.

I always think that on anything related to lighting. Sadly with Roblox’s 30 decade old engine games looking like UE5 is impossible. Excluding Frontlines.

I recently made CONFIG for Better Lighting now, Make sure you guys get the updated model to edit what skies you use!

I’m working on it right now, and you guys can not vote on a poll from 1-10 on the model on this topic.

Better Lighting still needs feedback, and 'till I have more feedback I won’t update it due to the fact I have no idea on what to add.

I’ve recently made something new that might inspire you. Day Night Weather Cycle - Lighting & Terrain Shader Algorithm + Artificial Sun - Clean Efficient [Open-Source]

The code is open source so feel free to use it how you wish.

1 Like

Sorry, I make all my code.
But I could gladly take inspiratiom.

Basically it includes a table with all the properties of lighting mapped to different times and a way to tween the terrain color over time.

1 Like