rahmi2008
|
  |
| Joined: 05 Jul 2010 |
| Total Posts: 212 |
|
|
| 01 Apr 2012 08:47 AM |
f = Instance.new("Explosion") f.Parent = Workspace.rahmi2008.Torso
Someone plzzz tell me what I am doing wrong?!
lolz. explosion.. |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2012 08:49 AM |
| f = Instance.new("Explosion") f.Parent = Workspace.rahmi2008.Torso f.position = Workspace.rahmi2008.Torso.Position |
|
|
| Report Abuse |
|
|
rahmi2008
|
  |
| Joined: 05 Jul 2010 |
| Total Posts: 212 |
|
|
| 01 Apr 2012 08:51 AM |
| That didn't work either?! :O |
|
|
| Report Abuse |
|
|
jaybejay
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 594 |
|
|
| 01 Apr 2012 09:12 AM |
Really, i only know scripting when i got studio, but mines broke, try:
f = Instance.new("Explosion").Parent = Workspace.rahmi2008.Torso --Line1 f.position = Workspace.rahmi2008.Torso.Position --New line2
Thanks, Jaybejay :) ~JMail I like :3 |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2012 09:13 AM |
| Correct but you need a capital P for Position. Even scripts are grammar sensitive :3 |
|
|
| Report Abuse |
|
|
jaybejay
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 594 |
|
|
| 01 Apr 2012 09:15 AM |
I had a capital P - We all did :3
Thanks, Jaybejay :) ~JMail I like :3 |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2012 09:18 AM |
You are a bad liar.
f = Instance.new("Explosion") f.Parent = Workspace.rahmi2008.Torso f.Position = Workspace.rahmi2008.Torso.Position
Your script failed because you did this:
f = Instance.new("Explosion").Parent = Workspace.rahmi2008.Torso |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2012 09:20 AM |
Or save time
f = Instance.new("Explosion", Workspace.tehepicford.Head f.Position = Workspace.tehepicford.Head.Position |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2012 09:20 AM |
| Forgot the closing brackets. |
|
|
| Report Abuse |
|
|
jaybejay
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 594 |
|
|
| 01 Apr 2012 10:14 AM |
| Oooops - Told ya i needed studio - the computer i was on didnt have it. |
|
|
| Report Abuse |
|
|
jaybejay
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 594 |
|
|
| 01 Apr 2012 10:15 AM |
game.Workspace.jaybejay:remove()
--Im embarresed! |
|
|
| Report Abuse |
|
|
43max43
|
  |
| Joined: 05 Mar 2012 |
| Total Posts: 191 |
|
|
| 01 Apr 2012 11:24 AM |
game.Workspace.jaybejay:DESTROY()
--Your embarresed. AND DESTORYED >:) |
|
|
| Report Abuse |
|
|
jode6543
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 5363 |
|
|
| 01 Apr 2012 11:25 AM |
@Max a) :Destroy() b) :remove() Still works, it is just deprecated. :P |
|
|
| Report Abuse |
|
|