of     1   

Samta
Top 100 Poster
#695655Wednesday, April 02, 2008 9:33 PM GMT

I have a hangar right, but the door wont let me have a plane go through. It is possible and I have seen it. Can someone please help me?
Assassin247
#695722Wednesday, April 02, 2008 9:42 PM GMT

its probably just a door that dissapears when something gets close to it, look in free models to find one and just resize it until it fits
Samta
Top 100 Poster
#695737Wednesday, April 02, 2008 9:44 PM GMT

What would I type in?
neverseen6
Top 100 Poster
#698702Thursday, April 03, 2008 8:01 AM GMT

Is it a admin door? If it is then just take any admin door... I think If its a normal door and it dissapears well then... If your good at scripting you might make a script like this, its not a actual script though, as you can tell -_- line one, I think some kinda on touch command line two, I think if true do line three, transparency = 1 or 0... One of them Line four, can collide or can-collide = false Then I think its just end from there on Or if you want it simple just turn off can-collide
SilentSwords
#698873Thursday, April 03, 2008 10:30 AM GMT

Door = game.Workspace.PUT DOOR NAME HERE! function onTouched(hit) Door.CanCollide = false Door.Transparency = 1 wait(5) Door.CanCollide = true Door.Transparency = 0 end script.Parent.Touched:connect(onTouched) ----- I did that from scratch. It's a simple door script that opens the door when a brick hits it. -{===>SS
dengar147
#698970Thursday, April 03, 2008 11:01 AM GMT

i woulda said that silentswords.but i wouldnt remeber the script
Anaminus
Top 100 Poster
#699441Thursday, April 03, 2008 3:06 PM GMT

Untampered v3 planes wont explode if they hit a brick named "Safe" or "Building" ?-Anaminus-?
gareth972
#701552Thursday, April 03, 2008 9:44 PM GMT

if your new to scripting do this click the door and click Cancollide off then u can walk through it :)
neverseen6
Top 100 Poster
#718379Sunday, April 06, 2008 8:16 AM GMT

Pretteh much the same thing I said!

    of     1