im too new i need lots of help!

while we are at it lets get rid of the 2 imports

import direct.directbase.DirectStart
#Load the first environment model
environ = loader.loadModel("models/environment")
environ.reparentTo(render)
environ.setScale(0.25,0.25,0.25)
environ.setPos(-8,42,0)
#Run the tutorial
run()

were did you get this code? :smiley:
This is what happens if you edit your codes with the command prompt.

its all over the manual
panda3d.org/manual/index.php/Speci … chx=Search

The problem with the gray screen (for what375) was, that he imported the basic panda3d-“runtime” and then run the game with the “run()” command in a loop. It will never load the other parts of the code.

andy circus mentioned it already. getting rid of the first import and run() line should help quite much :wink:

Regards, Bigfoot29

thanks for the help.i coudnt do it myself.