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

How do I clone a part at where it was when the game first started?

Asked by 8 years ago

Under arp how do I clone my part to its original location? http://prntscr.com/a5j2vt

0
Credit to Shawnyg iSidersz 70 — 8y

1 answer

Log in to vote
0
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
8 years ago

It seems you already cloned the Puck, but didn't set a variable! Set a varaible as so:

local clo = game.Workspace.Puck:clone()

And when you use the CHatted event, after "arp", have it:

clo:clone().Parent = game.Workspace

P.S. You didnt accept my answer before :(

0
Omg thx so much ur amazing <3 iSidersz 70 — 8y
0
@iSidersz o ty :3 But plz accept both my answers lol Shawnyg 4330 — 8y
0
there u go :P iSidersz 70 — 8y
Ad

Answer this question