Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c/player = game.Players.oilsauce
- char = workspace:FindFirstChild(player.Name)
- tor = char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso")
- asd = Instance.new("Tool", player.Backpack)
- asd.Name = "table"
- tabl = Instance.new("Part", asd)
- tabl.BrickColor = BrickColor.new("Burnt Sienna")
- tabl.Shape = "Cylinder"
- tabl.CFrame = tabl.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
- tabl.CFrame = tor.CFrame * CFrame.new(0, 0, 10)
- tabl.Size = Vector3.new(0.7, 10, 0.7)
- tabl.Material = "Wood"
- tabh = Instance.new("Part", asd)
- tabh.CFrame = tabl.CFrame * CFrame.new(0, 5, 0)
- tabh.Size = Vector3.new(1, 1, 1)
- tabh.Transparency = 1
- tabh.Name = "Handle"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement