Please tell me were i went wrong..
game.Workspace.Door = true
What are you trying to do? You are just setting up a boolean value with the part, not the part's property.
game.Workspace.Door.Anchored = true
you have to write:
game.Workspace.Door.Anchored = true