2Beast3
|
  |
| Joined: 02 Apr 2013 |
| Total Posts: 455 |
|
|
| 26 Aug 2013 11:11 AM |
| Make me a rain script that works ill pay you. |
|
|
| Report Abuse |
|
|
bigman621
|
  |
| Joined: 30 Jan 2012 |
| Total Posts: 1611 |
|
|
| 26 Aug 2013 11:12 AM |
dude look at free models
go to rt |
|
|
| Report Abuse |
|
|
Ysko
|
  |
| Joined: 29 Jun 2013 |
| Total Posts: 7837 |
|
| |
|
BLOXXER73
|
  |
| Joined: 30 Jun 2010 |
| Total Posts: 1730 |
|
|
| 26 Aug 2013 11:15 AM |
| I'm actually looking for a good rain script that is realistic. I haven't seen any good ones though. |
|
|
| Report Abuse |
|
|
| |
|
|
| 26 Aug 2013 11:53 AM |
http://www.roblox.com/Realistic-Weather-Rain-item?id=120105247
Payment please |
|
|
| Report Abuse |
|
|
Lapwn
|
  |
| Joined: 03 Jun 2012 |
| Total Posts: 5975 |
|
|
| 26 Aug 2013 12:56 PM |
script.Parent.Touched:connect(function(hit) h=hit.Parent.findFirstChild("Humanoid") if h~=nil then while wait(0.01) do m=Instance.new("Part") m.Position = Vector3.new(math.random(-500,500),math.random(5,16),math.random(-500,500)) end end end
Sorry it took so long I had to brb. |
|
|
| Report Abuse |
|
|
Lapwn
|
  |
| Joined: 03 Jun 2012 |
| Total Posts: 5975 |
|
|
| 26 Aug 2013 12:59 PM |
script.Parent.Touched:connect(function(hit) h=hit.Parent.findFirstChild("Humanoid") if h~=nil then while wait(0.01) do m=Instance.new("Part") m.Position = Vector3.new(math.random(-500,500),math.random(5,16),math.random(-500,500)) m.Anchored=false m.Size.new("1, 1, 1") m.BrickColor="Bright blue" wait(5) m:remove() end end end Put this in the baseplate |
|
|
| Report Abuse |
|
|
|
| 26 Aug 2013 12:59 PM |
I wouldn't add a rain script if I were you, they make it laggy. A GUI with falling raindrops would be less laggy. |
|
|
| Report Abuse |
|
|
Lapwn
|
  |
| Joined: 03 Jun 2012 |
| Total Posts: 5975 |
|
|
| 26 Aug 2013 01:00 PM |
script.Parent.Touched:connect(function(hit) h=hit.Parent.findFirstChild("Humanoid") if h~=nil then while wait(0.01) do m=Instance.new("Part") m.Position = Vector3.new(math.random(-500,500),(20),math.random(-500,500)) m.Anchored=false m.Size.new("1, 1, 1") m.BrickColor="Bright blue" wait(5) m:remove() end end end Put this in the baseplate |
|
|
| Report Abuse |
|
|
2Beast3
|
  |
| Joined: 02 Apr 2013 |
| Total Posts: 455 |
|
| |
|
2Beast3
|
  |
| Joined: 02 Apr 2013 |
| Total Posts: 455 |
|
| |
|