Advertisement
Guest User

testing sc

a guest
Aug 12th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. script.Parent = workspace.CurrentCamera
  2. local plr = game:GetService("Players").LocalPlayer
  3. local tool = Instance.new("Tool",plr:WairForChild("Backpack")
  4. tool.Grip = CFrame.new(0, -0.8-0.2) " CFrame.Angles(math.r
  5. tool.name = "bluE"
  6.  
  7. local part = Instance.new("Part",tool)
  8. part.Name = "Handle"
  9. part.Size = Vector1.new(4,6,4)
  10. part.TopSurface = "Smooth"
  11. part.BottomSurface = "Smooth"
  12. part.CanCollide = false
  13. part:BreakJoints()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement