Roblox Motion Blur script









up vote
0
down vote

favorite
1












I am trying to find out a way to add motion blur to my relaxation simulator game. I have been trying to find a result that will work for the past few days, and I have had no luck. Like my last Roblox help post, I got negative reviews, so let me be more specific; It has to be a script of course. I would really appreciate it if you could give me a link to a tutorial or something among the lines of that.
Thanks!










share|improve this question

























    up vote
    0
    down vote

    favorite
    1












    I am trying to find out a way to add motion blur to my relaxation simulator game. I have been trying to find a result that will work for the past few days, and I have had no luck. Like my last Roblox help post, I got negative reviews, so let me be more specific; It has to be a script of course. I would really appreciate it if you could give me a link to a tutorial or something among the lines of that.
    Thanks!










    share|improve this question























      up vote
      0
      down vote

      favorite
      1









      up vote
      0
      down vote

      favorite
      1






      1





      I am trying to find out a way to add motion blur to my relaxation simulator game. I have been trying to find a result that will work for the past few days, and I have had no luck. Like my last Roblox help post, I got negative reviews, so let me be more specific; It has to be a script of course. I would really appreciate it if you could give me a link to a tutorial or something among the lines of that.
      Thanks!










      share|improve this question













      I am trying to find out a way to add motion blur to my relaxation simulator game. I have been trying to find a result that will work for the past few days, and I have had no luck. Like my last Roblox help post, I got negative reviews, so let me be more specific; It has to be a script of course. I would really appreciate it if you could give me a link to a tutorial or something among the lines of that.
      Thanks!







      lua blur motion roblox






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 19 at 19:35









      ThatAid3n

      334




      334






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          2
          down vote













          Simply googling "Roblox motion blur script" yields many results that may be helpful to you, such as:



          This script, this script, this script, and this script.



          If these results from the Roblox script library aren't what you're looking for, try looking into how to utilize Roblox's shaders to create the effect you're looking for.



          Stack Overflow isn't the place to ask people to use google for you instead of doing your own research or ask for scripts to be made for you. Stack Overflow is meant for people who are having a specific problem or interesting edge case in their code to get other developers' opinions on it.



          If you need help getting started in Lua (which is the programming language used within Roblox) I would check out a tutorial similar to this guide that explains Lua and how to use it within Roblox.



          For a great tutorial on how to ask good questions on Stack Overflow that won't get downvoted, read through How to ask a good question.



          Hopefully this is heplful to you and good luck with your coding!






          share|improve this answer



























            up vote
            0
            down vote













            Something you should know is that, it is impossible (atleast in 2018, maybe in a future) to create good motion blur in roblox. Roblox has not made a Instance that can make your game have Motion Blur, sadly.



            There is a way to create something close, but it doens't look too good.
            That is using BlurEffects for it, but again, it doens't look good.



            Sadly, until roblox decides to add more effects, we will not be able to add Motion Blur to our games, but until then, we have the BlurEffects technique.






            share|improve this answer




















              Your Answer






              StackExchange.ifUsing("editor", function ()
              StackExchange.using("externalEditor", function ()
              StackExchange.using("snippets", function ()
              StackExchange.snippets.init();
              );
              );
              , "code-snippets");

              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "1"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













               

              draft saved


              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f51430558%2froblox-motion-blur-script%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              2
              down vote













              Simply googling "Roblox motion blur script" yields many results that may be helpful to you, such as:



              This script, this script, this script, and this script.



              If these results from the Roblox script library aren't what you're looking for, try looking into how to utilize Roblox's shaders to create the effect you're looking for.



              Stack Overflow isn't the place to ask people to use google for you instead of doing your own research or ask for scripts to be made for you. Stack Overflow is meant for people who are having a specific problem or interesting edge case in their code to get other developers' opinions on it.



              If you need help getting started in Lua (which is the programming language used within Roblox) I would check out a tutorial similar to this guide that explains Lua and how to use it within Roblox.



              For a great tutorial on how to ask good questions on Stack Overflow that won't get downvoted, read through How to ask a good question.



              Hopefully this is heplful to you and good luck with your coding!






              share|improve this answer
























                up vote
                2
                down vote













                Simply googling "Roblox motion blur script" yields many results that may be helpful to you, such as:



                This script, this script, this script, and this script.



                If these results from the Roblox script library aren't what you're looking for, try looking into how to utilize Roblox's shaders to create the effect you're looking for.



                Stack Overflow isn't the place to ask people to use google for you instead of doing your own research or ask for scripts to be made for you. Stack Overflow is meant for people who are having a specific problem or interesting edge case in their code to get other developers' opinions on it.



                If you need help getting started in Lua (which is the programming language used within Roblox) I would check out a tutorial similar to this guide that explains Lua and how to use it within Roblox.



                For a great tutorial on how to ask good questions on Stack Overflow that won't get downvoted, read through How to ask a good question.



                Hopefully this is heplful to you and good luck with your coding!






                share|improve this answer






















                  up vote
                  2
                  down vote










                  up vote
                  2
                  down vote









                  Simply googling "Roblox motion blur script" yields many results that may be helpful to you, such as:



                  This script, this script, this script, and this script.



                  If these results from the Roblox script library aren't what you're looking for, try looking into how to utilize Roblox's shaders to create the effect you're looking for.



                  Stack Overflow isn't the place to ask people to use google for you instead of doing your own research or ask for scripts to be made for you. Stack Overflow is meant for people who are having a specific problem or interesting edge case in their code to get other developers' opinions on it.



                  If you need help getting started in Lua (which is the programming language used within Roblox) I would check out a tutorial similar to this guide that explains Lua and how to use it within Roblox.



                  For a great tutorial on how to ask good questions on Stack Overflow that won't get downvoted, read through How to ask a good question.



                  Hopefully this is heplful to you and good luck with your coding!






                  share|improve this answer












                  Simply googling "Roblox motion blur script" yields many results that may be helpful to you, such as:



                  This script, this script, this script, and this script.



                  If these results from the Roblox script library aren't what you're looking for, try looking into how to utilize Roblox's shaders to create the effect you're looking for.



                  Stack Overflow isn't the place to ask people to use google for you instead of doing your own research or ask for scripts to be made for you. Stack Overflow is meant for people who are having a specific problem or interesting edge case in their code to get other developers' opinions on it.



                  If you need help getting started in Lua (which is the programming language used within Roblox) I would check out a tutorial similar to this guide that explains Lua and how to use it within Roblox.



                  For a great tutorial on how to ask good questions on Stack Overflow that won't get downvoted, read through How to ask a good question.



                  Hopefully this is heplful to you and good luck with your coding!







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jul 19 at 20:20









                  TheAverageCanadian

                  3477




                  3477






















                      up vote
                      0
                      down vote













                      Something you should know is that, it is impossible (atleast in 2018, maybe in a future) to create good motion blur in roblox. Roblox has not made a Instance that can make your game have Motion Blur, sadly.



                      There is a way to create something close, but it doens't look too good.
                      That is using BlurEffects for it, but again, it doens't look good.



                      Sadly, until roblox decides to add more effects, we will not be able to add Motion Blur to our games, but until then, we have the BlurEffects technique.






                      share|improve this answer
























                        up vote
                        0
                        down vote













                        Something you should know is that, it is impossible (atleast in 2018, maybe in a future) to create good motion blur in roblox. Roblox has not made a Instance that can make your game have Motion Blur, sadly.



                        There is a way to create something close, but it doens't look too good.
                        That is using BlurEffects for it, but again, it doens't look good.



                        Sadly, until roblox decides to add more effects, we will not be able to add Motion Blur to our games, but until then, we have the BlurEffects technique.






                        share|improve this answer






















                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          Something you should know is that, it is impossible (atleast in 2018, maybe in a future) to create good motion blur in roblox. Roblox has not made a Instance that can make your game have Motion Blur, sadly.



                          There is a way to create something close, but it doens't look too good.
                          That is using BlurEffects for it, but again, it doens't look good.



                          Sadly, until roblox decides to add more effects, we will not be able to add Motion Blur to our games, but until then, we have the BlurEffects technique.






                          share|improve this answer












                          Something you should know is that, it is impossible (atleast in 2018, maybe in a future) to create good motion blur in roblox. Roblox has not made a Instance that can make your game have Motion Blur, sadly.



                          There is a way to create something close, but it doens't look too good.
                          That is using BlurEffects for it, but again, it doens't look good.



                          Sadly, until roblox decides to add more effects, we will not be able to add Motion Blur to our games, but until then, we have the BlurEffects technique.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Nov 11 at 4:03









                          VetraDebesis

                          698




                          698



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f51430558%2froblox-motion-blur-script%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Top Tejano songwriter Luis Silva dead of heart attack at 64

                              ReactJS Fetched API data displays live - need Data displayed static

                              Evgeni Malkin