Hello! I’ve made a post last week on an issue we have on our game, you can find more information here (Player stuck on ground after morphing) but I’ll try to summarize it for anyone that won’t read the post: We’re having players choose their favourite superhero by walking on a button that’s in front of a superhero rig. What happens next is that the player gets teleported on the map (based on random spawnpoints) and morphs into the rig of the superhero.
The issue we encountered is this: https://gyazo.com/959da0b13d4f96ab17c1de98756102a9 (the player gets glitched in the ground and can’t run or jump on the map, I can still use my powers but if I do after a while the player becomes all frozen-like and stops moving at all, similar to the PlatformStand option, which was not the cause of our issue)
After trying out all possible solutions and suggestions, I made a simple test place and started integrating our game gradually, so as to isolate the root cause of the issue. After integrating a substantial portion of our game and constantly checking the differences between the test and the game places, I couldn’t replicate the issue on the test place after several tries. However, the StreamingEnabled option for the test place was not on, and as soon as I turned it on, the issue was happening again.
After digging a bit into what StreamingEnabled does and potential problems (mainly teleporting and loading map parts) I haven’t found a correlation between this option and the morphing of a player or altering/changing the body parts of a player.
Has anyone encountered something similar to this? Any ideas/suggestions are more than welcome!