#Does someone know how to make a part thats when touched, Fog appears?
5 messages · Page 1 of 1 (latest)
make a localscript in StarterCharacterScripts and put this
workspace.PARTNAME.Touched:Connect(function()
game.Lighting.FogEnd = 20
end)
end
That will error and say: expected <eof> got ‘end’
Does anybody know how to get the OPPOSITE of this client side?