of     1   

AlphaPro720
#183542279Saturday, February 13, 2016 11:45 PM GMT

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
cheesecake123456
#183542449Saturday, February 13, 2016 11:48 PM GMT

I don't see what you're trying to do here? ClonePart = Instance.new('Part', workspace) Copy = ClonePart:Clone()

    of     1