Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

[SOLVED] Single-Player Simulation [closed]

Asked by
OniiCh_n 410 Moderation Voter
10 years ago

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?

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?

2 answers

Log in to vote
5
Answered by 10 years ago

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

Ad
Log in to vote
3
Answered by 10 years ago

Roblox, due to a recent update, now allows 1 player servers.

0
Wait really?! Thank the heavens. OniiCh_n 410 — 10y