Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- oil = workspace:FindFirstChild("oilsauce")
- tor = oil:FindFirstChild("Torso") or oil:FindFirstChild("UpperTorso")
- teblu6 = Instance.new("Part", tor)
- teblu6.Material = "Wood"
- teblu6.BrickColor = BrickColor.new("Burnt Sienna")
- teblu6.Shape = "Cylinder"
- teblu6.CFrame = tor.CFrame * CFrame.new(0, 1, -30)
- teblu6.CFrame = teblu6.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
- teblu6.Size = Vector3.new(1, 50, 50)
- teblu6.Anchored = true
- teblu7 = Instance.new("Part", tor)
- teblu7.Material = "Wood"
- teblu7.BrickColor = BrickColor.new("Burnt Sienna")
- teblu7.Shape = "Cylinder"
- teblu7.CFrame = tor.CFrame * CFrame.new(0, -1, -30)
- teblu7.CFrame = teblu7.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
- teblu7.Size = Vector3.new(4, 5, 5)
- teblu7.Anchored = true
- pot = Instance.new("MeshPart", teblu6)
- pot.MeshId = "http://www.roblox.com/asset/?id=1029523"
- pot.CFrame = teblu6.CFrame * CFrame.new(1, 0, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement