of     1   

ColaBloxx
#227611618Thursday, November 16, 2017 7:32 PM GMT

local meme = game.ServerStorage.Part local function Copy() local Copy = meme:Clone() meme.Parent = game.Workspace end while true do Copy() wait(3) end I'm new to coding so it is fairly noob-ish, but I still can't do it lol. https://www.roblox.com/games/1171881527/Swimming-in-space
ColaBloxx
#227611647Thursday, November 16, 2017 7:34 PM GMT

Kirbyislife14
#227611653Thursday, November 16, 2017 7:34 PM GMT

hello yes fine gentlemen forum professional here you should go to the sub forum ########### to find an answer to your fine and incredible question
ColaBloxx
#227611685Thursday, November 16, 2017 7:35 PM GMT

agodlypancake
#227611693Thursday, November 16, 2017 7:36 PM GMT

You made something called "copy" twice. Also, you might want to get rid of the "local" before function. I think. Not too sure there.
Kirbyislife14
#227611701Thursday, November 16, 2017 7:36 PM GMT

i am disappointed in you my nephew
JazzyUnder
#227611833Thursday, November 16, 2017 7:41 PM GMT

Any reason its a function? Perhaps you should just copy the part and move it to where it needs to be without over complicating it?
ColaBloxx
#227611991Thursday, November 16, 2017 7:47 PM GMT

It's to make a self-duping brick. The script is in server script service, and the part is in server storage. https://www.roblox.com/games/1171881527/Swimming-in-space

    of     1