In this script (used to create a couple of parts in the workspace), there is an error under the 2nd function in the script
ClonePart = Instance.new("Part", (workspace))
wait(5)
function ClonePart
--->function ClonePart <---- this function
wait (1)
function Clonepart
end
end
Unedited Script
ClonePart = Instance.new("Part", (workspace))
wait(5)
function ClonePart
--->function ClonePart <---- this function
wait (1)
function Clonepart
end
end |