|
Nice, rain, realistic. But it would lag MAJORLY. |
|
|
Umm.. I DONT WANT TO ADD A FREE MODEL SCRIPT. |
|
FINMAN23Join Date: 2008-12-24 Post Count: 42 |
Hmm how bout the rain ok it pours all over the place with clouds those clouds shouldn't rain too long with pixels of drops but i really doubt anyone can make realistic droplets since its extremly hard as I was saying The sun comes back and the water drys up. |
|
xax290Join Date: 2008-07-28 Post Count: 654 |
Really over-suggested.
I'm not trying to be mean, but "think before you post".
think of all the physics and memory, graphics, RAM, FPS, Etc.
That would cause so much lag.
I doubt even the smartest computer (not consoles, Because LBP has so real looking water.) in the world could compute that much stuff at once without having lag.
Not trying to be mean, but when you want to suggest something like this you have to consider a lot.
I have to admit.. I'm a bit of a computer freak. |
|
brylinmJoin Date: 2009-04-13 Post Count: 6236 |
It's hard for the physics. The rain would be made out of tiny bricks and if it put's out fire THEN it would become MORE complicated. THEN if you add smoke it would make it nearly impossible. THEN if the fire spreads that's gonna be more physics than the fire, smoke, and wood features combined. Think of the big picture. |
|
CASJRJoin Date: 2008-09-22 Post Count: 427 |
you can just ad blue fire for rain beacause it would move so it could make real splashes and it could just have a time regen script without that stupid mesage saying regening now |
|
FINMAN23Join Date: 2008-12-24 Post Count: 42 |
No it would look fake and obvious. |
|
|
FINMAN23Join Date: 2008-12-24 Post Count: 42 |
just call me fin. |
|
|
|
Modification to nate script:(Make it uncollidable, so the lag get lost in a forest! XD)
while true do
for i=1,10 do
local a=Instance.new("Part")
a.Parent=game.Workspace
a.Shape="Sphere"
a.CanCollide=false
a.Size=Vector3.new(1,1,1)
a.BrickColor=BrickColor.new("Teal")
a.Transparency=0.5
a.Position=Vector3.new(math.random(-300,300),math.random,(0,300)math.random(-300,300)
end
wait(0.1)
end
Lol. |
|
|
|
How about a update on their game engine anyone agree with me on that? |
|
FINMAN23Join Date: 2008-12-24 Post Count: 42 |
Heck yeah but Roblox is too cheap to buy one ... |
|
|
|
|
|
And most likely scriptable. |
|
|
Yea but most people don't need rust. |
|
|
Using Scripts Are Not The Best.It May Lag.Using Moving Guis, Puddles And Sounds Are The Best |
|
|
|
A rain effect that is selected to be in the game would be awesome, but a script? Big lag hazzard right there. |
|
|
myrco919Join Date: 2009-06-12 Post Count: 13241 |
[ Content Deleted ] |
|
|
you can already do rain with a script to make snow just change the color of what falls down |
|