Lumez
#160862344Saturday, April 25, 2015 1:15 AM GMT

@fish nope you screwed up i meant teleport as in move them to a new location either way you obviously do NOT have much knowledge of scripting since you think it's possible to close ROBLOX player via script and you have most likely googled these answers Riggy my siggy.
EchoReaper
#160862352Saturday, April 25, 2015 1:15 AM GMT

Yes, fish. Please make an example place demonstrating code that closes the client window.
AbstractMadness
#160862426Saturday, April 25, 2015 1:16 AM GMT

fishguy100: I will help you make a script to exit the game and window. fishguy100: Okay? fishguy100: because i know for a fact it is possible AbstractMadness: It isn't... oh my god. fishguy100: It is fishguy100: Wanna bet? AbstractMadness: Do it. fishguy100: wait fishguy100: How much we betting AbstractMadness: My account. fishguy100: And also fishguy100: Since you think i know nothing about Lua fishguy100: Lets quiz each other fishguy100: I go first fishguy100: Explain the binary structure of Lua functions fishguy100: No, actually explain how programming languages work fishguy100: The logic behind them fishguy100: (Easy question) AbstractMadness: Go make the place. I'm dying.
fishguy100
#160862474Saturday, April 25, 2015 1:16 AM GMT

It is possible. Obiously i know more than you.
ShiraWolven
#160862492Saturday, April 25, 2015 1:17 AM GMT

Just crash the client, for crying out loud.
AbstractMadness
#160862520Saturday, April 25, 2015 1:17 AM GMT

@power I want to close the client.
EchoReaper
#160862547Saturday, April 25, 2015 1:17 AM GMT

We're still waiting on you to make that demo place. With your vast pools of knowledge and experience in scripting this kind of demo shouldn't take you long to get up and running.
ShiraWolven
#160862580Saturday, April 25, 2015 1:18 AM GMT

The client being closed by Kick() is being worked on. Roughly a week-ish, if the trello is to be believed.
AbstractMadness
#160863001Saturday, April 25, 2015 1:23 AM GMT

LOL HE'S SO DUMB He said: "fishguy100: I will give you a hint fishguy100: use dofile" HOw would that EvEn...
AbstractMadness
#160863091Saturday, April 25, 2015 1:24 AM GMT

fishguy100: I gave you a hint fishguy100: Now figure out the rest AbstractMadness: LOL AbstractMadness: You can't do it with dofile. fishguy100: I know. fishguy100: I never thought you would know that. fishguy100: I wanted to see if you would figure it out XDdDXddxdXDdxdxdXdD
ray_revenge
#160863934Saturday, April 25, 2015 1:36 AM GMT

You cannot do this without ROBLOX providing a function for you. The most you can do is crash them so they are forced to close it. We can't directly change a player's computer.
cpmoderator12345
#160863965Saturday, April 25, 2015 1:37 AM GMT

it does close roblox player Save the plants! Plants > animals!
EchoingEndlessly
#160864152Saturday, April 25, 2015 1:39 AM GMT

fishguy stfu stop being stupid
chimmihc
#160864445Saturday, April 25, 2015 1:43 AM GMT

Lol only like 3 people here seem to understand what :Kick() really does. It disconnects the client from the server, not in any way closes it. Support. I script -~ chimmihc
[rfa#hidefromsearch]
#160865609Saturday, April 25, 2015 2:00 AM GMT

[rfa#hidefromsearch]
cpmoderator12345
#160873132Saturday, April 25, 2015 3:58 AM GMT

well kick() forces you to leave... IDK I NEVER USED :KICK() ON MYSELF ON A SERVER, IT WOULD CRASH STUDIO Save the plants! Plants > animals!
sharpchain1
#160877006Saturday, April 25, 2015 5:37 AM GMT

Actualy all u rly need to do is type Player:remove() and it disconnects them from the game and says the game has shut down then they can't do anything the leaderboard and everything in the game is removed For the player u kicked
chimmihc
#160878381Saturday, April 25, 2015 6:19 AM GMT

@sharpchain1 GTFO if you don't understand what this is about. I script -~ chimmihc
cpmoderator12345
#160902968Saturday, April 25, 2015 4:30 PM GMT

"Actualy all u rly need to do is type Player:remove() and it disconnects them from the game and says the game has shut down then they can't do anything the leaderboard and everything in the game is removed For the player u kicked" *player:Kick() thats the most you can do Save the plants! Plants > animals!
RobloxAWasteOfMyTime
#169778169Monday, August 03, 2015 5:15 AM GMT

Just found this thread, just telling Abstract that you can close the player's client.
Axiliyah
#169787896Monday, August 03, 2015 7:56 AM GMT

Scriptable. Just do game.Players.(PlayerName):Remove()
AbstractMadness
#169796990Monday, August 03, 2015 11:56 AM GMT

You people don't know how to script whasoever. "If you are good at something, never do it for free." - The Joker
RobloxAWasteOfMyTime
#169797762Monday, August 03, 2015 12:10 PM GMT

> You guys don't know how to script whatsoever. Paste the below code into a LocalScript and press E to activate. It crashes then closes the client. Have a good day! local CAS = game:GetService('ContextActionService') function goodbye() CAS:BindActionToInputTypes("f2", hello, false, Enum.KeyCode.E) end function hello() end CAS:BindActionToInputTypes("f1", goodbye, false, Enum.KeyCode.E)
AbstractMadness
#169797835Monday, August 03, 2015 12:12 PM GMT

kick someone with a message saying "Plz press E" but it wouldn't work because their client is disconnected. Plz stop Tryeing. "If you are good at something, never do it for free." - The Joker
RobloxAWasteOfMyTime
#169798107Monday, August 03, 2015 12:16 PM GMT

> kick someone with a message saying "Plz press E" but it wouldn't work because their client is disconnected. Plz stop Tryeing. Get lost, stop trying to prove us wrong, because it's not working. Heck, I think you are the one that knows nothing about scripting because being the "super scripter" that you are, you should know that it's very easy to change the input type.