Hey @richard… your overworld extension is giving me some trouble. Atleast I think lol.
Whenever I try and go to the next room it “teleports” instead of transitions even though I have the block in there. Can you help?
Hey @richard… your overworld extension is giving me some trouble. Atleast I think lol.
Whenever I try and go to the next room it “teleports” instead of transitions even though I have the block in there. Can you help?
@xInsqne1 i’m a little confused by your code. it looks like you’re manually calling the transition block every time you overlap a certain tile; you don’t need to do that. overworld will automatically transition when the player gets to the edge of the map
I see. Thanks for telling me! I think the reason it’s being wonky is it’s moving too fast… It doesn’t have a cooldown when the player reaches a door, so I’ll add one and hope it works! Thanks again for the assistance.