|
| 17 Aug 2013 12:54 PM |
Is there a script that lets you spawn as someone else? (And if there is could someone give me the link?) Thanks!
(ง'̀-'́)ง com fite me |
|
|
| Report Abuse |
|
|
| |
|
|
| 17 Aug 2013 12:57 PM |
| ^ There is no such thing as an on character added event. Only CharacterAdded. But nobody needs that, just change the appearance property in each player. I could make it but not fo free |
|
|
| Report Abuse |
|
|
|
| 17 Aug 2013 12:59 PM |
"I could make it but not fo free" You've got to be kidding me. This is scripting HELPERS. If they wanted to pay, they'd be in LMaD. Here's your script:
-- First, you need to find your player. I can help you with this if you need it. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=0" -- Change 0 to the UserId of the player you want them to look like.
Wiki Profile: http://wiki.roblox.com/index.php/User:Nelson |
|
|
| Report Abuse |
|
|
|
| 17 Aug 2013 01:04 PM |
@MeBilly
WRONGGGG
*fixed script*
game.Players.PLAYANAIMHERE.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId = 0" --Ch ange 0 to the user iD u want
|
|
|
| Report Abuse |
|
|
|
| 17 Aug 2013 01:06 PM |
@canada1232111 If you read my comment at the top of my script, you'd notice that I had said that you'd need to find the player first, meaning you'd be defining a variable (presumably "player"), which is what I used.
Wiki Profile: http://wiki.roblox.com/index.php/User:Nelson |
|
|
| Report Abuse |
|
|
Hibobb
|
  |
| Joined: 18 Apr 2010 |
| Total Posts: 2146 |
|
|
| 17 Aug 2013 01:08 PM |
Or even more simply:
game.Players.PlayerAdded:connect(function(player) player..CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId = 0" --Change 0 to the user iD u want |
|
|
| Report Abuse |
|
|
|
| 17 Aug 2013 01:08 PM |
*face palm*
The fail on me...
it hurts D:
I so sorry ;c |
|
|
| Report Abuse |
|
|
Hibobb
|
  |
| Joined: 18 Apr 2010 |
| Total Posts: 2146 |
|
|
| 17 Aug 2013 01:08 PM |
Sorry...;
game.Players.PlayerAdded:connect(function(player) player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId = 0" --Change 0 to the user iD u want end)
|
|
|
| Report Abuse |
|
|
|
| 23 Aug 2013 07:25 AM |
Do I put this in a script or the command bar?
(ง'̀-'́)ง com fite me |
|
|
| Report Abuse |
|
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
| |
|
|
| 23 Aug 2013 07:30 AM |
uh ok thanks
(ง'̀-'́)ง com fite me |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2013 07:31 AM |
local or normal?
(ง'̀-'́)ง com fite me |
|
|
| Report Abuse |
|
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
| |
|
|
| 23 Aug 2013 07:33 AM |
game.Players.PlayerAdded:connect(function(player) player..CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId = 15" --Change 0 to the user iD u want
well i put this in but i still spawn as a guest, could you fix that please? \
(i am not logged in studio)
(ง'̀-'́)ง com fite me |
|
|
| Report Abuse |
|
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
| |
|
|
| 23 Aug 2013 07:35 AM |
do i have to remove that space between the numer and asset link thing
or put end at the back?
(ง'̀-'́)ง com fite me |
|
|
| Report Abuse |
|
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
| |
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
| |
|
| |
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
| |
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
| |
|
|
| 23 Aug 2013 07:41 AM |
It works now
thanks :)
(ง'̀-'́)ง com fite me |
|
|
| Report Abuse |
|
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
| |
|
|
| 23 Aug 2013 07:43 AM |
this is my main :P
(ง'̀-'́)ง com fite me |
|
|
| Report Abuse |
|
|