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
Put it into a Local Script instead of a regular Script. If that doesn't work, then update me.