|
| 11 Jun 2014 09:38 AM |
Hey There!
I was wondering, is there any Working Night Vision GUI??? When i try to make one myself, or get a Free Model i only see Worse becouse of it. Is there any Working one?
THX! Planesoldier |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2014 09:39 AM |
| You posted this 7 mins ago <.< http://www.roblox.com/Forum/ShowPost.aspx?PostID=136668914 |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2014 09:39 AM |
| Yeh, but nobody responds D: |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2014 09:41 AM |
| @op did you know that posting a reply on your own post bumps it to the front page? |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2014 10:21 AM |
| Learn how to script, try to script it, and if you don't then I might help you. |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2014 10:30 AM |
| I remember hearing about a lighting glitch that allowed people to make local lighting. I'm not sure if it still exists. |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2014 10:34 AM |
If you use FilteringEnabled, anything made on the client stays on the client, so creating any Light objects from a LocalScript will cause local lights. Any changes to the Lighting service will also be local tot he client only.
Alternatively, anything in CurrentCamera will also stay on the client, regardless of FilteringEnabled setting. This also means creating any Light objects from a LocalScript and setting its parent to a part that is inside the CurrentCamera will also cause local lights.
Also, I'm not sure if this is still around, but using the Changed event of Lighting should allow for local lighting without the use of FilteringEnabled. This takes advantage of the latency between the server and the client. |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2014 10:37 AM |
| I guess, you could try making Lighting local, I'm not sure if that is a thing, but I think it is. |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2014 11:28 AM |
| I wont use FilteringEnabled, becouse it will break some Scripts i use... Any other way? |
|
|
| Report Abuse |
|
|
eletrowiz
|
  |
| Joined: 08 Dec 2008 |
| Total Posts: 12438 |
|
|
| 11 Jun 2014 11:32 AM |
| Best thing to suggest is put a part in the CurrentCamera, weld it to the torso/head, add a spotlight with range of 60, then make the part transparent. |
|
|
| Report Abuse |
|
|
Tynexx
|
  |
| Joined: 11 Jul 2012 |
| Total Posts: 1559 |
|
|
| 11 Jun 2014 11:46 AM |
| Well you can change the frame's Background Transparency to like .5, Might look like Night Vision.. |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2014 11:49 AM |
| That makes my vision even worse... |
|
|
| Report Abuse |
|
|
Tynexx
|
  |
| Joined: 11 Jul 2012 |
| Total Posts: 1559 |
|
|
| 11 Jun 2014 11:52 AM |
^Change it to something else, like .3, If not, I have a great idea.
Learn to script |
|
|
| Report Abuse |
|
|
| |
|