Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by 1x1x1x1IAMbck!
- print"You are using tem flakes rain script by 1x1x1x1IAMbck!.. Eat."
- temmieflakestool.TextureId = "rbxassetid://327473548"
- local temmieflakesbox = Instance.new("Part", temmieflakestool)
- temmieflakesbox.Name = "Handle"
- temmieflakesbox.Size = Vector3.new(0.6,2.5,2.1)
- temmieflakesbox.BrickColor = BrickColor.new(1003)
- temmieflakesbox.CanCollide = false
- temmieflakesbox.BackSurface = "Smooth"
- temmieflakesbox.BottomSurface = "Smooth"
- temmieflakesbox.FrontSurface = "Smooth"
- temmieflakesbox.LeftSurface = "Smooth"
- temmieflakesbox.RightSurface = "Smooth"
- temmieflakesbox.TopSurface = "Smooth"
- temmieflakesbox.Material = Enum.Material.SmoothPlastic
- temmieflakesoffset = Instance.new("SpecialMesh", temmieflakesbox)
- temmieflakesoffset.Offset = Vector3.new(0,-0.2,-0.8)
- temmieflakesoffset.MeshType = "Brick"
- local temmieflakesdecal1 = Instance.new("Decal", temmieflakesbox)
- temmieflakesdecal1.Texture = "rbxassetid://327473548"
- temmieflakesdecal1.Face = "Right"
- local temmieflakesdecal2 = Instance.new("Decal", temmieflakesbox)
- temmieflakesdecal2.Texture = "rbxassetid://327473548"
- temmieflakesdecal2.Face = "Left"
- local dropwater = compactwater:Clone()
- compactwater.Anchored = false
- compactwater.CanCollide = false
- local drophandle = compacthandle:Clone()
- game.Lighting.TimeOfDay = 6
- local nomoon = Instance.new("Sky")
- nomoon.Parent = game.Lighting
- nomoon.MoonTextureId = ""
- local rainsound = Instance.new("Sound")
- rainsound.Parent = game.Workspace
- rainsound.SoundId = "http://www.roblox.com/asset/?id=330203418"
- rainsound.Looped = true
- rainsound.Playing = true
- rainsound.Volume = 3
- while wait (0.0001) do
- local rainpart = dropwater:clone()
- rainpart.Position = Vector3.new(math.random(-250, 250), 250, math.random(-250, 250))
- rainpart.Parent = game.Workspace
- rainpart.Anchored = false
- rainpart.CanCollide = false
- end
Add Comment
Please, Sign In to add comment