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