Advertisement
N0ePlox

Fun t1mes

May 10th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. while true do -- I did this XD
  2. local brick = Instance.new("Part")
  3. brick.Parent = game.Workspace -- This is the "parent container" of your brick.
  4. brick.Name = "u gey lol" -- This name has to correspond with the name of your brick on the map
  5. brick.Size = Vector3.new(5,5,5) -- This is the size to which you want to change your brick
  6. wait(.001) -- Spamming takes very little time sorry if this froze your computer
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement