Bondle
|
  |
| Joined: 11 Aug 2011 |
| Total Posts: 265 |
|
|
| 29 Dec 2011 10:17 PM |
C = Instance.new "Hint"
C.Parent = game.Workspace
while true do
C.Text = "math.random" wait (1) C.Text = "Now that was a random number..." wait (1) C:remove() end end --This script prints out a random nimber then says that was a random number.... --Made by the Bondle. |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2011 10:18 PM |
Ummmmm,
do you need us to 'fix' it? |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 29 Dec 2011 10:18 PM |
"--This script prints out a random nimber then says that was a random number...."
I don't see a print() anywhere. |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2011 10:18 PM |
C = Instance.new "Hint"
C.Parent = game.Workspace
while true do
C.Text = math.random() wait (1) C.Text = "Now that was a random number..." wait (1) C:remove() end --This script prints out a random nimber then says that was a random number.... --Made by the swimguy777.
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
| Report Abuse |
|
|
Bondle
|
  |
| Joined: 11 Aug 2011 |
| Total Posts: 265 |
|
| |
|
|
| 29 Dec 2011 10:20 PM |
C = Instance.new "Hint"
C.Parent = game.Workspace
while true do
C.Text = math.random() wait (1) C.Text = "Now that was a random number..." wait (1) C:remove() end
--This script prints out a random number then says that was a random number.... --Spelling mistake fixed by Darkmist101. |
|
|
| Report Abuse |
|
|
Bondle
|
  |
| Joined: 11 Aug 2011 |
| Total Posts: 265 |
|
|
| 29 Dec 2011 10:21 PM |
| K good, now. Creddit (reddit) to me for making it. |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2011 10:23 PM |
C = Instance.new "Hint"
C.Parent = game.Workspace
while true do
C.Text = math.random() wait (1) C.Text = "Now that was a random number..." wait (1) C:remove() end
-- This script prints out a random number then says that was a random number.... -- Failure by Bondle -- Win by swimguy777 -- Spelling mistake fixed by Darkmist101. |
|
|
| Report Abuse |
|
|
Bondle
|
  |
| Joined: 11 Aug 2011 |
| Total Posts: 265 |
|
| |
|
|
| 29 Dec 2011 10:25 PM |
Actually, being the son of a balrog would be awesome. You'd be all fiery and awesome looking, and carry freakishly awesome whip type thingies.
I doubt that you'd have many friends, though :C
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2011 10:27 PM |
Sorry, I don't speak Maplestroy. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 29 Dec 2011 10:35 PM |
How does this code even work?
1. You have an extra end
2. ("Hint") |
|
|
| Report Abuse |
|
|
Bondle
|
  |
| Joined: 11 Aug 2011 |
| Total Posts: 265 |
|
|
| 29 Dec 2011 10:36 PM |
| Ik. It is supposed to be not working. |
|
|
| Report Abuse |
|
|
Jaccob
|
  |
| Joined: 19 Oct 2008 |
| Total Posts: 986 |
|
|
| 29 Dec 2011 10:36 PM |
YU SO INEFFICENT?!
-- umg jaccob script
C = Instance.new('Hint', Workspace) table = { "Now that was a random number...", "Jaccob is cewl", "and is epic", "and cewler than u", "so yes", "blah" }
C.Text = math.random() wait(1)
for troll, Jaccobz in pairs(table) do wait(1) C.Text = table[troll] end wait(1) C:Remove()
|
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 29 Dec 2011 10:45 PM |
@jaccob
Are you trying to put all of that in one line of the text? Because if you are, mine as well use table.concat(). |
|
|
| Report Abuse |
|
|
Jaccob
|
  |
| Joined: 19 Oct 2008 |
| Total Posts: 986 |
|
|
| 29 Dec 2011 11:06 PM |
| Nope, it prints out each line of the table per second. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 29 Dec 2011 11:09 PM |
| In that script where did you use print()? |
|
|
| Report Abuse |
|
|
Jaccob
|
  |
| Joined: 19 Oct 2008 |
| Total Posts: 986 |
|
|
| 29 Dec 2011 11:12 PM |
| As in print I was hoping you would understand that I'm changeing the text of the message to each line in the table per second. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 29 Dec 2011 11:25 PM |
| Well, as a fact that you are a wiki writer I thought you meant print because wiki writers are very specific. |
|
|
| Report Abuse |
|
|