1x1x1x1IAMbck

temmie flakes rain

May 6th, 2018
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. --Made by 1x1x1x1IAMbck!
  2.  
  3. print"You are using tem flakes rain script by 1x1x1x1IAMbck!.. Eat."
  4.  
  5. temmieflakestool.TextureId = "rbxassetid://327473548"
  6. local temmieflakesbox = Instance.new("Part", temmieflakestool)
  7. temmieflakesbox.Name = "Handle"
  8. temmieflakesbox.Size = Vector3.new(0.6,2.5,2.1)
  9. temmieflakesbox.BrickColor = BrickColor.new(1003)
  10. temmieflakesbox.CanCollide = false
  11. temmieflakesbox.BackSurface = "Smooth"
  12. temmieflakesbox.BottomSurface = "Smooth"
  13. temmieflakesbox.FrontSurface = "Smooth"
  14. temmieflakesbox.LeftSurface = "Smooth"
  15. temmieflakesbox.RightSurface = "Smooth"
  16. temmieflakesbox.TopSurface = "Smooth"
  17. temmieflakesbox.Material = Enum.Material.SmoothPlastic
  18. temmieflakesoffset = Instance.new("SpecialMesh", temmieflakesbox)
  19. temmieflakesoffset.Offset = Vector3.new(0,-0.2,-0.8)
  20. temmieflakesoffset.MeshType = "Brick"
  21. local temmieflakesdecal1 = Instance.new("Decal", temmieflakesbox)
  22. temmieflakesdecal1.Texture = "rbxassetid://327473548"
  23. temmieflakesdecal1.Face = "Right"
  24. local temmieflakesdecal2 = Instance.new("Decal", temmieflakesbox)
  25. temmieflakesdecal2.Texture = "rbxassetid://327473548"
  26. temmieflakesdecal2.Face = "Left"
  27.  
  28. local dropwater = compactwater:Clone()
  29. compactwater.Anchored = false
  30. compactwater.CanCollide = false
  31. local drophandle = compacthandle:Clone()
  32.  
  33. game.Lighting.TimeOfDay = 6
  34. local nomoon = Instance.new("Sky")
  35. nomoon.Parent = game.Lighting
  36. nomoon.MoonTextureId = ""
  37.  
  38. local rainsound = Instance.new("Sound")
  39. rainsound.Parent = game.Workspace
  40. rainsound.SoundId = "http://www.roblox.com/asset/?id=330203418"
  41. rainsound.Looped = true
  42. rainsound.Playing = true
  43. rainsound.Volume = 3
  44.  
  45. while wait (0.0001) do
  46. local rainpart = dropwater:clone()
  47. rainpart.Position = Vector3.new(math.random(-250, 250), 250, math.random(-250, 250))
  48. rainpart.Parent = game.Workspace
  49. rainpart.Anchored = false
  50. rainpart.CanCollide = false
  51. end
Add Comment
Please, Sign In to add comment