Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I insert an R6 dummy into Workspace with a script? [closed]

Asked by 1 year ago

How do I insert an R6 dummy into Workspace with a script?

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?

2 answers

Log in to vote
1
Answered by 1 year ago

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! :)

Ad
Log in to vote
0
Answered by 1 year ago

You could add a dummy in server storage and add the seguent script

local cloneDummy = game.ServerStorage.Dummy:Clone()
cloneDummy.Parent = game.Workspace