VullmerJoin Date: 2011-03-14 Post Count: 93 |
Im setting the server's MaxPlayers to 1, and useing a script to change it ingame; however it constantly allows six players per server. Is there anyway around this? |
|
UFAIL2Join Date: 2010-08-14 Post Count: 6905 |
No, the obly way to make a solo place is to uncopylock it. |
|
c4rbonJoin Date: 2011-03-20 Post Count: 313 |
Don't uncopylock it.
Use a script to make it private |
|
akiakeJoin Date: 2008-12-20 Post Count: 732 |
Yes.
game.Players.PlayerAdded:connect(function(p)
wait()
if game.Players.NumPlayers > 1 then
p:Remove()
end
end) |
|
VullmerJoin Date: 2011-03-14 Post Count: 93 |
Im not trying to remove players. My game is set up to work for only one person; and I dont have a system to generate places for other people. |
|
akiakeJoin Date: 2008-12-20 Post Count: 732 |
Well, yes.
It only allows 1 person per server, but you cannot create more servers unless it glitches :P |
|
VullmerJoin Date: 2011-03-14 Post Count: 93 |
T-T Man this is going to be annoying to fix this... |
|
|
Go to players in roblox studio and change maxplayers to whatever you want :3
I hope I helped a least a little
Sorry if this is not what your wanting. |
|
VullmerJoin Date: 2011-03-14 Post Count: 93 |
I tried that, but Roblox has a spaz attack when the value goes below 5.9... |
|
nightnameJoin Date: 2008-06-10 Post Count: 8960 |
The maximum amount of players in any server is 6-20. It is possible to have a server which holds 40 - but can only be accomplished by exploiting. |
|
|
@ night
I didnt know a server could hold 40 people
I usually have it set to 8-20 |
|
|
Vull did you try reinstalling roblox or something? |
|
|
mystic, listen. the minimum is six players. it automatically returns to that if you try to set it lower. |
|