Advertisement
vtrvsted

OP Anti stomp

Sep 18th, 2022
686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  2.  if KeyPressed == "k" then
  3.     for L_170_forvar0, L_171_forvar1 in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  4.         if L_171_forvar1:IsA("BasePart") then
  5.             L_171_forvar1:Destroy()
  6.         end
  7.     end
  8.     end
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement