Advertisement
1yawaROS1

All BluePrint Script

Mar 31st, 2020
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement