My game uses player-submitted models to load in maps. One model that was submitted has it’s rotation set to 0,0,-90, so it loads sideways. However, I do not want to change the orientation of the model because it is facing upwards, but when it loads it loads sideways due to the model script loading every map at orientation 0,0,0. How would I change the models orientation to 0,0,0, but keep the model at the same orientation? I found some people who had asked this question before, but they all used PrimaryParts and that doesn’t work for my game.
1 Like