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

My code for making "hello world" on the screen appear doesnt work how to fix it?

Asked by 3 years ago

local message = Instance.new("message") -- difines a new instance of a message for the entire script message.Text ="hello world" -- sets text for the message message.parent= game.workspace wait(5) message:Remove

i am using the "play" This is an offline game currently

I have tried with capitalls but that didnt seem to change anything

i put this into my roblox studio code and it doesnt work (its a code for a brick i am following a toturiel but im kinda stoopid)

Its in workspace then there i put in brick and in brick i put something called "script" and there i put the code. Please help me and thanks in advance

0
try Instance.new("Message") ChristianTRPOC 64 — 3y
0
Messages have been deprecated, use textLabel, as they offer more options. mariohead13 129 — 3y
0
for what you are trying to achive, your gonna need a screen gui if you want the words hello world to appear on the brick Xyternal 247 — 3y

Answer this question