A Roblox Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A Roblox Community

A community of Robloxians who want to learn to script and build on Roblox Studio.
 
HomeLatest imagesRegisterLog in
If you're a experienced coder make some tutorials! It would really help the site grow.
Make sure you read the rules(Which can be found by clicking here)
If you're a beginner at coding, try some tutorials.
We have many Moderators/Admins watching this site. Contact them with Questions.
Let us know what your favorite sport is. By clicking here to vote (Click here)
This site is becoming inactive. Lets make it active.
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Top posters
blueymaddog
How to make a Message script Vote_lcapHow to make a Message script Voting_barHow to make a Message script Vote_rcap 
naknak
How to make a Message script Vote_lcapHow to make a Message script Voting_barHow to make a Message script Vote_rcap 
Supernapalm
How to make a Message script Vote_lcapHow to make a Message script Voting_barHow to make a Message script Vote_rcap 
m27frogy
How to make a Message script Vote_lcapHow to make a Message script Voting_barHow to make a Message script Vote_rcap 
slayer9365
How to make a Message script Vote_lcapHow to make a Message script Voting_barHow to make a Message script Vote_rcap 
myrco919
How to make a Message script Vote_lcapHow to make a Message script Voting_barHow to make a Message script Vote_rcap 
branefreez
How to make a Message script Vote_lcapHow to make a Message script Voting_barHow to make a Message script Vote_rcap 
ninga95
How to make a Message script Vote_lcapHow to make a Message script Voting_barHow to make a Message script Vote_rcap 
CloneTrooper787
How to make a Message script Vote_lcapHow to make a Message script Voting_barHow to make a Message script Vote_rcap 
raboy117
How to make a Message script Vote_lcapHow to make a Message script Voting_barHow to make a Message script Vote_rcap 
Top posting users this month
No user
Latest topics
» Where to go from here.
How to make a Message script EmptySeptember 14th 2020, 1:20 pm by MrNicNac

» Send me an Email
How to make a Message script EmptySeptember 14th 2020, 1:16 pm by MrNicNac

» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]
How to make a Message script EmptyJuly 6th 2015, 7:38 pm by m27frogy

» New Site Possibly
How to make a Message script EmptyJuly 6th 2015, 4:16 pm by m27frogy

» Ambassador!
How to make a Message script EmptyApril 15th 2015, 11:40 pm by naknak

» Boop - Tag
How to make a Message script EmptyApril 13th 2015, 9:46 pm by naknak

» Vip Class Script
How to make a Message script EmptyApril 13th 2015, 4:54 pm by naknak

» Who's active?!
How to make a Message script EmptyApril 13th 2015, 4:52 pm by naknak

» Genesis Point
How to make a Message script EmptyJuly 17th 2014, 7:04 pm by branefreez

» Reward System
How to make a Message script EmptyJuly 17th 2014, 5:41 am by m27frogy

» Script Request
How to make a Message script EmptyJuly 10th 2014, 11:43 am by naknak

» local scripts?
How to make a Message script EmptyJuly 10th 2014, 11:39 am by naknak

» Project: Reconstruction [Died]
How to make a Message script EmptyJuly 10th 2014, 11:36 am by naknak

» Hi. I am new here
How to make a Message script EmptyApril 26th 2014, 4:01 pm by altshiftkey

» What's your favorite sport?
How to make a Message script EmptyJanuary 1st 2014, 2:13 pm by m27frogy

» FlashLight Script
How to make a Message script EmptyJanuary 1st 2014, 2:11 pm by m27frogy

» Gun Making! [READ DESC]
How to make a Message script EmptyJanuary 1st 2014, 2:10 pm by m27frogy

» Hi, I am new here!
How to make a Message script EmptyNovember 26th 2013, 3:33 pm by Keanu73

» Improve Coding
How to make a Message script EmptyOctober 26th 2013, 1:12 pm by pook03

» Simple Button
How to make a Message script EmptySeptember 1st 2013, 6:19 pm by branefreez


 

 How to make a Message script

Go down 
3 posters
AuthorMessage
Guest
Guest
avatar



How to make a Message script Empty
PostSubject: How to make a Message script   How to make a Message script EmptyAugust 2nd 2010, 7:41 pm

