| |
|
|
| 02 Jan 2012 12:35 AM |
Well what do you mean? Changing a name would be as simple as;
game.Workspace.cowboy123134.Name = Telamon
Now if you wanted to be able to choose your name and whatnot that would be different.
Be more specific. >.> |
|
|
| Report Abuse |
|
|
| |
|
su8
|
  |
| Joined: 06 Mar 2009 |
| Total Posts: 6334 |
|
|
| 02 Jan 2012 03:48 AM |
It still wouldn't work, Unknown Exception' |
|
|
| Report Abuse |
|
|
Robain
|
  |
| Joined: 10 Oct 2008 |
| Total Posts: 349 |
|
|
| 02 Jan 2012 04:18 AM |
| This forum has that script: http://www.roblox.com/Forum/ShowPost.aspx?PostID=57823962 |
|
|
| Report Abuse |
|
|
ZDude2461
|
  |
| Joined: 26 Apr 2009 |
| Total Posts: 347 |
|
|
| 02 Jan 2012 04:24 AM |
I was gonna say what Robain said in his forum. 3:
Make a clone of yourself and change your character to the clone. |
|
|
| Report Abuse |
|
|
Robain
|
  |
| Joined: 10 Oct 2008 |
| Total Posts: 349 |
|
|
| 02 Jan 2012 04:24 AM |
| Zeeduwd, can joo SCRIPT!? :DD |
|
|
| Report Abuse |
|
|
Robain
|
  |
| Joined: 10 Oct 2008 |
| Total Posts: 349 |
|
|
| 02 Jan 2012 04:32 AM |
Ok, now you guys got my script.. But why don't i hear 'Thank joo Robain :3' ಠ__ಠ
~~Everyday i'm Flipping Tables (ノಠ益ಠ)ノ彡┻━┻ ~~
|
|
|
| Report Abuse |
|
|
eJorge
|
  |
| Joined: 09 Jun 2011 |
| Total Posts: 5966 |
|
|
| 02 Jan 2012 04:52 AM |
Hmm... What about this?
local name = "YOURNAMEHERE" local character = workspace.Character --Change local model = Instance.new("Model") model.Name = name for i,v in pairs(character:GetChildren()) do v.Parent = model end game.Players:GetPlayerFromCharacter(character).Character = model character:remove() |
|
|
| Report Abuse |
|
|
Robain
|
  |
| Joined: 10 Oct 2008 |
| Total Posts: 349 |
|
|
| 02 Jan 2012 05:49 AM |
| That's the same as my script >.> |
|
|
| Report Abuse |
|
|
Robain
|
  |
| Joined: 10 Oct 2008 |
| Total Posts: 349 |
|
|
| 02 Jan 2012 05:50 AM |
___ __ ___ __ __ _ _ ( ,) / \( ,) ( ) ( )( \( ) ) \( () )) ,\ /__\ )( ) ( (_)\_)\__/(___/(_)(_)(__)(_)\_) lol |
|
|
| Report Abuse |
|
|