Advertisement
stinkpotato

stuff

Dec 27th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. --steal anyones cars in lumber tycoon 2 also this was made/put together by Pain Exist on YT , uploaded by Uniivers_e on YT
  2.  
  3. a=function(w)
  4. for i,v in pairs(w:children'') do
  5. if v.Name=='Owner' and v:IsA'ObjectValue' then
  6. v.Value=game.Players.LocalPlayer
  7. end
  8. a(v)
  9. end
  10. end
  11.  
  12. a(workspace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement