Advertisement
Upscalefanatic3

*NEW* Lumber Tycoon 2 Item stealing Script

Jan 28th, 2019
11,169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. -- YOUTUBE LINK: https://www.youtube.com/watch?v=xvMwLC4JAxc
  2.  
  3.  
  4.  
  5. local Plr = game:GetService("Players").LocalPlayer
  6.  
  7. local Mouse = Plr:GetMouse()
  8.  
  9.  
  10.  
  11. Mouse.Button1Down:connect(function()
  12.  
  13. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  14.  
  15. if not Mouse.Target then return end
  16.  
  17. local t = Mouse.Target
  18.  
  19. t.Size = Vector3.new(2, 2, 2)
  20.  
  21. t.CFrame = Plr.Character.Torso.CFrame
  22.  
  23. t.Anchored = true
  24. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement