of     1   

Toughlizard1345
#139365986Sunday, July 06, 2014 12:04 AM GMT

g = Workspace.Ghosts It makes the clone but the clone doesn't work if the brick is hit again. p = -764.59, 132.614, -385.599 db = false g2 = Workspace.Ghosts:Clone() function onTouch(hit) if db then return end if hit.Parent.Name == "Boat" then db = true for i = 1,200,1 do g:TranslateBy(Vector3.new(0.2, -0.15, 0)) wait(0.01) end wait(5) g:Destroy() g2.Parent = Workspace g2:MakeJoints() end end script.Parent.Touched:connect(onTouch)
Toughlizard1345
#139366893Sunday, July 06, 2014 12:14 AM GMT

Bump
Toughlizard1345
#139367526Sunday, July 06, 2014 12:21 AM GMT

Bump?
Toughlizard1345
#139369490Sunday, July 06, 2014 12:43 AM GMT

Bump
Toughlizard1345
#139370208Sunday, July 06, 2014 12:50 AM GMT

Nobody?
Toughlizard1345
#139370716Sunday, July 06, 2014 12:55 AM GMT

Bump :(

    of     1