Player:LoadCharacter(false) Bug

This is a bug right? Or am I miss-interrupting what inGame means?

player:LoadCharacter(false) print(player.Character.Parent)
> Workspace

Also I am encountering a problem where I cannot resize the character the same frame as I create it or the character dies, but I can wait a few frames and it works??

ALLLSO Resizeing the character with FE works, but the joint C0 and C1 changes don’t get replicated from the server?

So you don’t want the player’s character to load? If it’s something like that I guess you could take a look at CharacterAutoLoads.

As for inGame, I really don’t know what’s supposed to happen if it was set to false.

“If InGame is true, then a default character will be loaded, then the Player’s CharacterAppearance will be applied. If it’s set to false then it will load a character with the Player’s most recent CharacterApperance.”

@OP If you want to create a character without parenting it to the workspace, store a template one in your script (or create one entirely through the script) and then go in and parent the stuff from game.Players:GetCharacterAppearanceAsync(userId) to it.

Thanks, I thought that inGame meant that the character was not put into Workspace. I didn’t meant to be messing around with character appearance. I’ve seen a system before where the developer clones a character and sets it as the player’s Character, but it seems very buggy. Sometimes the client controlling the character couldn’t move, and sometimes the client controlling the character was invisible to other players. Any other options?

Don’t know whose work had those kind of problems, but I’ve been doing exactly what I mentioned in my previous posts to create characters without parenting them to the workspace, and I haven’t run into any issues at all.

this game is pretty much unplayable due to the matchmaking, but the characters are being cloned and sometimes you have no control over the character, or other players report not being able to be seen. (ie. they are in spawn for everyone else, but that player thinks they are walking around playing the game)

There’s probably more stuff going on behind the scenes that are causing the issues you’re talking about.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.