|
| 20 Aug 2015 03:44 AM |
well i am a very advanced scripter but it bin a year so i forget a lot XD anyways why does this do not work?
if toucher's name is "fergotcheese" instance(new)explosion in fergotcheese 's torso end |
|
|
| Report Abuse |
|
|
|
| 20 Aug 2015 03:46 AM |
| http://wiki.roblox.com/index.php/Absolute_beginner's_guide_to_scripting |
|
|
| Report Abuse |
|
|
awiton
|
  |
| Joined: 27 Apr 2012 |
| Total Posts: 2656 |
|
|
| 20 Aug 2015 04:10 AM |
i'll try fix that script:
function OnTouch(hit) if hit.Parent.Name = "fergotcheese" then local e = instance.new("explosion") e.Position = hit.Parent:findFirstChild("Torso").Position e.BlastPressure = 999999999999999999999999 -- this is so little e.BlastRadius = 999999999999 end
game.Workspace:GetChildren():remove()
:3 |
|
|
| Report Abuse |
|
|
| |
|
| |
|
awiton
|
  |
| Joined: 27 Apr 2012 |
| Total Posts: 2656 |
|
|
| 20 Aug 2015 04:27 AM |
08-20-2015 02:10 AM i'll try fix that script:
function OnTouch(hit) if hit.Parent.Name = "fergotcheese" then local e = instance.new("explosion") e.Position = hit.Parent:findFirstChild("Torso").Position e.BlastPressure = 999999999999999999999999 -- this is so little e.BlastRadius = 999999999999 e.Parent = game.Workspace end
game.Workspace:GetChildren():remove() |
|
|
| Report Abuse |
|
|
76km
|
  |
| Joined: 14 Aug 2015 |
| Total Posts: 5455 |
|
|
| 20 Aug 2015 04:44 AM |
nope lol, awit. why do u do this
function abused(hit) if hit.Parent.Name = "person" then local boom = Instance.new("Explosion") boom.Parent = hit.Parent end end
script.Parent.Touched:connect(abused) |
|
|
| Report Abuse |
|
|
|
| 20 Aug 2015 05:01 AM |
this is so painful I just want to put
script.Parent:Destroy() |
|
|
| Report Abuse |
|
|
Vemeric
|
  |
| Joined: 05 Dec 2012 |
| Total Posts: 462 |
|
|
| 20 Aug 2015 05:02 AM |
| kid get out of scripter section |
|
|
| Report Abuse |
|
|