koala0226
|
  |
| Joined: 17 Dec 2008 |
| Total Posts: 1435 |
|
|
| 22 Sep 2013 09:18 PM |
I can't seem to get this working...What I want this to do is load the character to a different character but when I run it my character doesn't change and just respawns me.
The part of the scrupt dealing with this issue: local a = hit.Parent:FindFirstChild("Owner").Value local g1 = game.Players:FindFirstChild(a) local g = g1.CharacterAppearance local id = hit.Parent:FindFirstChild("ID").Value g = "http://www.roblox.com/asset/CharacterFetch.ashx?userId="..id wait(1) g1:LoadCharacter() |
|
|
| Report Abuse |
|
|
koala0226
|
  |
| Joined: 17 Dec 2008 |
| Total Posts: 1435 |
|
| |
|
|
| 22 Sep 2013 09:20 PM |
local a = hit.Parent:FindFirstChild("Owner").Value local g1 = game.Players:FindFirstChild(a) local id = hit.Parent:FindFirstChild("ID").Value g1.CharacterAppearance = "http://www.roblox.com/asset/CharacterFetch.ashx?userId="..id wait(1) g1:LoadCharacter() |
|
|
| Report Abuse |
|
|
koala0226
|
  |
| Joined: 17 Dec 2008 |
| Total Posts: 1435 |
|
|
| 22 Sep 2013 09:24 PM |
| Wow that's it? Such a simple fix...Well thank you c: |
|
|
| Report Abuse |
|
|
| |
|