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

How to clone a part that a person can see in-game?

Asked by 5 years ago

I never use :Clone(), I don't know how to use RemoteEvent to KeyDown events? Please make an example so a person can see in-game?

0
What do you exactly mean? You have FE on and since you don't know how to work with remotes you can't add it to the server? SulaymanArafat 230 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

If you want everyone to see a clone, make a file in workspace named Clones then when you clone whatever you are cloning do this

local item = part:Clone() -- part = the part you are cloning
item.Name = "Name" -- name of clone
item.Parent = workspace.Clones
0
he has FE greatneil80 2647 — 5y
Ad

Answer this question