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

How to make this message script FE? for my Roblox game? so i can send a message to other players?

Asked by 4 years ago

how do I make this script fe?

local message = Instance.new('Message', game.Workspace) -- Insert a new message in the Workspace. message.Text = "message here" -- Set the text of the message to "Hello World!". wait(5) message:Destroy() -- Remove the message after 10 seconds.f

0
Get Admin Kohls and just say (:m example). I think a script would not be necessary for that bbudder 7 — 4y

Answer this question