LumezJoin Date: 2011-05-13 Post Count: 15412 |
This is a remake of a thread I saw earlier that wasn't very clear - nonscripters wouldn't have understood.
Basically, there should be a new function in player instances named Close().
This function, when used, would forcibly close ROBLOX player for whoever it was called on.
For example, if Telamon was in-game and I typed into the server console "game.Players.Telamon:Close()," then it would make Telamon's game suddenly exit back to the desktop.
And before anyone says this is scriptable, it is NOT scriptable. You cannot forcibly close the ROBLOX player via scripting as of yet. |
|
GammaGeekJoin Date: 2014-08-10 Post Count: 11182 |
Support.
Reported for an inappropriate use of a pineapple. |
|
|
You can do this in a week-ish. Trello lists essentially this as in-progress, as a medium-sized update. While it doesn't kill the client, it does blackscreen it, and it does allow a kick message to be displayed.
https://trello.com/c/3JEXMmqu/16-improved-kick-functionality-m |
|
tokanakiJoin Date: 2011-06-03 Post Count: 3694 |
Tons o' support. This will be great for kicking commands. |
|
|
or you could just add it to the :Kick() function as I suggested:
http://www.roblox.com/Forum/ShowPost.aspx?PostID=160860500 |
|
LumezJoin Date: 2011-05-13 Post Count: 15412 |
@Power
Read through that myself about 30 minutes ago, seems pretty cool!
It would still be nice to have a :Close() function, though, because then players could make custom menus and have much more professional-looking ROBLOX games.
Riggy my siggy. |
|
LumezJoin Date: 2011-05-13 Post Count: 15412 |
@Abstract
Already mentioned you in the OP with "This is a remake of a thread I saw earlier that wasn't very clear - nonscripters wouldn't have understood."
Your thread seemed quite confusing to me and others apparently thought the same thing.
Riggy my siggy. |
|
|
game:Close() can be used in the command bar. Not so sure for plugins though. |
|
|
wait.. it wasn't :Close()
I forgot what it was.. ugh. |
|
|
"nonscripters"
YAY SOMEONE AGREES!!!!!
but actually
use this
game.Players.PlayerAdded:connect(function(p)
p:Kick()
end)
Save the plants! Plants > animals! |
|
|
anyone that lists scratch as a programming language doesn't deserve to call people non-scripters. gtfo, cpmod
~nearly almost close to being somewhat fairly decent at rcl~ |
|
|
This would be more convenient.
Support |
|
|
"anyone that lists scratch as a programming language doesn't deserve to call people non-scripters. gtfo, cpmod"
you didn't make a .exe, now did you
or even something remotely similar....
Save the plants! Plants > animals! |
|
|
out
now
shoo
off with you
the second one |
|
|