Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you kick LocalPlayer.name (yourself)?

Asked by 4 years ago

Scripting helpers removed the last post.

0
give an example of a script that can kick yourself without typing in your username? i want to run it on my game iiDkOffical 109 — 4y
0
we wont help you if you wont try RobloxGameingStudios 145 — 4y
0
^^^ Syntheix 7 — 4y
0
No wonder last post was removed. User#26971 0 — 4y
0
You say the way yourself...game.Players.LocalPlayer:Kick("Nyan") bostaffmanbulgaria1 89 — 4y

2 answers

Log in to vote
0
Answered by
B_rnz 171
4 years ago

learn, simple.

We cannot give you the script if you haven't tried to do it yourself.

The answer to your problem

Ad
Log in to vote
0
Answered by 4 years ago

So, you want to kick yourself eh? (For some reason..)

local Player = game.Players.LocalPlayer

game.Players[LocalPlayer]:Kick("You've been kicked from the game!")

I haven't scripted in a while.. Let me know if it works or not!

Answer this question