How to Change Lighting Depending where you are! (Roblox Studio)
Вставка
- Опубліковано 5 лют 2025
- Check out my asset store! (Free Stuff to!): shoprobuilder....
For weekly Asset Packs check out our Patreon!: www.patreon.co...
RoBuilder Discord
/ discord
RoBuilder Fan Shirt
www.roblox.com...
Thanks for watching! Discord -- / discord
tutorial starts at 2:18
You are a legend.
W@@Karixity
Damn 2:18 minutes of yapping
@@saltedcaramel536 lol
nah tutorial doesnt start, he just explains what happens, doesnt actually explain what to do ;(
how to make fog in certain part of the map "I won't show the script" very good tutorial mate
lfmao
nice "tutorial" it "helped" me "so much" "thx"
Dude if u making tutorial, u have to show how it works, u cant just make us follow the entire guide just to the end say that u not gonna go through the script, now i have useless folders because i cant get the scripts
2:00 he has it in his discord
btw write your dizzy, ill send you the file
@@andriy3909 pok#6307 send me please
@@andriy3909 dizzy? this isint roblox lmao it ain't gonna tag
@@TerpiGames prolly just likes calling it dizzy
LETS GO MY SUGGESTION GOT IN A VIDEO 💙❤️
Niceeee
Noice
Good
Same dude
finally he uploaded a tutorial I was waiting ages for a tutorialll
if you do something like flying at the start i recommend using/adding a no-clip command 🙂
I needed these now and you uploaded it on the right time man! Thanks!
could you maybe send me the scripts cuz on the discord server they got deleted
@@filipposangeloudis3003 write your dizzy, ill send you the file
@@andriy3909 can you send it to me
@@andriy3909dc: D? # 2055
Can u send me
@@andriy3909 Can you send it to me? my user is gamafydev
As a scripter I can tell you that he added a lot of useless modules, just for someone wanting lighting to change while touching parts and atmosphere also seems useless it only adds a fog, colored fog, you can just set atmosphere density in lighting settings and your good, I can do all of this with zones just with one local script
can you tell me the script im pretty new to all these stuff and im i need it for a lobby type of thing can u help?
i tried to attempt this, but handling the removal of the old lighting objects is tricky with Touched event, would you be able to give me the script please? I really need to get this game finished.
pls reply i need that local script too
@@BlaBla255 yes i got it i hope it helps:
I deleted the sky in lighting service and added sky in replicated storage here sky1 is normal sky and sky2 is changed one
local work = game:GetService("Workspace")
local skybx = work:WaitForChild("skybox")
local rep = game:GetService("ReplicatedStorage")
local sky1 = rep:WaitForChild("sky1")
local sky2 = rep:WaitForChild("sky2")
local lit = game:GetService("Lighting")
skybx.Touched:Connect(function()
sky1.Parent = rep
sky2.Parent = lit
end)
skybx.TouchEnded:Connect(function()
sky1.Parent = lit
sky2.Parent = rep
end)
this should be in local script. path is starterplayer/starterPlayerScripts/this local script
I have been struggling to find simpliest script to do that, and you happened to know. By any chance did you drop a tutorial about it?
Never expected a video like this
been needing this for ages tysm
nice way of getting people to join your discord
Guys this game will be so good
you are the best
just one question, i want a smooth transition from day to night, how do i do that?
This is literally the only video with this tutorial. Thank you
even on explaining of how to do it its still very hard, like u still gotta need all the scripts to make it, and not just parts and folders
lighting makes your game look better
a life saver! i literally needed this for a game
This is helpfull becouse u can make space at spacific altitude like in Plane crazy or even in Build a boat :D
THANK YOU SO MUCH ROBUILDER! 💓
This is really cool.
Best tutorial 10/10 👍👍
I literally just woke up
Me too loooool
Same lmao
thx man😀
CAN YOU PLEASE PACK THE PACK IN THE DESCRIPTION?
Anyone else wondering when Robuilder is going to continue with his line runner game?
yes
i am
Yeah
yup
tut nice
*When you need this script but it no longer exists because life is pure pain*
relatable
wdym? i got it in their discord
@@taxcilvaxax2929 i cant find it tho could u tell me which channel did u find it from or smth
@@gladyl385 write your dizzy, ill send you the file
write your dizzy, ill send you the file
Question: How do you change lighting [ Ambient, Brightness, Outdoor ] and not just the sky, atmosphere, and effects.
How do you add ambient inside a folder.@BlackDrake
@BlackDrake ambient is a property in lighting not an effect
I don't think you can..
@BlackDrake you have spelling problems?
bro and the script?
This will help with me simulator
Great as always
my problem is that the atmosphere and colorcorrect dont work. Which means when i go to a different zone, the atmosphere its 0 instead of the number i putted and only it works with the first zone.
how do you change lighting and music depending on time of day
Dude just add like a block and connrct the sound you eant to it, the block is gonna be the sound radious and if it doesnt work try turning on volumetric audio in sound service
Please continue the turning free game into 100k robux series
oh btw that hd admin feature to "hide" the icon is fake, I tried it on my games and the icon is just hidden for the owner but not for the other players
pretty sure you can just remove the icon from the game and itll work fine
@@chrissametrinequartz9389 no because hd admin has a require script so the hd admin icon loads after u play the game
@@epixerty cant you just remove it?
@@chrissametrinequartz9389 sadly not unless you put an other gui over the icon
Um... where can I find the scripts? I kinda need those.
you are the best youtuber
Another thumbs up for you! Great vids
What happened to your series! I miss it so much! Please make another Fixing Free Games episode!
Hey RoBuilder could you do the same thing but it changes at a separate time in the day (Day/Night or Morning/Evening). This would help so much and keep my game looking fresh and new all the time.
@Tariq Ahmed hes talking about a day/night cycle script like when its night time it changes by it self automatically
@Tariq Ahmed I was just watching what was on my recommended and decided to fix the misunderstanding
THANK YOU
does anybody has the scripts? i really want to do that lighting changing thing but I couldn't find the scripts anywhere and this is thw only video I found talking about it...
In the discord
@@Jeehhh it didn't help because this was made in 2021
idk why u didnt show the scripts if you were making a "how to" video lol
What about changing the sky color by the distance of the player with the middle of the place.
I have been looking for this video for ever
where is the script
is there any way to change the time of day within these zones?
Could you Post the Script in a Pastebin in the Description pls?
It didn't work now its just taking space ingame
what music did you used its so cool
is it possible to do the same thing but have it affect the terrain colour's as well?
no
you can, just a little more difficult (or at least for me it was)
could you maybe show how to do this with guis?
I’m kinda confused why do I need so many parts if the lighting just doesn’t reset when I leave a place?? Can’t I just do a little cube per every level??
oo thanks new sub
And where do I get these scripts?
write your dizzy, ill send you the file
@@andriy3909 i dont need it anymore it's been 8 months 💀, but ty
tanks
yo can u do like, when u enter a zone, the name of the zone appears on the screen?
i have the file and it works in its own separate thing but when i put it in my game it does not work. Anyone know how to fix this?
i was just watching a simlatour game in roblox and i was wodering how change light
Coding is so over complicated, at least I can build well
I wanna do this but also include sounds and a Screen GUI. Can anyone help me with this?
This is an ad, not a tutorial.
hmm mine didnt work? once i moved the parts they didnt work
Where do we find it? You didn't put a download link.
Yeahhh, cool, but where do we get this lighting change depending on where you are? In the descritpion its not there, it aint in the comment section either, and nobody can re-write all those scripts over there.
he said it was in his discord
I cant get the studio file because I'm banned from the discord server but I havent done anything?
is it possible to put regions inside or regions?
All of that just to change some lighting settings
UGH!
Can it be with different shapes?
doesnt help at all, show the scripts???
where do i find the scripts?
discord
Or just use jtoh lighting changers
how do you even get the model dude??
Cool video
how am i supposed to make it if i dont have scripts
when is the game coming out?
Hey I can't join the discord, had to make a new account recently due to my account being disabled.
Could you just link the asset in your video?
Is it okay to put a zone inside a zone?
HOW DO I GET THIS FILE NOW AFTER THE SERVER WAS HACKED?
this is EXACLTY what i needed, but for some reason it doesn't work at all
where can i get all those script ?
Discord invite is invalid..
game?
you dident help at all
write your dizzy, ill send you the file
@@andriy3909idk if he will respond can you help me though?
@@Raydinosaurmaster give me your discord
@andriy3909 idk bout him but mines helprtr
@@andriy3909richblonde , I need it
is there a way to make this server sided?
Yea, you'd script it using FireAllClients.
@@gyrthez246 thx
nice
You didn’t do the script so I don’t now how to do this:(
write your dizzy, ill send you the file
Its on his discord
How to remove the fog from the zones?
its a setting in atmosphere
3:15
You know instead of draging the video on for 6 entire minutes could you just get straight to the point?
lmao this isnt even a tutorial
write your dizzy, ill send you the file
Real i just wasted my time watching this
@@andriy3909lilz#0039
RoBuilder can u pls send me download link for cartoon water
wheres the link to the script?
Fixing FREE Roblox Games! (Do This and make ROBUX)
I want more.
could someone who has this script please llink it since its not on their new discord? thx
how the hell i make scripts
write your dizzy, ill send you the file
REUPLOAD THE FILE THIS BACK ON THE NEW DISCORD PLEASE!!!!!!!!
How to make ? i want skripts and more :(
Scripts*
your dms are off I cant send you a build- to fix-🤐
Anyone Have the Scripts that you could send me though discord?
i cant go to your discord