Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Creat By = Fauzan640!!";
- Font = Enum.Font.ArialBold; --Arial, Cartoon, ArialBold, etc
- Color = Color3.new(255, 255, 0);
- FontSize = Enum.FontSize.Size8;
- })
- wait(2)
- for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
- local clone = v:Clone()
- clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement