Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how to i get cash if the part destroy at "PartCollector"?

Asked by 3 years ago
local Drop = script.Parent.Drop

function MakeBlock()
    local Block = Instance.new("Part", game.Workspace)
    Block.CFrame = Drop.CFrame
    Block.Size = Vector3.new(2, 2, 2)
    Block.Material = Enum.Material.Pebble
    Block.BrickColor = BrickColor.new("White")
    game.Debris:AddItem(Block, 7)
end

while true do
    wait(1)
    MakeBlock()
end
0
Someone pleasee help me :( RizkySugihartoYT 36 — 3y

1 answer

Log in to vote
0
Answered by
achdef 0
3 years ago

Do not ask for scripts but only help.

0
but plesseeee help me RizkySugihartoYT 36 — 3y
0
but pleasee help me to make a scripted :( RizkySugihartoYT 36 — 3y
0
or i not accept answered you.... RizkySugihartoYT 36 — 3y
0
I do not care of free reputation. achdef 0 — 3y
Ad

Answer this question