of     1   

Kilometerz
#142607097Monday, August 04, 2014 8:47 PM GMT

WorkspaceName = hit.Parent player.PlayerGui.LastLocation.Value = tostring(game.Workspace.WorkspaceName:findFirstChild("Torso").Position) WorkspaceName is not a valid member of Workspace
dansk
#142607292Monday, August 04, 2014 8:49 PM GMT

Post the full script. It could be WorkspaceName is the actual workspace meaning when a brick in the workspace is hit, their parent is workspace. The workspace cannot be a parent or child of itself. :P
Kilometerz
#142607441Monday, August 04, 2014 8:51 PM GMT

Bruu, That won't be neccesary.
dansk
#142608400Monday, August 04, 2014 9:00 PM GMT

Oh your problem is trying to find WorkspaceName in the workspace. It'll only work if the parent of the part hit is in the workspace. if its not, your trying to find something that isnt on the first level of workspace. Try using if torso then or something like that

    of     1