|
| 17 Jan 2012 05:26 PM |
okay so I used to have this really old script that would like display everything that was in Workspace on a message, so today I thought it would be fun recreating it, I have the amount of things in Workspace, but does anyone know how to display the name of the object too? I know its not hard but I forgot :P here is the script: ------------------------------------------------------- msg = Instance.new("Message",Workspace) h = Workspace:GetChildren() for i = 1,#h do msg.Text =i.." Noobz in workspace " wait(0.1) end wait(4) msg:Remove() -------------------------------------- thanks for your help :D |
|
|
| Report Abuse |
|
Seranok
|
  |
| Joined: 12 Dec 2009 |
| Total Posts: 11083 |
|
|
| 17 Jan 2012 05:32 PM |
| I don't think you can do Messages anymore. Try using Hints instead. |
|
|
| Report Abuse |
|
|
| 17 Jan 2012 05:36 PM |
| you can, the script i posted above works i just need to find out how to make it say the name of the object in workspace. not just how many objects there are. |
|
|
| Report Abuse |
|