shrauger
|
  |
| Joined: 08 Nov 2011 |
| Total Posts: 10573 |
|
|
| 13 Feb 2016 11:11 AM |
| I'm trying to make the movie's explosion called "Platoon" (cover) and I can't seem to figure it out. |
|
|
| Report Abuse |
|
|
shrauger
|
  |
| Joined: 08 Nov 2011 |
| Total Posts: 10573 |
|
|
| 13 Feb 2016 11:13 AM |
| Had a feeling this would be ignored. Well screw me. |
|
|
| Report Abuse |
|
|
|
| 13 Feb 2016 11:13 AM |
hire michael bay
sig level is over slingeshotjunkie's number of bad jellybeans |
|
|
| Report Abuse |
|
|
shrauger
|
  |
| Joined: 08 Nov 2011 |
| Total Posts: 10573 |
|
|
| 13 Feb 2016 11:14 AM |
| yeah! https://www.youtube.com/watch?v=NF4BT62Haeo |
|
|
| Report Abuse |
|
|
BossLaw
|
  |
| Joined: 28 Feb 2013 |
| Total Posts: 5383 |
|
|
| 13 Feb 2016 11:15 AM |
Roblox Studios > Edit > Right click Workspace > Insert Object > Explosion -Game Design
youtube.com/BossLawRBLX |
|
|
| Report Abuse |
|
|
shrauger
|
  |
| Joined: 08 Nov 2011 |
| Total Posts: 10573 |
|
|
| 13 Feb 2016 11:26 AM |
| just going to use a rock mesh. |
|
|
| Report Abuse |
|
|
Sirenoob
|
  |
| Joined: 14 Dec 2012 |
| Total Posts: 4967 |
|
|
| 13 Feb 2016 11:32 AM |
Green screen explosion
burnt my bread |
|
|
| Report Abuse |
|
|
korf
|
  |
| Joined: 12 Aug 2012 |
| Total Posts: 409 |
|
|
| 13 Feb 2016 11:38 AM |
function makeBoom() local explosion = Instance.new("Explosion") --Makes explosion explosion.Position = Vector3.new(0, 0 , 0) --Insert where you want the explosion here. explosion.Parent = game.Workspace --Adds explosion to workspace end
|
|
|
| Report Abuse |
|
|