Advertisement
oilsauce

test1

Feb 25th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. oil = workspace:FindFirstChild("oilsauce")
  2. tor = oil:FindFirstChild("Torso") or oil:FindFirstChild("UpperTorso")
  3.  
  4. teblu6 = Instance.new("Part", tor)
  5. teblu6.Material = "Wood"
  6. teblu6.BrickColor = BrickColor.new("Burnt Sienna")
  7. teblu6.Shape = "Cylinder"
  8. teblu6.CFrame = tor.CFrame * CFrame.new(0, 1, -30)
  9. teblu6.CFrame = teblu6.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  10. teblu6.Size = Vector3.new(1, 50, 50)
  11. teblu6.Anchored = true
  12.  
  13. teblu7 = Instance.new("Part", tor)
  14. teblu7.Material = "Wood"
  15. teblu7.BrickColor = BrickColor.new("Burnt Sienna")
  16. teblu7.Shape = "Cylinder"
  17. teblu7.CFrame = tor.CFrame * CFrame.new(0, -1, -30)
  18. teblu7.CFrame = teblu7.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  19. teblu7.Size = Vector3.new(4, 5, 5)
  20. teblu7.Anchored = true
  21.  
  22. pot = Instance.new("MeshPart", teblu6)
  23. pot.MeshId = "http://www.roblox.com/asset/?id=1029523"
  24. pot.CFrame = teblu6.CFrame * CFrame.new(1, 0, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement