In a game im making for school I dont know how to have the ground platform spawn and character spawn without right clicking and creating new class, how could i do this so that it would spawn automatically in a specific place? thanks
Create them manually (using right clicking to create a 'new class' {instance}). Then from the menubar, select "Controls>Save the World". Open the world class code editor and see how the code was changed to reflect what changes you made after resetting your scenario. Follow through the new code to learn what it does and how to do it yourself.