Advertisement
SmokeDelsin

clone work pls

May 15th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. mouse.KeyDown:connect(function)(key)
  2. print("Key Pressed : "..key)
  3. if key == "e" then
  4. local BL = game.ServerStorage.DogLeftBack.BackLeft:Clone()
  5. BL.Parent = char["Left Leg"]
  6. local BR = game.ServerStorage.DogRightBack.BackRight:Clone()
  7. BR.Parent = char["Right Leg"]
  8. local FL = game.ServerStorage.DogLeftFront.FrontLeft:Clone()
  9. FL.Parent = char["Left Arm"]
  10. local FR = game.ServerStorage.DogRightFront.FrontRight:Clone()
  11. FR.Parent = char["Right Arm"]
  12. local T = game.ServerStorage.DogTorso.Torso:Clone()
  13. T.Parent = char.Torso
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement