answersLogoWhite

0

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

14y ago

What else can I help you with?

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 your run speed faster on roblox script builder?

game.Workspace.YOURNAMEHERE.Humanoid.WalkSpeed = 30 --it MUST be WalkSpeed. _________________________________________________________________ --Chr1st0ph3r-- This is only to make your character walk faster. The way to make it run faster is to follow these instructions: 1) Go to Roblox Studios 2) Click on settings on the top toolbar 3) Click on Renderings 4) Put everything on low or medium if not already 5)For Belevels turn off if you absolutely hate lag.