Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how to make Terminal Deletes Self and opposing term. Also, puts up message declaring the winner? [closed]

Asked by 10 years ago
x = script.Parent.Parent.Terminal



       if script.Parent.Humanoid.Health < 1 then
                      msg = Instance.new("Message")
                      msg.Parent = game.Workspace
                      msg.Text = "The (Team Name) Has Won!"
                      x:remove()
                      wait(5)
                      msg:remove()
                      script.Parent:remove()
         end

What about this isn't working?

Closed as Too Broad by MrNicNac

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?