Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. part = Instance.new("Part")
  2. part.Anchored = true
  3. part.BrickColor = Brickcolor.new("New Yeller") --Change "New Yeller" to any brick color in ROBLOX Studio color picker.
  4. part.Position = Vector3.new(0,5,0) --It will spawn 5 studs above you're Baseplate in the very middle.
  5.  
  6. part.Parent = game.Workspace --You can change the Parent of this. Say if you have a folder called "Spam Bricks" edit this to game."[Spam Bricks"]
  7.  
  8.  
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement