Advertisement
TrashScripterLol

Leave Script

Dec 28th, 2021
1,178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. script.Parent.MouseButton1Click:Connect(function()
  2. game.Players.LocalPlayer:Kick('You have left the game!') --[[
  3. add ur own message if u want
  4. ]]
  5. wait(1) -- option
  6. print(game.Players.LocalPlayer.Name.." has left! :c") -- optional
  7. end)
  8.  
  9. -- Your welcome! --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement