• Force motion blur
    2 replies, posted
How would I force motion blur upon a player? I got a working script that activates when the player has <40 hp(I also have a regen script, so it's not gonna last forever), but it just doesn't seem to work.(I know the script itself works, because I made it print a message when it reached under 40, and it does.) Oh yeah, preferably server-side. I guess client-side will do if theres no good way of doing it server-side.
So.. uhh.. help?
i guess you can do Player:SendLua("DrawMotionBlur( 0.02, 0.5, 0)") or what ever parameters you use.
Sorry, you need to Log In to post a reply to this thread.