How To – Make it Snow in Roblox Studio
Just add it to where the fallen snow is hanging off the edges of the buildings, what makes this difficult though is the perfect placing.
Like for example, you said you could create snow by changing the fog ImageId. You would have to change the texture with :SetStraightTexture and :SetSplashTexture. Then after changing image you can set the speed to something slow and the rate to high to imitate fog bbehaviour.
If you make a tool and make it so that each time someone clicks, you instance a part (and then change its propteries to mimic a snowball)- and then give it a direction. local direction = (mouse.Hit.p - handle.Attachment.WorldPosition).Unit snowBall.CFrame = CFrame.new (handle.Attachment.WorldPosition, handle.Attachment.WorldPosition + direction)
Use a while loop or something and raycast downwards every second or so. If the player's walking on snow, clone their left and right feet and subtract a small amount from their CFrame on the Y axis.
Enabling fog is extremely easy:Open your place in Roblox Studio.Select the. Lighting service in the Explorer Pane.Adjust the fog properties (there are 3)
How to Add Fog to Your PlaceOpen you place in ROBLOX Studio (ROBLOX Studio Help)Select the Lighting service in the Explorer Pane.Adjust the fog properties (there are 3 – to see something all you need to do is set FogEnd to 100 . Now you have a ton of fog.)
0:104:33Roblox Studio How to Add Fog to Your Game, Make Light Fog or Dark Fog ...YouTubeStart of suggested clipEnd of suggested clipAnd you're going to want to have an atmosphere. And a sky inserted in lighting if you do not have anMoreAnd you're going to want to have an atmosphere. And a sky inserted in lighting if you do not have an atmosphere in sky go ahead and press the plus icon for lighting. And then add an atmosphere.