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 |