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