Roblox Motion Blur script
up vote
0
down vote
favorite
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
add a comment |
up vote
0
down vote
favorite
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
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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
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
lua blur motion roblox
asked Jul 19 at 19:35
ThatAid3n
334
334
add a comment |
add a comment |
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!
add a comment |
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.
add a comment |
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!
add a comment |
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!
add a comment |
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!
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!
answered Jul 19 at 20:20
TheAverageCanadian
3477
3477
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Nov 11 at 4:03
VetraDebesis
698
698
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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