ID:164952
 
I'm wondering on how to make it so when you come close to the end of the map, you move but the map stops moving so you don't see the black.

Something like when you reach the end of the map, it turns into a Zelda-type client screen. I just need a small snippet if possible.
Look up client.perspective and EDGE_PERSPECTIVE
In response to Jp
Sorry, I can't figure out how this works. Can you give me a little snippet?
In response to DarkD3vil666
It's very straight-forward.
client.perspective = EDGE_PERSPECTIVE
In response to CaptFalcon33035
Wow. Thanks. I quess I didn't put as much time in this as I thought.