of     1   

ShinobiBlue
#40160151Sunday, January 02, 2011 3:41 AM GMT

Whats wrong here?
ShinobiBlue
#40160188Sunday, January 02, 2011 3:42 AM GMT

script.Parent.Selected:connect(function(o) o.KeyDown:connect(function(key) local key = key:lower() if key == "q" then character = script.Parent.Parent.Parent if character then local p = Instance.new("Part") p.Parent = game.Workspace p.Size = Vector3.new(1,1,1) p.Transparency = 0.4 p.Position = Workspace[character.Name].Torso.Position + Vector3.new(0,15,0) p.BrickColor = BrickColor.new("Toothpaste") p.Shape = "Ball" p.Anchored = true p.BottomSurface = "Smooth" p.TopSurface = "Smooth" local f = Instance.new("Fire") f.Parent = p f.Color = Color3.new(-0, -51, -204) f.SecondaryColor = Color3.new(-0, -51, -204) f.Heat = 1 while wait(0.00001) do p.Size = p.Size + Vector3.new(1,1,1) p.Position = p.Position + Vector3.new(0,1,0) f.Size = f.Size + 1 wait(9) break p:remove() game.Lighting.Blast:clone().Parent = character.Backpack end) end) end end end
qrcrist
#40160278Sunday, January 02, 2011 3:43 AM GMT

Output?
ShinobiBlue
#40160520Sunday, January 02, 2011 3:46 AM GMT

NVm dump this post..

    of     1