Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game:FindService("Players").LocalPlayer;
- local Mouse = Player:GetMouse();
- Mouse.Button1Up:connect(function()
- local Part = Mouse.Target;
- if Part then
- Part:Destroy()
- end;
- end);
Advertisement
Add Comment
Please, Sign In to add comment