Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local part = game.Workspace.Door
- opened = false
- part.Touched:Connect(function(hit)
- if opened == false then
- part.Orientation = Vector3.new(0,90,0)
- opened = true
- else
- part.Position = Vector3.new(-25.198, 4.764, -18.995)
- opened = false
- end
- end)
- end) -- AaroN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement