bennytrt2

Lumber tycoon 2 blueprint giver script

May 16th, 2022 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  2. local clone = v:Clone()
  3. clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  4. end
  5.  
  6.  
  7. a little description of what this script does!
  8.  
  9. join my discord server here! https://discord.gg/jwEznukfaE
  10.  
  11. what does this script?
  12. The script gives you all the drawings/blueprints in lumber tycoon 2!
Add Comment
Please, Sign In to add comment