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

My Clone Script is Not cloning the object its supposed to??

Asked by 3 years ago

Hello i am very confused about this script its not cloning the object it is supposed to there are no errors in my script this is in a script in workspace i have no idea what i'm doing wrong please leave any tips/suggestions below thanks.

while true do
    wait(0.01)
    game.Workspace.PoisionedCola:Clone()
end
0
Use a Server-sided Script. Ziffixture 6913 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

You should be doing this in the server.

And also don't use that loop for cloning, otherwise it's going to make a clone every 0.01 seconds.

0
i have tried replicatedstorage it does not work if i try to put it in serverscriptstorage it probally wont work either CallMe_Axis 63 — 3y
0
Use a server script in Serverscriptservice KadenBloxYT 135 — 3y
Ad

Answer this question