answersLogoWhite

0

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.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

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

use a trapdoor brick


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...


How do you make a humanoid on roblox?

Copy it from your character, then paste it into workspace. OR Take the brick you want then, in Roblox Studio go to "Enter", "Object", "Humanoid". And, the humanoid should automatically go into the brick you have highlighted.


How do you make a humanoid roblox?

Copy it from your character, then paste it into workspace. OR Take the brick you want then, in Roblox Studio go to "Enter", "Object", "Humanoid". And, the humanoid should automatically go into the brick you have highlighted.


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.


Who is on roblox Alpha Brick Master?

12


How do you make a monster on roblox?

First you go to my roblox. then you go and build your place then you get a brick and go to change its configuration settings and click on it and it will tell you how to make a morph!


How do you make a brick so only one person can get in a game on ROBLOX?

Create a creator door around the spawnpoint.


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 edit a text on roblox?

In a script, text brick, or what you mean by this?


How do you make a models health on Roblox?

First you need to make sure there is a brick named "Head" in the model. Then insert a humanoid object into the model. The model's name and the "Health bar" will appear over the brick named "Head".


What is a baseplate on Roblox?

A baseplate is usually the biggest brick, it is where you spawn at. Just look at "Empty Baseplate" by ROBLOX himself for an example!