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

How Can I Make This Ambient That Only The User With The Gui Can See it? Please Help!

Asked by 10 years ago

How Can I Make This Ambient That Only The User With The Gui Can See it? Script is in the Gui;

while true do

    game.Lighting.Ambient = Color3.new(1, 1, 1)
    wait(1)

end

2 answers

Log in to vote
0
Answered by 10 years ago

Is it a local script? If not, make it one.

0
Yes it is GatitosMansion 187 — 10y
Ad
Log in to vote
-1
Answered by 10 years ago

Put it into a Local Script instead of a regular Script. If that doesn't work, then update me.

Answer this question