How do I insert an R6 dummy into Workspace with a script?
You would have to add the dummy into either replicated storage or server storage (depending on whether the script is local or not) and clone it into the workspace. Hope this helps! :)
You could add a dummy in server storage and add the seguent script
local cloneDummy = game.ServerStorage.Dummy:Clone() cloneDummy.Parent = game.Workspace
Closed as Not Constructive by WideSteal321, TheHospitalDev, and theking66hayday
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?