Roblox Studio - Building Tutorial | Advanced Lighting

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 71

  • @bone_blox
    @bone_blox  Місяць тому +20

    Something i ENTIRELY glossed over, i mentioned it in a few other videos but i really should've made it clear here.
    You want to set your lighting technology to "FUTURE" (What is future? and what is the difference)
    Well future lighting is a ray casted lighting system on Roblox which actually allows for predicted light shadows, and better pbr capabilities.
    (How do i turn it on?)
    In the properties tab of lighting, you will find "Technology", this will have a dropdown menu with Voxel, Shadow map, And Future. (Future is the best one)
    (Why is nothing changing?)
    You might have your studio graphics turned down, Press alt + S (settings) and go to rendering, and change studio editor quality to 21, (this might lag f you have a bad pc, just do it for photos)
    (It still looks bad!)
    You might have to readjust your light points, as its pretty different to shadow map, and will look confusing if you have it the exact same, you need to move things outside of things, etc.
    Thanks!
    - Bones

    • @videowatcher404
      @videowatcher404 Місяць тому +2

      yeah I just discovered futuristic light, it is amazing to use
      thanks for your videos btw

    • @videowatcher404
      @videowatcher404 Місяць тому +1

      also, will you be doing tutorials on things like welding, attachments, interacting, etc?
      (not the ones where you script)

    • @idkmanreal0008
      @idkmanreal0008 Місяць тому

      future lighting isnt raycasting (or raytracing), its shadow mapping. in shadowmap tech, it only uses shadowmap for sun shadows and voxel lighting for anything else. its laggy becuse it updates the shadowmap every time a light source or part moves. And on top of that, raycasts are WAYY different from ray trace. If future had ray tracing, then global illumination and allat would be built in.

  • @criminallyunderratedbuilder
    @criminallyunderratedbuilder Місяць тому +23

    this guy's the only guy to give inspiration from just tutorials without even needing to say anything, since the scenery is enough.
    because of this, i just made a highly detailed hospital hall related to his and made it infinitely generated.

    • @bone_blox
      @bone_blox  Місяць тому +2

      That’s awesome! I was considering using procedural generation for a horror game like this… come join the discord and show us how it looks!! :D

    • @criminallyunderratedbuilder
      @criminallyunderratedbuilder Місяць тому +1

      @@bone_blox oh it doesnt use procedural, it just goes in a line. one axis
      i have no idea what procedural is

    • @Holdywoldy6_RG
      @Holdywoldy6_RG Місяць тому

      @@bone_bloxcould you make a video on procedural generation like doors 🚪

  • @DuskBS
    @DuskBS Місяць тому +9

    "Looks like someone pooped all over the floor. Gross"
    "eeee eeea aaaaaa. please laugh" 😭😭

  • @D0RN0
    @D0RN0 Місяць тому +2

    Another W vid from Bones once again. These videos really helped. After watching just a few of them, I got way better at building and can making cool environments. Keep up the good work!

  • @Holdywoldy6_RG
    @Holdywoldy6_RG Місяць тому +3

    5:41 To make a flickering light you would do make a script in the light attachment or part and the code would be:
    local light = PATH_TO_LIGHT
    local intermission = TIME_BETWEEN_FLICKERS
    While true do
    wait(intermission)
    light.Enabled = true
    wait(0.8)
    light.Enabled = false
    end
    Note: there is probably a way to make it more organic such as make a random number Choser and make the light flick for different times or adding a particle effect every time it flickered but this is just a beginner script

    • @CraziBloxxer
      @CraziBloxxer Місяць тому +1

      While true do
      local random = (math.random(1, 10)) / 10
      task.wait(intermission)
      light.Enabled = true
      task.wait(random)
      light.Enabled = false
      end
      -- Formatting is a bit weird on yt but you get the gist of the script

    • @CraziBloxxer
      @CraziBloxxer Місяць тому

      Also preferably do this in a local script while effecting every light with an in pairs loop instead of while true do

    • @KristianIsVeryVeryTall
      @KristianIsVeryVeryTall Місяць тому

      thanks

  • @fast2letgo
    @fast2letgo Місяць тому +2

    5:15
    the spawnlocation has a property called Duration near the bottom. you can set that to 0 if you dont want the forcefield to spawn with the player

  • @debby2831
    @debby2831 12 годин тому

    4:09 fav part

  • @Tryhar_D
    @Tryhar_D Місяць тому +1

    The thumbnail was so attractive holy cow

  • @Savage14246
    @Savage14246 12 днів тому +1

    Pls more of advance lighting

  • @shinjitarosoul
    @shinjitarosoul Місяць тому

    Thank you for making these videos I have learned a lot more than I would have just trying to learn aimlessly. 🙏

  • @CHAOS-u4f
    @CHAOS-u4f Місяць тому

    Thanks you improved my builds tremendously

  • @FernandoHermosa-i4o
    @FernandoHermosa-i4o Місяць тому +3

    PEAK CONTENT🎉

  • @alpineik
    @alpineik Місяць тому +3

    amazing video

  • @OmarStuff
    @OmarStuff Місяць тому

    tysm this was very helpful!
    I can finally improve my studio renders without the need of blender!

  • @majinweeabuu
    @majinweeabuu Місяць тому

    I love your videos! very informative its perfect for what i need to help me learn building! keep it up!

  • @Angilixz
    @Angilixz Місяць тому

    Another good videoooo but seriously this helped me out alot aswell as i struggle on what to do for lighting

  • @howtocok
    @howtocok Місяць тому

    your builds are amazing!

  • @JustMeJokeStar
    @JustMeJokeStar Місяць тому

    Love this video most definitely going to use these tips❤

  • @I-am-guest666-
    @I-am-guest666- Місяць тому

    this is really helpful thank you

  • @abdullahadib9772
    @abdullahadib9772 Місяць тому

    The legend has uploaded!

  • @Linc2608
    @Linc2608 Місяць тому

    This really helped me, thx a lot man

  • @KARZ954
    @KARZ954 Місяць тому +1

    W Video, learnt something new with the plane mesh today as well.
    Keep it up 🗣🗣🗣🗣‼‼‼‼
    Edit: Also, where do you get most of your assets/models from? I tried to find some from the application "Bridge" and I could barely find anything for interior stuff like chairs and doors.

    • @bone_blox
      @bone_blox  Місяць тому

      I use Sketchfab for these tutorials, otherwise i either make them myself (im not very good at making them) or get my modeller to do it

  • @QUIZMASTERKPOP
    @QUIZMASTERKPOP Місяць тому

    outstanding!

  • @marcel1701
    @marcel1701 Місяць тому

    keep cooking chief 🔥

  • @123newjersey3
    @123newjersey3 Місяць тому

    thx for all the tutorials my goat. muah i wanna kiss you

  • @Noon1263
    @Noon1263 Місяць тому

    2:09 how did you select just the attachments? Also incredible work!

  • @VincentMuyaa
    @VincentMuyaa Місяць тому +1

    ee eee eee aa aaa a "pls laugh" 💀

  • @KristianIsVeryVeryTall
    @KristianIsVeryVeryTall Місяць тому

    bro has a degree in map making

  • @ZeduxDev
    @ZeduxDev Місяць тому

    very nice

  • @LedgendaryPlayer
    @LedgendaryPlayer Місяць тому

    The TTS door creak imitation sound ;-;

  • @berchead12
    @berchead12 Місяць тому

    4:09 i skipped over to this part and now i'm confused

  • @PaperboyDevs
    @PaperboyDevs Місяць тому +1

    everyone asks "who is bones" but nobody asks "how is bones"

    • @bone_blox
      @bone_blox  Місяць тому

      Nobody is asking who i am! but i am doing great

  • @FreakyDevv
    @FreakyDevv Місяць тому

    great video, if you're voice shy, you should try working on that. the video is just boring when there's no emotion in the voice.

  • @RealTurwin
    @RealTurwin Місяць тому

    hi BONES. 👍

  • @mooon_lightt
    @mooon_lightt Місяць тому

    hey BONES, I have an ideas. Can you make a Tutorial about how to use Blender for model and animation?

  • @Dee2x44
    @Dee2x44 Місяць тому

    W Vid

  • @yumcheese2513
    @yumcheese2513 Місяць тому

    change the pointlights to spotlights for more realism. otherwise it will be fairly obvious if the player simply moves around thats it's a point light.

    • @bone_blox
      @bone_blox  Місяць тому

      well typically thats their usecase. to allow for better "downdraft" of light, HOWEVER
      - pointlights are more optimal in this case AS LONG as they are above the actual rig, and not placed below the rigs height,
      Spotlights might have more natural shadows from your rig, however pointlights have way better realism and spotlights cant double emit back out and do global illuminations,
      Instance
      | No light reaches here
      | \
      | Spotlight >>>> | Floor
      | /
      |No light reaches here
      You can add a pointlight right near the top of the spotlight to fix that, however again it would cause shading issues. its not really something you can fix or bypass without having slight problems

  • @3oob
    @3oob Місяць тому

    BONESSSS

  • @lost-z3s
    @lost-z3s Місяць тому

    i genuinely giggled at the creaky door impression. also how do I make my Roblox studio look good

    • @videowatcher404
      @videowatcher404 Місяць тому +1

      try putting studio to max graphics in settings or if that's done then set lighting to futuristic in its properties

  • @Ayakashiii-tr7qu
    @Ayakashiii-tr7qu Місяць тому

    Hey boss

  • @Solitude_Plays
    @Solitude_Plays 29 днів тому

    i cant get the wall textures to load :(

  • @15kViper
    @15kViper Місяць тому

    song at the start?

  • @Gamer-m8p4f
    @Gamer-m8p4f Місяць тому

    How do you make it shiny like that?

  • @DeadlyDarkDex
    @DeadlyDarkDex Місяць тому

    Can you make a game for this?

  • @qwke
    @qwke Місяць тому

    you should link the music you use

  • @louisgeoffrey2672
    @louisgeoffrey2672 20 днів тому

    Where can i find the assets i could not find them in the discord server

  • @PrinceEIijah
    @PrinceEIijah Місяць тому +3

    Bones I love you when do we get married

    • @lil_kamata
      @lil_kamata Місяць тому +2

      what the segma

    • @bone_blox
      @bone_blox  Місяць тому +1

      tomorrow, be there.

    • @PrinceEIijah
      @PrinceEIijah Місяць тому +2

      @@bone_blox I will honey 🤭

    • @bone_blox
      @bone_blox  Місяць тому +1

      @@PrinceEIijah i'll build a venue in roblox

    • @PrinceEIijah
      @PrinceEIijah Місяць тому +1

      @@bone_blox Oh my how thoughtful I cannot wait

  • @Vorthex03
    @Vorthex03 Місяць тому

    your robuilder but premium version

  • @blackspyrise250
    @blackspyrise250 27 днів тому

    Counter strike! global offensive!

  • @Louis-Hahn
    @Louis-Hahn Місяць тому

    187