03-16-2011, 10:22 PM (This post was last modified: 03-18-2011, 07:03 PM by Eyrk.)
I has done it! I made the first buildism badge! Code:
enabled = true
function TestHit(part)
if not enabled then return end
enabled = false
print(part.Parent.Name .. " has hit " .. script.Parent.Name)
game:chat(Color(100,100,0), "System: " .. part.Parent.Name .. " has won!")
sleep(5)
enabled = true
end
link(script.Parent.Collided, TestHit)
Free to use. :p The first badge is in my Lava Obby!