of     1   

Hackerstopper22
#37327673Sunday, November 21, 2010 11:36 AM GMT

If we have trouble debugging the script then do it by the model: http://www.roblox.com/for-hackerstopper-item?id=36635313 I'll post the script in 2nd post keep refreshing.
Hackerstopper22
#37327695Sunday, November 21, 2010 11:37 AM GMT

Damage = 600 ball = script.Parent function bullet(Boss) if Boss.Parent and Boss.Parent:FindFirstChild("Health") then Boss.Parent.Health.Value = Boss.Parent.Health.Value - Damage CON:disconnect() end end CON = script.Parent.Touched:connect(bullet) debris = Game:GetService("Debris") debris:AddItem(bullet,6) It just doesn't clean still, the output complained about something that whenever i try to post it I get an error occured.
BloxBuilder900
#37329202Sunday, November 21, 2010 12:44 PM GMT

I suggest you to repost the thread with a better title and to provide the output error.

    of     1