Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How Can You Make a Night Vision Gui Have Actual Night Vision? Please Help!

Asked by 10 years ago

So I have a night vision gui that only shows red night vision, but when your in a dark place you can't see anything! Theres 2 buttons to turn it on and off;

On:

local Buttone = script.Parent
Short = script.Parent.Parent.Vision


function onClick()


  Short.Active = false
  Short.Visible = true


end

Buttone.MouseButton1Click:connect(onClick)


Off:

local Buttona = script.Parent
Short = script.Parent.Parent.Vision



function onClick()


  Short.Active = false
  Short.Visible = false


end

How can you make it show the gui and have a local ambient 100, 100, 100? Thank you for your time!

1 answer

Log in to vote
0
Answered by
Azenix 1
10 years ago

I am not Sure if this will work, but you can put in a local Part With light in it. If that doesn't work, then try with a normal part, but others will be able to see it.

0
I need only the user to see it. Thank you for trying to help me! GatitosMansion 187 — 10y
Ad

Answer this question