function onTouched(hit)
game.Lighting.louisdead:clone().Parent = game.Workspace
wait (1) game.Workspace.louisalive:Destroy()
connection = game.workspace.script.parent.this(OnTouched)
wait (1) game.Workspace.louisalive:Destroy()
script.Parent.Touched:connect(onTouched)
wait (3)
game.workspace.louis_event:remove()
end
im really new to scripting...
|