How would I re-create "single-player" for each individual player? I'm making an adventure game that relies on the player's choices for the Ludum Dare. I realized that I can't make the game single-player without uncopylocking it, so how would I do it? Different areas would be loaded depending on their actions, but I don't know how I'd be able to separate the players so they can each play out their story, without interfering with another's story.
I've seen something similar to this in the PORTAL remake that can be found on ROBLOX. How is that done?
2 options:
1) (easy) you can put a player cap of 1
2) Make a seperated instance for each player: when he joins, his own world launches. When he leaves, it is destroyed
Additional: Put all the parts of a player's world in his camera, so that only he can see them
Roblox, due to a recent update, now allows 1 player servers.
Locked by TheMyrco
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?