Advertisement
DylanB

MotionBlur: The wrong way.

Apr 12th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. timer.Create("Realism_Blur", 1, 0, function()
  2.     for k, v in pairs(player.GetAll()) do
  3.         if v:Health() < 30 then
  4.             --Set Motionblur here
  5.         end
  6.     end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement