Medinites
|
  |
| Joined: 04 Oct 2013 |
| Total Posts: 313 |
|
|
| 14 Feb 2015 06:50 PM |
I have cannons that create explosions. To prevent them from destroying terrain, I used the lines of code below.
local explosion = Instance.new("Explosion") explosion.ExplosionType = Enum.ExplosionType.NoDebris
It still works, however I know get THIS in my output.
19:38:05.319 - NoDebris is not a valid EnumItem
Help? Thanks. |
|
|
| Report Abuse |
|
|
| 14 Feb 2015 06:59 PM |
| http://wiki.roblox.com/index.php?title=API:Enum/ExplosionType |
|
|
| Report Abuse |
|