of     1   

lagio5
#127548498Saturday, March 08, 2014 1:29 PM GMT

I've put in a BodyPosition that shifts up when you press a button, the problem is that all of the parts on the sliding door can be shifted around super easily. BodyGyros don't work.
lagio5
#127548887Saturday, March 08, 2014 1:38 PM GMT

guys?
lagio5
#127559422Saturday, March 08, 2014 4:27 PM GMT

Scripting Helpers is being useless to me?!!?!
Marolex
#127559710Saturday, March 08, 2014 4:30 PM GMT

You need to expoundon this and give us the script.
lagio5
#127569329Saturday, March 08, 2014 6:27 PM GMT

a = game.Workspace.LeftW.BodyPosition s = game.Workspace.TopLeftW.BodyPosition d = game.Workspace.RightW.BodyPosition f = game.Workspace.TopRightW.BodyPosition function onClicked(playerWhoClicked) a.position = Vector3.new(74.5,15.7,-8.5) s.position = Vector3.new(45.5,44.7,-8.5) d.position = Vector3.new(-12.5,15.7,-8.5) f.position = Vector3.new(16.5,44.7,-8.5) end script.Parent.ClickDetector.MouseClick:connect(onClicked)

    of     1