#Need help with script

2 messages · Page 1 of 1 (latest)

vital moat
#

current script: ```lua
local part = workspace.Milk

script.Parent.MouseClick:Connect(function(plr)
plr.leaderstats["Garbage Collected"].Value += 1
part:Destroy()
end)```

still raptor
#
for i = 1, 10 do
    local p = Instance.new('Part')
    p.Name = 'Key' .. i
    p.Parent = workspace
end```