Looks like the Scene 
Whisper Club (Multi Girls).scnyour Post cut off.
you have reached the Character limit of a single post, and the Last part of the scene is cut off.
I've added it here
If the Model Now fits the top of the screen, but the feet are cut off.
then try to adjust the Y position just a little.
Look for the line
pos: X,Y,Z --> where X is Left to Right, Y is Up and Down, Z is Front to Back
Smaller Y = Higher on Screen, Larger Y = Lower on Screen.
Y can be Negative to go Higher than Zero.
in the Scene the Y is 60, try 55 to 50 and see how that is.
Make small changes and test again.
If you get the feet on Screen, but now the Head is too high, 
then also change the standingHeight: xxxx a little smaller.
Make the same change to ALL 3 places..
// Main clip with shadows
 clipSprite {// Shadow 1
 pos: 0, 60, 200 //<--- this is the line
 rot: 90, 15, 0
 scale: 1, 1.2, 1
 source: Center
 standingHeight: 900
 opacity: 0.15
 color: 0, 0, 0
 }
 clipSprite { // Shadow 2
 pos: 0, 60, 200 //<--- this is the line
 rot: 90, -15, 0
 scale: 1, 1.2, 1
 source: Center
 standingHeight: 900
 opacity: 0.15
 color: 0, 0, 0
 }
 clipSprite { // Center Model
 pos: 0, 60, 200 //<--- this is the line
 source: Center
 standingHeight: 900
 color: 1, 0.9, 0.9
 }