Mr_MinionJoin Date: 2014-10-23 Post Count: 2561 |
I don't think anybody has suggested this so, Roblox should add a feature in the "Configure Place" page under the access bit that says "Owner". They should do this because let's say you want to test your own game, or build in a PS, they only have the friend option so they can join, which is quite annoying if you like wanna test your game without anybody else joining. This would be a great feature as you would be able to finally do PS stuff and Game Testing stuff my yourself. I hope you add this roblox! :D |
|
JadyIynJoin Date: 2012-07-30 Post Count: 7906 |
I agree. |
|
McG3niusJoin Date: 2013-10-22 Post Count: 2241 |
You can just test the game in studio. And it's owner only. |
|
|
While testing in studio is a feature, it is more laggy than the real game. |
|
McG3niusJoin Date: 2013-10-22 Post Count: 2241 |
Get a better computer. |
|
Mr_MinionJoin Date: 2014-10-23 Post Count: 2561 |
@Mc Some people would rather play it properly, not with studio. |
|
tamohlJoin Date: 2010-11-11 Post Count: 342 |
It is true that it is more lagy to do it in studio. Its fine for me in both, but i can tell it is slower in studio. |
|
|
I find testing in studio often doesn't work with many scripts.
|
|
|
helloburpJoin Date: 2011-08-26 Post Count: 14376 |
S T U D I O
T
U
D
I
O
and with scripts that rely on FE, datastores, anything play mode can't emulate, use the "start server" feature. bam. done.
|
|
|
This would be an easy and useful feature to add.
In the meantime, you can add a script that kicks everyone out except for your username.
Support |
|
Mr_MinionJoin Date: 2014-10-23 Post Count: 2561 |
Also on studio, not all game scripts work like they do on Roblox Player |
|
helloburpJoin Date: 2011-08-26 Post Count: 14376 |
Did you not see what I just said?
Launch a server by going into the "test" tab and pressing the button.
Bam, done.
|
|
helloburpJoin Date: 2011-08-26 Post Count: 14376 |
If you do that then the scripts should work exactly the same as they do in normal roblox servers.
|
|
Mr_MinionJoin Date: 2014-10-23 Post Count: 2561 |
@hello Not all scripts do though so I am bumping this until it is heard. |
|
Mr_MinionJoin Date: 2014-10-23 Post Count: 2561 |
bumpity bump1 |
|
helloburpJoin Date: 2011-08-26 Post Count: 14376 |
Have you even tried the Start Server button? It basically just hosts a perfectly normal roblox server off your machine.
|
|
BorsyJoin Date: 2014-07-31 Post Count: 15111 |
just make a script that checks if a player has joined and kicks him if it's not you
here i'll do it right now for you
game.Players.PlayerAdded:connect(function(ply)
if ply.Name ~= "Mr_Minion" then
ply:Kick("Sorry, this game is owner-only.")
end
end)
всё хорошо) /translation/ Everything is http://chat.roblox.com/ :) |
|
|
OP is right, helloburp. Some scripts do not work as expected while in Studio. |
|
helloburpJoin Date: 2011-08-26 Post Count: 14376 |
and I literally just told you how to emulate the Roblox player in studio so it works exactly the same.
People, learn about studio's functionality before going to a forum and asking for a useless redundant feature
|
|
|
helloburp, OP already told you that some of his scripts do not work on Studio emulation. helloburp, learn how to read what others have written before you repeat the same thing mindlessly. |
|
JJ_DJoin Date: 2014-06-09 Post Count: 1137 |
Though ROBLOX Studio does have the feature to play in game, you cannot use certain scripts. But, if you want an owner only game, I recommend just making it payed access or 1 player per server. |
|
helloburpJoin Date: 2011-08-26 Post Count: 14376 |
@cyber
He never said he ever tried the "start server" button in the first place. Most newbies don't even know it exists.
|
|
|
That's a good idea, JJ_D. Owners can set their game's paid access to a ridiculously high amount so nobody will purchase access. |
|
SkebbyJoin Date: 2013-12-30 Post Count: 3165 |
>Everyone complaining ROBLOX Studio is laggier
>ROBLOX Studio is required to build games
ROBLOX Studio "test" may work, if you decide to test under "Start Server."
"Bidou gives me hand cramps." |
|