#Does someone know how to make a part thats when touched, Fog appears?

5 messages · Page 1 of 1 (latest)

urban knot
#

yes

quiet light
#

make a localscript in StarterCharacterScripts and put this

#
workspace.PARTNAME.Touched:Connect(function()
game.Lighting.FogEnd = 20
end)
end
pliant mortar
blissful raptor
#

Does anybody know how to get the OPPOSITE of this client side?