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

Why won't this work?

Asked by 10 years ago
local Message = Instance.new("Message")

Message.text = ("Test")

Message.Parent = game.Workspace

wait(5)

Message:Remove()

2 answers

Log in to vote
1
Answered by 10 years ago

1) The word "text" in Message.text has to be capitalized. 2) ("Test") isn't supposed to have parenthesis around it

0
thanks worked BritishGotSwag 30 — 10y
Ad
Log in to vote
0
Answered by
Ekkoh 635 Moderation Voter
10 years ago

@Turbo You actually can have the ( ) around "Test" if you want, but it's unnecessary.

Answer this question