LumezJoin Date: 2011-05-13 Post Count: 15412 |
@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. |
|
|
Yes, fish. Please make an example place demonstrating code that closes the client window. |
|
|
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. |
|
|
It is possible. Obiously i know more than you. |
|
|
Just crash the client, for crying out loud. |
|
|
@power
I want to close the client. |
|
|
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. |
|
|
The client being closed by Kick() is being worked on. Roughly a week-ish, if the trello is to be believed. |
|
|
LOL HE'S SO DUMB
He said:
"fishguy100: I will give you a hint
fishguy100: use dofile"
HOw would that EvEn... |
|
|
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 |
|
|
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. |
|
|
it does close roblox player
Save the plants! Plants > animals! |
|
|
fishguy stfu stop being stupid |
|
chimmihcJoin Date: 2014-09-01 Post Count: 17143 |
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 |
|
|
|
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! |
|
|
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 |
|
chimmihcJoin Date: 2014-09-01 Post Count: 17143 |
@sharpchain1
GTFO if you don't understand what this is about.
I script -~ chimmihc |
|
|
"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! |
|
|
Just found this thread, just telling Abstract that you can close the player's client. |
|
AxiliyahJoin Date: 2013-11-28 Post Count: 2633 |
Scriptable.
Just do
game.Players.(PlayerName):Remove() |
|
|
You people don't know how to script whasoever.
"If you are good at something, never do it for free." - The Joker |
|
|
> 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) |
|
|
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 |
|
|
> 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. |
|