This is a simple script, that creates a message that all will see

Code:
[color=black]local m = Instance.new ("Message")
m.Parent = game.Workspace
m.Text = "WHATEVER  YOU WANT"
wait (put any time here)
m:Remove () --Removes it after the time you put above[/color]

And there ya go :) It is easy, and you can play around with it
Back to top Go down
ninga95
Administrator
Administrator
ninga95


Posts : 122
Join date : 2010-07-30
Age : 29

How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyAugust 2nd 2010, 7:42 pm

You just copied this/ I can tell. Because you just got saying you needed help.
Back to top Go down
Guest
Guest
avatar



How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyAugust 2nd 2010, 7:45 pm

I didnt copy it, i neeed help, but I know the basics, so please dont judge me just cause I need help. I know easy stuff...llike a reset GUI or a Hint
Back to top Go down
Guest
Guest
avatar



How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyAugust 2nd 2010, 7:45 pm

And a message aswell (Obviously)
Back to top Go down
ninga95
Administrator
Administrator
ninga95


Posts : 122
Join date : 2010-07-30
Age : 29

How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyAugust 2nd 2010, 7:47 pm

Well why didn't you explain a little on how it works.
Back to top Go down
Guest
Guest
avatar



How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyAugust 2nd 2010, 7:48 pm

Sorry, i will right now then :)
Back to top Go down
ninga95
Administrator
Administrator
ninga95


Posts : 122
Join date : 2010-07-30
Age : 29

How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyAugust 2nd 2010, 7:49 pm

ok
Back to top Go down
Guest
Guest
avatar



How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyAugust 2nd 2010, 7:51 pm

So, here is how the s
Code:
cript works, and the script itself again

[color=black]
local m = Instance.new ("Message") --this states that a message is what your making (local m can be any letter, not only m)
m.Parent = game.Workspace --States that Message will be in game.Workspace, its Parent ttherefore
m.Text = "WHATEVER YOU WANT" --What teh message will say
wait(ANY NUMBER) --how long before anything else happens
m:Remove () --removes the message after whatever time u put above[/color]
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyJanuary 17th 2011, 8:30 am

I can make it three lines ;)
Code:

local m=Instance.new("Message",Workspace)
m.Text="Text Here"
game:GetService("Debris"):AddItem(m,[time here])
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyJanuary 17th 2011, 12:31 pm

Code:
local m=Instance.new("Message",Workspace).Text="Text Here"
game:GetService("Debris"):AddItem(m,[time here])
 

I win
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyJanuary 17th 2011, 12:32 pm

Ugh, overflow -.-
Back to top Go down
Guest
Guest
avatar



How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyJanuary 17th 2011, 4:59 pm

Code:
game:GetService("Debris"):AddItem(Instance.new("Message",Workspace).Text="TextHere",[time here])

Back to top Go down
Guest
Guest
avatar



How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyJanuary 17th 2011, 5:00 pm

one line? does this work?
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyJanuary 17th 2011, 5:15 pm

Maybe.
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyJanuary 18th 2011, 7:50 am

I win.
u can't use two '=' in one line like that, foo. test it in the output. >:P
Back to top Go down
Guest
Guest
avatar



How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyJanuary 21st 2011, 1:56 am

local m = Instance.new("Message", Workspace).Text = "I win"
Code:
local m = Instance.new("Message", Workspace).Text = "I win"


haha one line XD i win
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script EmptyJanuary 26th 2011, 9:07 am

@mitchel, you don't win. it doesn't remove after a certain amount of time. I winz:

Code:

Instance.new("Message",Workspace).Text=[[I win 100 internets!!! ]]:wait(3):Remove()

I'm always thinking outside the box >:P

Back to top Go down
Sponsored content





How to make a Message script Empty
PostSubject: Re: How to make a Message script   How to make a Message script Empty

Back to top Go down
 
How to make a Message script
Back to top 
Page 1 of 1
 Similar topics
-
» How do you make a script that anchors everyone except for yourself?
» How to make a SIMPLE command script
» How to make your own scripts from scratch
» A coded message
» how to make a Reset GUI

Permissions in this forum:You cannot reply to topics in this forum
A Roblox Community :: Tutorials and Resources :: Beginner-
Jump to: