of     1   

connor954
#138891544Tuesday, July 01, 2014 8:01 PM GMT

I used Roblox's animation editor to spawn a dummy, I made a spawn for the dummy set to when he dies it will take a copy of the dummy out of ServerStorage and place it there. My problem is: It works once then stops working. I've fiddled with it a bunch, here is the main script. game.Workspace.Dummy.Humanoid.Died:connect(function() wait(1.5) local G = game.ServerStorage.Dummy:Clone() G.Parent = game.Workspace G:MoveTo(script.Parent.Position) --Im guessing I gotta make the local clone different every time? end) Thanks in advance [Current Robux 4,000+| http://www.roblox.com/A-man-can-dream-cant-he-item?id=163970749]
connor954
#138892415Tuesday, July 01, 2014 8:09 PM GMT

Bump

    of     1