xdJustice29

Untitled

May 6th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  2. if (key=="=") then
  3. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4. if (v:IsA("Accessory")) then
  5. v.Parent = workspace
  6. end
  7. end
  8. end
  9. end)
Add Comment
Please, Sign In to add comment