of     1   

silvereye56
#220060384Thursday, June 29, 2017 10:16 PM GMT

Silv = {["silvereye56"] = true} local x = game.Lighting local plr = game.Players.LocalPlayer local bag = plr.Backpack script.Parent.MouseButton1Click:connect(function() if Silv [Silv] then for i = 1,1 do x.Silv1:clone().Parent = bag x.Silv2:clone().Parent = bag x.Silv3:clone().Parent = bag script:Destroy() end end) doesn't give me anything at all. when I click the button on the GUI, the Frame doesn't go away, and I get nothing at all. Plz help
Sm0ke71K
#220060564Thursday, June 29, 2017 10:19 PM GMT

Where's the Tool located? You never Defined it.
silvereye56
#220060735Thursday, June 29, 2017 10:21 PM GMT

I said local x = game.Lighting so my stuff is in lighting
Sm0ke71K
#220061025Thursday, June 29, 2017 10:25 PM GMT

You have to either Define another Variable such as local x = game.Lighting:FindFirstChild("YOURTOOL")
archipel
#220061343Thursday, June 29, 2017 10:29 PM GMT

local x = game.Lighting:GetChildren() local player = game.Players.LocalPlayer game.Players.PlayerAdded:connect(player:GetFullName()) if player.Name == "silvereye56" then x:Clone(player.Backpack) end try this in a localscript
silvereye56
#220067763Thursday, June 29, 2017 11:59 PM GMT

lol thanks
silvereye56
#220067962Friday, June 30, 2017 12:02 AM GMT

o rip, thatt doesn't work
Niveum
#220068407Friday, June 30, 2017 12:08 AM GMT

im almost positive it should be: if Silv["Silvereye56"] == true then ~ S P I C Y ~

    of     1