of     1   

Seeumliam
#141334647Thursday, July 24, 2014 1:37 AM GMT

There is a part in Lighting called chest... The chest will be renamed to the players name and then cloned and put into workspace to be teleported to the players head. only when the gui is clicked.
Seeumliam
#141337983Thursday, July 24, 2014 2:09 AM GMT

bump
128GB
#141338123Thursday, July 24, 2014 2:10 AM GMT

Whats the question?
Seeumliam
#141338377Thursday, July 24, 2014 2:13 AM GMT

I forgot the script.... xD function test() local player = script.Parent.Parent.Parent.Parent game.Lighting.chest.Name = script.Parent.Value.Value script.Parent.Value.Value = player.Name game.Lighting.Value.Value = player.Name game.Lighting(Value.Value):clone().Parent = game.Workspace for i, v in pairs (game.Workspace:GetChildren()) do if v:IsA("Part") then if v.Name == player.Name then game.Workspace(player).Position = player.Head.Position end end end end script.Parent.MouseButton1Down:connect(test) error: 19:13:26.528 - Players.Player1.PlayerGui.Test.TextButton.Script:6: attempt to index global 'Value' (a nil value) 19:13:26.528 - Stack Begin 19:13:26.529 - Script 'Players.Player1.PlayerGui.Test.TextButton.Script', Line 6
FertileTurtle
#141338533Thursday, July 24, 2014 2:15 AM GMT

game.Lighting:FindFirstChild(Value.Value):clone().Parent = game.Workspace
Seeumliam
#141338873Thursday, July 24, 2014 2:18 AM GMT

Now I get error: 19:17:38.483 - Players.Player1.PlayerGui.Test.TextButton.Script:6: attempt to index global 'Value' (a nil value) 19:17:38.484 - Stack Begin 19:17:38.484 - Script 'Players.Player1.PlayerGui.Test.TextButton.Script', Line 6
Seeumliam
#141343586Thursday, July 24, 2014 3:06 AM GMT

The Value.Value of the game.Lighting clone is the chest brick's new name

    of     1