local Message = Instance.new("Message") Message.text = ("Test") Message.Parent = game.Workspace wait(5) Message:Remove()
1) The word "text" in Message.text
has to be capitalized. 2) ("Test")
isn't supposed to have parenthesis around it
@Turbo You actually can have the ( )
around "Test"
if you want, but it's unnecessary.