Advertisement
Fauzan1GDR

Script Blueprints Lumber Tycoon 2

Mar 18th, 2020
4,755
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  2. Text = "Creat By = Fauzan640!!";
  3. Font = Enum.Font.ArialBold; --Arial, Cartoon, ArialBold, etc
  4. Color = Color3.new(255, 255, 0);
  5. FontSize = Enum.FontSize.Size8;
  6. })
  7. wait(2)
  8. for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  9. local clone = v:Clone()
  10. clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement