Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Rain Script by Matteo
- local Player=game:GetService("Players").LocalPlayer
- local char=Player.Character
- local basey = game.Workspace
- if game.Workspace:findFirstChild("Baseplate") then
- basey = game.Workspace.Baseplate
- end
- if game.Workspace:findFirstChild("BasePlate") then
- basey = game.Workspace.BasePlate
- end
- if game.Workspace:findFirstChild("Base") then
- basey = game.Workspace.Base
- end
- if game.Workspace:findFirstChild("base") then
- basey = game.Workspace.base
- end
- local Cloud = Instance.new("Part",workspace)
- Cloud.BottomSurface = "Smooth"
- Cloud.TopSurface = "Smooth"
- Cloud.formFactor = "Custom"
- Cloud.Size = Vector3.new(4, 1, 2)
- Cloud.Transparency = 0
- Cloud.Anchored = true
- Cloud.Name = "Cloud"
- local s=Instance.new("Sound")
- s.SoundId="http://www.roblox.com/asset/?id=236148388"
- s.PlayOnRemove=false
- s.Volume=1
- s.Looped=true
- s.Pitch = 1
- s.Parent=Cloud
- s:Play()
- local cloudmesh = Instance.new("SpecialMesh",Cloud)
- cloudmesh.MeshType="FileMesh"
- cloudmesh.MeshId = "http://www.roblox.com/asset/?id=1095708"
- cloudmesh.TextureId = "http://www.roblox.com/asset/?id=39246613"
- cloudmesh.Scale = Vector3.new(10, 10, 10)
- local vf = Vector3.new(basey.Position.x,10,-4.2)
- Cloud.CFrame = CFrame.new(char["Left Leg"].Position + vf)
- Cloud.CFrame = CFrame.new(Cloud.CFrame.x,Cloud.CFrame.y,Cloud.CFrame.z) * CFrame.Angles(0,0,3)
- local emit = Instance.new('ParticleEmitter', Cloud)
- emit.Size = NumberSequence.new(5,5,5)
- emit.Texture = "http://www.roblox.com/asset/?id=8482185"
- emit.LightEmission = 0.3
- emit.Lifetime = NumberRange.new(10)
- emit.Rate = 35
- emit.Speed = NumberRange.new(16)
- emit.VelocitySpread = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement