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

I cant run this basic script?

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

Message.text="Hello World"

Message.Parent=game.Workspace

wait(10)

Message:Remove()

it wont load in game can you help tell me whats going wrong

1 answer

Log in to vote
-1
Answered by 10 years ago

Line 3 Message.Text NOT Message.text

0
Yeah ROBLOX can be quite case-sensitive. But try use your Output next time. hiccup111 231 — 10y
Ad

Answer this question