Roblox Scripting Tutorial: Snow!
Here's a special tutorial for Christmas! Enjoy!
Script:
local playerCamera = workspace.CurrentCamera
local RunService = game:GetService("RunService")
local snower = script:WaitForChild("Snow"):Clone()
script.Snow:Destroy()
snower.Parent = playerCamera
RunService.RenderStepped:connect(function()
snower.Position = playerCamera.CFrame.p + Vector3.new(0, 12, 0)
end)
Be sure to follow me on Twitter after subscribing!
https://twitter.com/Rrrrry123
Also, follow me on Twitch for some live streams!
http://www.twitch.tv/Rrrrry123
Other Videos By RyGuyGaming
Other Statistics
Roblox Statistics For RyGuyGaming
At present, RyGuyGaming has 459,946 views spread across 106 videos for Roblox, and roughly a days worth of Roblox videos were uploaded to his channel. This makes up 17.76% of the content that RyGuyGaming has uploaded to YouTube.