EDIT - Question Resolved
Game.Workspace:FindFirstChild("Linked Sword")
or
Game.Workspace["Linked Sword"]
There are more ways but those are what I use.
As simple as:
game.Workspace["Linked Sword"]
Don't use spaces. It calls for messy indexing. Use camelCase or underscores instead.