I am trying to load a character of a player into the game. The player is not in the specific place. I want to load a players character by id from roblox. I have tried the code below:
game.InsertService:ApproveAssetId(35904028) game.InsertService:loadAsset(35904028).Parent = workspace
No errors but the model inserted is empty, no character to be found. Please help me!
Currently the only way to load the assets contained by a player's character is by setting an actual ingame player's CharacterAppearance to that of the desired player and then respawning the player.
Player.CharacterAppearance="http://www.roblox.com/Asset/CharacterFetch.ashx?userId=35904028" Player:LoadCharacter()