Late reply, but I noticed this question was left unanswered and felt answering could help anyone reading this.
There are two ways to do this. You can individually select each level (including the hub) in the episode to start with Samus via Level Settings...
![Image]()
...OOOOORRRRRRRR you can make a lua file in your episode's folder and set the following in onStart (or onTick if you're evil):Edit: Thanks to Marioman for the correction. Use player:transform(16) instead of player.character = 16. His explanation is down below.
There are two ways to do this. You can individually select each level (including the hub) in the episode to start with Samus via Level Settings...

...OOOOORRRRRRRR you can make a lua file in your episode's folder and set the following in onStart (or onTick if you're evil):
Code:
player:transform(16)
Statistics: Posted by Ness-Wednesday — Tue May 06, 2025 9:08 am