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
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...
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
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.
Insert a script into the brick that gives points for standing on it.
Insert this script: brick = game.Workspace.Brick function onTouch(part) brick.Transparency = 1 wait(1) brick.Transparency = 0 end brick.Touched:connect(onTouch)
You have to make a script..
use a trapdoor brick
with scripts durr
Make a humanoid, insert a follow script, then insert a lava script.
I would suggest finding someone who knows how to script LUA, the Roblox script. I don't script, but my friend (BinkyBear) knows.
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.