Message.Text="Survive the killer, follow the defender of the innocents." wait(5) Message.Text:destroy()
Why?
It's because the Destroy method is not a method of the Text of a Message. You have to use the Destroy method on the Message itself, not the text;
Message.Text="Survive the killer, follow the defender of the innocents." wait(5) Message:Destroy() --Is not case sensative, guy below is wrong.
Hope I Helped
+1
Simply make the D in :Destroy() capital and just remove the message
Sorry I was told it was case sensitive. Too bad I still posted the right code and got -5... >logic
Message.Text="Survive the killer, follow the defender of the innocents." wait(5) Message:Destroy()
Locked by adark and AmericanStripes
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?