Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game:GetService('Players').LocalPlayer
- local char = player.Character
- local mouse = player:GetMouse()
- mouse.Move:connect(function()
- if mouse.Target.Name ~= 'Base' then
- mouse.Target:Destroy()
- end
- wait()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement