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?