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
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.