111111310
|
  |
| Joined: 09 Nov 2010 |
| Total Posts: 88 |
|
|
| 28 Mar 2015 11:27 PM |
Making Night Vision Goggles for a group. I have the vision script as a tool, but I want it to activate when you click a screen GUI button that appears on the screen once you get on a special in-game visor. I don't know how to combine the two items. I have all the stuff, I just am having trouble combining them. If you want to look at it, I made it a model here: http://www.roblox.com/Night-Vision-Resources-item?id=231464658
Thanks for helping! Sorry if this is more of a "Request." type. |
|
|
| Report Abuse |
|
|
Kalgard
|
  |
| Joined: 11 Nov 2011 |
| Total Posts: 308 |
|
|
| 28 Mar 2015 11:28 PM |
no offense but i wouldnt use 'night vision' on roblox
because it makes the players vision worse than with them off |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 28 Mar 2015 11:34 PM |
| @above night vision is simply changing the local lighting of a player. It doesn't have to make the vision worse lold |
|
|
| Report Abuse |
|
|
Kalgard
|
  |
| Joined: 11 Nov 2011 |
| Total Posts: 308 |
|
|
| 28 Mar 2015 11:45 PM |
I thought she meant the GUI night vision
green screen |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 28 Mar 2015 11:46 PM |
| Well that's the problem then. Just use local lighting for "night vision" |
|
|
| Report Abuse |
|
|
|
| 28 Mar 2015 11:47 PM |
I haz idear!!!!!1!!!11!!1!!!!!11!
Use a spotlight in the Camera. I can't guarantee it'll work, but it's at very least not dubious! |
|
|
| Report Abuse |
|
|
111111310
|
  |
| Joined: 09 Nov 2010 |
| Total Posts: 88 |
|
|
| 29 Mar 2015 12:00 AM |
| Actually, that is a better idea. I had it so all the bricks would have a selection box around them. |
|
|
| Report Abuse |
|
|
111111310
|
  |
| Joined: 09 Nov 2010 |
| Total Posts: 88 |
|
|
| 29 Mar 2015 12:13 AM |
| Actually, I got a version to work. Sort of. It changes the light ambiance, but this messes with day/night scripts... |
|
|
| Report Abuse |
|
|
111111310
|
  |
| Joined: 09 Nov 2010 |
| Total Posts: 88 |
|
|
| 29 Mar 2015 12:43 AM |
| Alright. I have messed around with it and decided that the best thing to do would be to have a point light turn on with the vision is turned on. That's all well and good, but I cannot figure out how to make it so only you see the light. Any tips? The light won't go in the camera. I tried it. |
|
|
| Report Abuse |
|
|
|
| 29 Mar 2015 01:29 AM |
You've tried (in LocalScript)
Instance.new("SpotLight",workspace.CurrentCamera)
and it simply won't let you? Or did you just try dropping it in from the explorer? Or did you try forcibly pasting it into the object?
That snippet isn't pragmatic, because the light wouldn't be bound to an object, so you'd need to weld an invisible part to the player's head (also LocalScript and in the CurrentCamera), then put the light in there. |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 29 Mar 2015 01:31 AM |
Do any of you even Filtering?
I script -~ chimmihc |
|
|
| Report Abuse |
|
|
| |
|
111111310
|
  |
| Joined: 09 Nov 2010 |
| Total Posts: 88 |
|
|
| 29 Mar 2015 02:02 AM |
| I tried dragging it in via explorer, as well as, inserting it in directly. |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 29 Mar 2015 02:26 AM |
@phoenix53124
Your reply answered my question.
I script -~ chimmihc |
|
|
| Report Abuse |
|
|
|
| 29 Mar 2015 07:18 AM |
Night Vision Goggles like this?
http://www.roblox.com/Night-Vision-Testing-place?id=231536395
(Please note the above game will work if multiple people are on) |
|
|
| Report Abuse |
|
|
111111310
|
  |
| Joined: 09 Nov 2010 |
| Total Posts: 88 |
|
|
| 29 Mar 2015 08:48 AM |
| Sort of like that. Accept, I don't want it to be a tool. I want it to activate when you click a screen GUI button that comes with a hat morph. |
|
|
| Report Abuse |
|
|
|
| 29 Mar 2015 08:52 AM |
Step 1: Enable filtering Step 2: Have a localScript in a players' playerGui Step 3: Change the lighting properties from that localScript
Any questions? |
|
|
| Report Abuse |
|
|
111111310
|
  |
| Joined: 09 Nov 2010 |
| Total Posts: 88 |
|
|
| 29 Mar 2015 09:19 AM |
| Yes. I am trying to find a way so it reverts the lighting to they way it is for everyone else when you turn the goggles off. However, the server is running on a day/night script.. |
|
|
| Report Abuse |
|
|