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.
Chat with our AI personalities
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?