Insert this script: brick = game.Workspace.Brick function onTouch(part) brick.Transparency = 1 wait(1) brick.Transparency = 0 end brick.Touched:connect(onTouch)
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 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.
Create a creator door around the spawnpoint.
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".
Insert this script: brick = game.Workspace.Brick function onTouch(part) brick.Transparency = 1 wait(1) brick.Transparency = 0 end brick.Touched:connect(onTouch)
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.
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.
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.
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".
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
Insert a script into the brick that gives points for standing on it.
Get the Cframe tool from free models when building then use it to move the block or the brick all around.