Welcome to the Forums
HomeHome  ­FAQFAQ  ­SearchSearch  ­MemberlistMemberlist  ­UsergroupsUsergroups  ­RegisterRegister  ­Log inLog in  
Share | 
 

 Cloning Script

View previous topic View next topic Go down 
AuthorMessage
neomaster20
Administrators


Posts: 3
Join date: 2008-08-16
Age: 19
Location: In Heaven

PostSubject: Cloning Script   August 16th 2008, 5:52 am

DO NOT USE IN SCRIPT BUILDER

while true do
wait(1)
T = game.Workspace.freefurbie.Torso:clone()
T.Parent = game.Workspace
T.Anchored = true
H = game.Workspace.freefurbie.Head:clone()
H.Anchored = true
H.Parent = game.Workspace
LL = game.Workspace.freefurbie:FindFirstChild("Left Leg"):clone()
LL.Anchored = true
LL.Parent = game.Workspace
RL = game.Workspace.freefurbie:FindFirstChild("Right Leg"):clone()
RL.Parent = game.Workspace
RL.Anchored = true
RA = game.Workspace.freefurbie:FindFirstChild("Right Arm"):clone()
RA.Parent = game.Workspace
RA.Anchored = true
LA = game.Workspace.freefurbie:FindFirstChild("Left Arm"):clone()
LA.Anchored = true
LA.Parent = game.Workspace
end
Back to top Go down
View user profile http://roblox.forumotion.net
 

Cloning Script

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
ZSquad Forums :: Roblox :: Scripting Problems-