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.
use a trapdoor brick
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.
Create a creator door around the spawnpoint.
Insert this script: brick = game.Workspace.Brick function onTouch(part) brick.Transparency = 1 wait(1) brick.Transparency = 0 end brick.Touched:connect(onTouch)
In a script, text brick, or what you mean by this?
use a trapdoor brick
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...
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.
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.
You can use a free model or you can go on sound service make a brick and script it.
12
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!
Create a creator door around the spawnpoint.
Insert this script: brick = game.Workspace.Brick function onTouch(part) brick.Transparency = 1 wait(1) brick.Transparency = 0 end brick.Touched:connect(onTouch)
In a script, text brick, or what you mean by this?
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".
A baseplate is usually the biggest brick, it is where you spawn at. Just look at "Empty Baseplate" by ROBLOX himself for an example!