connor954Join Date: 2008-07-24 Post Count: 947 |
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] |