derfvb123
|
  |
| Joined: 23 Oct 2011 |
| Total Posts: 704 |
|
|
| 15 May 2016 07:13 PM |
ww = script.Parent.Parent.Name wait(5)
ww.workspace:clone()
ww.Parent = game.Workspace
Shouldn't this clone the players character? (Its a local script) It's not whats the problem?
--[[New to trading]]-- |
|
|
| Report Abuse |
|
|
|
| 15 May 2016 07:15 PM |
ww = script.Parent.Parent.Name wait(5)
workspace[ww]:clone()
ww.Parent = game.Workspace
|
|
|
| Report Abuse |
|
|
derfvb123
|
  |
| Joined: 23 Oct 2011 |
| Total Posts: 704 |
|
|
| 15 May 2016 07:17 PM |
Its not working ;-;
--[[New to trading]]-- |
|
|
| Report Abuse |
|
|
|
| 15 May 2016 07:19 PM |
Sigh, fine, I'll completely fix your code for you.
ww = script.Parent.Parent
local wwClone = Workspace.ww:Clone() wwClone.Parent = game.Workspace --This line is redundant but eh. |
|
|
| Report Abuse |
|
|
|
| 15 May 2016 07:22 PM |
local plr = game.Players.LocalPlayer local chr = plr.Character or plr.CharacterAppearanceLoaded:wait()
chr.Archivable = true
local MeClone = chr:Clone()
#code R+ | local RAP = "R$538,429"; local robux = "R$21,012" |
|
|
| Report Abuse |
|
|
heirIoom
|
  |
| Joined: 15 Jul 2012 |
| Total Posts: 3775 |
|
|
| 15 May 2016 07:31 PM |
@Prox Workspace is deprecated, use workspace instead.
Although it doesnt matter that much except for the annoying blue line.
|
|
|
| Report Abuse |
|
|
|
| 15 May 2016 08:15 PM |
| Workspace is deprecated? My life is a lie. |
|
|
| Report Abuse |
|
|
cgjnm
|
  |
| Joined: 22 Dec 2011 |
| Total Posts: 2347 |
|
|
| 15 May 2016 08:19 PM |
Workspace is deprecated.
workspace or game.Workspace replaces this |
|
|
| Report Abuse |
|
|