Issues with splitscreen

Before proceeding, please use the forum search feature at the top of the page to check if your question has already been answered.

How do I…

I am trying to make a flexible splitscreen system in my game but the camera isn’t even moving and before anyone says it, i already have gone through the example

What is the expected result

it should show two different povs of players and they can interact with the world without trouble.

What is the actual result

the camera is just not moving, it’s stuck

Related screenshots

Are the Player.Owner and Splitscreen_screen.ID values set and do they match up? Can you show where they are set?

i can confirm they are correctly set

explaination:

my game also works for Online so i had 4 players on scene and setted the owner to 1,2,3 and 4. the game sets the ownership of the players to the correct person

then it checks if they are NOT playing online and then check if offline and splitscreen

if no splitscreen it just sets the players ownership to player 0 (offline host) and does some more ownership changes

but if splitscreen is on, the game deletes extra players and sets all remaining players ownership (of behaviour) to 0 so every player can be controlled by one device.

REMOVED LAST LINE. ik i tested and it did absolutely nothing

also the screen id is on scene setted without code

Just a follow up because it’s been 2 days :slight_smile:

Also i forgot to click reply, sry for that