carl164
|
  |
| Joined: 04 Apr 2012 |
| Total Posts: 35052 |
|
| |
|
|
| 29 May 2013 10:30 AM |
instance.new.explosion
i think
no im not a nerd |
|
|
| Report Abuse |
|
|
|
| 29 May 2013 10:31 AM |
found it
--Made by TheNewerRyan--
t = Instance.new("Message", game.Workspace) ---Inserts a Message t.Text = "newer is going to fart noobs" ---What the text is going to say wait(5) ---How long the text will appear t:remove() ---Removes the message
bomb = Instance.new("Explosion", game.Workspace) ---Inserts an Explosion bomb.Position = Vector3.new(0, 0, 0) ---The Position of the Explosion bomb.BlastRadius = math.huge --- How big the blast is going to be
--- noobs
thats when i was still a nerd |
|
|
| Report Abuse |
|
|
|
| 29 May 2013 10:31 AM |
while true do Instance.new("Explosion", workspace).Position = Vector3.new(0,0,0) wait(1) end |
|
|
| Report Abuse |
|
|
cedar
|
  |
| Joined: 02 Dec 2007 |
| Total Posts: 8990 |
|
| |
|