DevFrank
|
  |
| Joined: 04 Apr 2012 |
| Total Posts: 1469 |
|
|
| 14 Oct 2014 06:52 PM |
local e = Instance.new("Explosion" Part) --Part is an example e.Position = Vector3.new(Part.Position)
why won't this work? |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2014 06:56 PM |
forgot a comma,
local e = Instance.new("Explosion", Part) |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2014 06:57 PM |
| Also, I don't think you need to change the Vector3 of the explosion. It automatically centers into the brick. |
|
|
| Report Abuse |
|
|
DevFrank
|
  |
| Joined: 04 Apr 2012 |
| Total Posts: 1469 |
|
|
| 14 Oct 2014 07:00 PM |
| I wasn't in studio when writing this. I guess I shall try not positioning it then. |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2014 07:22 PM |
| I'm confused. So you copied and pasted a script and automatically said it doesn't work?! |
|
|
| Report Abuse |
|
|