of     1   

Vullmer
#44927749Friday, April 01, 2011 6:17 PM GMT

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?
UFAIL2
#44927817Friday, April 01, 2011 6:19 PM GMT

No, the obly way to make a solo place is to uncopylock it.
c4rbon
#44927931Friday, April 01, 2011 6:22 PM GMT

Don't uncopylock it. Use a script to make it private
akiake
#44927954Friday, April 01, 2011 6:23 PM GMT

Yes. game.Players.PlayerAdded:connect(function(p) wait() if game.Players.NumPlayers > 1 then p:Remove() end end)
Vullmer
#44928069Friday, April 01, 2011 6:27 PM GMT

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.
akiake
#44928097Friday, April 01, 2011 6:28 PM GMT

Well, yes. It only allows 1 person per server, but you cannot create more servers unless it glitches :P
Vullmer
#44928201Friday, April 01, 2011 6:31 PM GMT

T-T Man this is going to be annoying to fix this...
MysticFlames
#44928365Friday, April 01, 2011 6:38 PM GMT

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.
Vullmer
#44928432Friday, April 01, 2011 6:39 PM GMT

I tried that, but Roblox has a spaz attack when the value goes below 5.9...
nightname
#44928471Friday, April 01, 2011 6:40 PM GMT

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.
MysticFlames
#44928536Friday, April 01, 2011 6:42 PM GMT

@ night I didnt know a server could hold 40 people I usually have it set to 8-20
MysticFlames
#44928562Friday, April 01, 2011 6:43 PM GMT

Vull did you try reinstalling roblox or something?
1MangoMan0
#44929018Friday, April 01, 2011 6:56 PM GMT

mystic, listen. the minimum is six players. it automatically returns to that if you try to set it lower.

    of     1