answersLogoWhite

0


Best Answer

h = Instance.new("Part") h.BrickColor = BrickColor.new(42) h.Anchored = true h.Locked = true h.CanCollide = true h.Transparency = 0 h.Position = Vector3.new(1, 3, 5) h.Size = Vector3.new(2, 2, 2) h.Parent = Workspace

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

when you clock build and your in YOUR place, close to the leave button youll see the button with 3 squares and an arrow, click that and click the box that looks like a box and a +, and there you go!

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

PM bigboy5668 on Roblox, he will make you prob anything. (I'M bigboy5668)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do make a brick in roblox script builder?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make a VIP door in Roblox?

You make a brick the size of the door. Put the script that ROBLOX teaches you in the wiki into the brick.. Make a t-shirt then put that link into the "" of the script. It should be at the top of the script...


Script for walk through brick on roblox?

by: scripterV1O You don't need a script, but if you want a script instead of just unchecking CanCollide in the properties window do this... script.Parent.CanCollide = false Make sure the script is in the brick


How do you make music on Roblox?

You can use a free model or you can go on sound service make a brick and script it.


How do you make a tilted brick in roblox?

you have to use a script to tilt using the degree you want to tilt or insert a wedgepart and place your brick ton the sloped side.


In roblox you are making your own place you want to make a block that gives out points for standing on it. How can you do this?

Insert a script into the brick that gives points for standing on it.


How do you make a brick disappear and reappear in ROBLOX?

Insert this script: brick = game.Workspace.Brick function onTouch(part) brick.Transparency = 1 wait(1) brick.Transparency = 0 end brick.Touched:connect(onTouch)


How do you make your health not regen on roblox?

You have to make a script..


How do you make a brick go gone then reappear on roblox?

use a trapdoor brick


How do you make script amodel on Roblox's?

with scripts durr


How do you make a killer humanoid on roblox?

Make a humanoid, insert a follow script, then insert a lava script.


How do you make a tycoon on roblox and I've already searched roblox wiki and a bunch of stuff but nothing tells me how to make my own tycoon?

I would suggest finding someone who knows how to script LUA, the Roblox script. I don't script, but my friend (BinkyBear) knows.


How do you make a script building place on roblox?

Use one of Anaminus's Script building games.