Top posting users this month | |
Latest topics | » Where to go from here.September 14th 2020, 1:20 pm by MrNicNac» Send me an EmailSeptember 14th 2020, 1:16 pm by MrNicNac» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]July 6th 2015, 7:38 pm by m27frogy» New Site PossiblyJuly 6th 2015, 4:16 pm by m27frogy» Ambassador!April 15th 2015, 11:40 pm by naknak» Boop - TagApril 13th 2015, 9:46 pm by naknak» Vip Class ScriptApril 13th 2015, 4:54 pm by naknak» Who's active?!April 13th 2015, 4:52 pm by naknak» Genesis PointJuly 17th 2014, 7:04 pm by branefreez» Reward SystemJuly 17th 2014, 5:41 am by m27frogy» Script RequestJuly 10th 2014, 11:43 am by naknak» local scripts?July 10th 2014, 11:39 am by naknak» Project: Reconstruction [Died]July 10th 2014, 11:36 am by naknak» Hi. I am new hereApril 26th 2014, 4:01 pm by altshiftkey» What's your favorite sport?January 1st 2014, 2:13 pm by m27frogy» FlashLight ScriptJanuary 1st 2014, 2:11 pm by m27frogy» Gun Making! [READ DESC]January 1st 2014, 2:10 pm by m27frogy» Hi, I am new here!November 26th 2013, 3:33 pm by Keanu73» Improve CodingOctober 26th 2013, 1:12 pm by pook03» Simple ButtonSeptember 1st 2013, 6:19 pm by branefreez |
|
| How to make a Message script | |
| | Author | Message |
---|
Guest Guest
| Subject: How to make a Message script August 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 |
| | | ninga95 Administrator
Posts : 122 Join date : 2010-07-30 Age : 29
| Subject: Re: How to make a Message script August 2nd 2010, 7:42 pm | |
| You just copied this/ I can tell. Because you just got saying you needed help.
| |
| | | Guest Guest
| Subject: Re: How to make a Message script August 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 |
| | | Guest Guest
| Subject: Re: How to make a Message script August 2nd 2010, 7:45 pm | |
| And a message aswell (Obviously) |
| | | ninga95 Administrator
Posts : 122 Join date : 2010-07-30 Age : 29
| Subject: Re: How to make a Message script August 2nd 2010, 7:47 pm | |
| Well why didn't you explain a little on how it works. | |
| | | Guest Guest
| Subject: Re: How to make a Message script August 2nd 2010, 7:48 pm | |
| Sorry, i will right now then :) |
| | | ninga95 Administrator
Posts : 122 Join date : 2010-07-30 Age : 29
| Subject: Re: How to make a Message script August 2nd 2010, 7:49 pm | |
| | |
| | | Guest Guest
| Subject: Re: How to make a Message script August 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] |
| | | blueymaddog Administrator
Posts : 1081 Join date : 2010-12-09 Age : 26
| Subject: Re: How to make a Message script January 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])
| |
| | | naknak Administrator
Posts : 878 Join date : 2010-07-30
| Subject: Re: How to make a Message script January 17th 2011, 12:31 pm | |
| - Code:
-
local m=Instance.new("Message",Workspace).Text="Text Here" game:GetService("Debris"):AddItem(m,[time here])
I win | |
| | | naknak Administrator
Posts : 878 Join date : 2010-07-30
| Subject: Re: How to make a Message script January 17th 2011, 12:32 pm | |
| | |
| | | Guest Guest
| Subject: Re: How to make a Message script January 17th 2011, 4:59 pm | |
| - Code:
-
game:GetService("Debris"):AddItem(Instance.new("Message",Workspace).Text="TextHere",[time here]) |
| | | Guest Guest
| Subject: Re: How to make a Message script January 17th 2011, 5:00 pm | |
| one line? does this work? |
| | | naknak Administrator
Posts : 878 Join date : 2010-07-30
| Subject: Re: How to make a Message script January 17th 2011, 5:15 pm | |
| | |
| | | blueymaddog Administrator
Posts : 1081 Join date : 2010-12-09 Age : 26
| Subject: Re: How to make a Message script January 18th 2011, 7:50 am | |
| I win. u can't use two '=' in one line like that, foo. test it in the output. >:P
| |
| | | Guest Guest
| Subject: Re: How to make a Message script January 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 |
| | | blueymaddog Administrator
Posts : 1081 Join date : 2010-12-09 Age : 26
| Subject: Re: How to make a Message script January 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 | |
| | | Sponsored content
| Subject: Re: How to make a Message script | |
| |
| | | | How to make a Message script | |
|
Similar topics | |
|
| Permissions in this forum: | You cannot reply to topics in this forum
| |
| |
| Who is online? | In total there are 10 users online :: 0 Registered, 0 Hidden and 10 Guests
None
Most users ever online was 136 on October 21st 2024, 12:16 pm
|
| Please tell us what time zone you are in here
Got a really good idea? Post it in projects and it might show up here! |
|