|
| 18 Dec 2012 05:06 PM |
| Does anyone here know how to make ROBLOX Water resistant to explosions? |
|
|
| Report Abuse |
|
|
|
| 18 Dec 2012 05:08 PM |
http://wiki.roblox.com/index.php/Terrain_Generation
|Paradoxical| I shun thy heathen, dost thou not know that flames will devour thy mind? |
|
|
| Report Abuse |
|
|
|
| 18 Dec 2012 05:59 PM |
That has nothing to do with his question...
Make the explosion's type to NoCraters |
|
|
| Report Abuse |
|
|
crouton04
|
  |
| Joined: 07 Jul 2010 |
| Total Posts: 4459 |
|
|
| 18 Dec 2012 06:07 PM |
| Change the blast radius and blast pressure to 0. |
|
|
| Report Abuse |
|
|
|
| 18 Dec 2012 06:08 PM |
| No, that wont make an explosion at all, |
|
|
| Report Abuse |
|
|
crouton04
|
  |
| Joined: 07 Jul 2010 |
| Total Posts: 4459 |
|
|
| 18 Dec 2012 06:14 PM |
x = Instance.new("Explosion",Workspace) x.BlastRadius = 0 x.BlastPressure = 0
It will make an explosion, but the explosion wouldn't harm anything because it's blast radius is 0.
As you see blast radius never changes the size of an explosion. |
|
|
| Report Abuse |
|
|