How to clone a tool and make it arrive at the starting point?

It’s named “Pepperoni”, not “Tool”

Okay. Change the first line of code to:

local ToolClone = script.Parent.Pepperoni:Clone()

Also, the script isn’t working

can you show me your full script?

This is the code you wanted.``

so this doesn’t work for you.?

It dosen’t work for me, no.```

the tool doesn’t show in workspace?

The tool shows in workspace, yes.

But it wont clone the tool at all. I’m stuck with a single pizza.

what does the tool exactly do?

it literally just does nothing

so the tool isn’t spawning in the workspace every 3 secs?

Not at all. Not even a little bit.

that’s literally weird, the script is very clear.
could you send a rbxl file for the place by any chance?

i’ll send you in dms, dont want anyone stealing my test game

1 Like

AH, nevermind, there were mutiple names with the name “Pepperoni”

How do i fix when the player equipped a tool, it disappears? Because my tool is disappearing

its because of the Debris, you can just remove the Debris Line
here

ToolClone = script.Parent.Tool:Clone()
while task.wait(3) do
local clone = ToolClone:Clone()
clone.Parent = workspace
end

it wont clone anymore, i appear with a single pizza

Nevermind.