Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local message = Instance.new('Message', game.Workspace) -- Insert a new message in the Workspace.
- message.Text = "Testing, 1,2,3" -- Set the text of the message to "Hello World!".
- wait(10)
- message:Destroy() -- Remove the message after 10 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement