wattleman
|
  |
| Joined: 02 Jul 2010 |
| Total Posts: 373 |
|
|
| 18 Dec 2011 07:27 PM |
| Can I get a script that renames everything? I need it like to rename everthing into workspace hello. I know the GetChildren Function but I just need someone to put it together. |
|
|
| Report Abuse |
|
|
| |
|
wattleman
|
  |
| Joined: 02 Jul 2010 |
| Total Posts: 373 |
|
|
| 18 Dec 2011 07:30 PM |
| Please someone help me make it. I need it wrote and ill copy it anc change it up to actully what im doing. |
|
|
| Report Abuse |
|
|
|
| 18 Dec 2011 07:32 PM |
Thats a request but since its so easy ill make it
for i,v in pairs(game.Workspace:GetChildren()) do v.Name="Hello" end
Also, do you want it to just change the names of parts? |
|
|
| Report Abuse |
|
|