Advertisement
oilsauce

tabl1

Feb 24th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. c/player = game.Players.oilsauce
  2. char = workspace:FindFirstChild(player.Name)
  3. tor = char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso")
  4. asd = Instance.new("Tool", player.Backpack)
  5. asd.Name = "table"
  6. tabl = Instance.new("Part", asd)
  7. tabl.BrickColor = BrickColor.new("Burnt Sienna")
  8. tabl.Shape = "Cylinder"
  9. tabl.CFrame = tabl.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  10. tabl.CFrame = tor.CFrame * CFrame.new(0, 0, 10)
  11. tabl.Size = Vector3.new(0.7, 10, 0.7)
  12. tabl.Material = "Wood"
  13. tabh = Instance.new("Part", asd)
  14. tabh.CFrame = tabl.CFrame * CFrame.new(0, 5, 0)
  15. tabh.Size = Vector3.new(1, 1, 1)
  16. tabh.Transparency = 1
  17. tabh.Name = "Handle"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement