Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Author @Alex_Stockwell#4821 on discord. // Yes you can change/add variables onto this, such as part.NonCollide = true/false \\
- while true do
- part = Instance.new("Part")
- part.Anchored = true
- part.BrickColor = Brickcolor.new("New Yeller") --Change "New Yeller" to any brick color in ROBLOX Studio color picker.
- part.Position = Vector3.new(0,5,0) --It will spawn 5 studs above you're Baseplate in the very middle.
- 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"]
- wait(0.5) --Change the number in the brackets to change how fast they spawn **if you delete it, it will crash ROBLOX Studio.**
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement