Multiplayer Maze Camera

I’m trying to make a multiplayer maze game, and I think nearly all of it is working, except I can’t get the camera to follow individual players instead of sitting on one screen, or only following one. Any suggestions? It’s made for 4 players, and the map isn’t all the way done.

2 Likes

I would recommend using the splitscreen extension. To import the extension, Click the gray extension blocks drawer and then paste the following link into the search bar–>
https://github.com/riknoll/arcade-split-screen
Hit enter and the extension should show up. Click the extension’s “box” to download the splitscreen extension to your project.

It allows you to “split” the camera into multiple sections, in this case–quadrants. (since you have four players) The extension has some rare glitches but its fairly simple to use. Here is an edited version of your game with this extension—>

Click “Edit Code” at the top of the screen after clicking the link to open the revised code

2 Likes

Ok, thanks for the help! I’ll try getting that to work.

2 Likes

Welcome to the Forums @Username888

Not sure how to help, but I like the consept. What you’ve got so far is pretty good for your first post! :+1:

Thanks @Bifrosty ! That will work so much better!

2 Likes