MeRandomScript

Da hood punch reach

Aug 13th, 2020
6,049
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. LP = game.Players.LocalPlayer
  2. for i,v in ipairs(LP.Character:GetDescendants()) do
  3. if v:IsA("MeshPart") then v.Massless = true
  4. v.CanCollide = false
  5. v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  6.  
  7. end
  8. end
  9.  
  10. for i,v in ipairs(game.workspace:GetDescendants()) do
  11. if v:IsA("Seat") then
  12. v.Disabled = true
  13. end
  14. end
  15. x = 35
  16. y = 35
  17. z = 35
  18.  
  19.  
  20. penis = Vector3.new(x,y,z)
  21.  
  22. LP.Character.RightHand.Size = penis
  23.  
  24. LP.Character.RightHand.Transparency = 1
  25. local selectionBox = Instance.new("SelectionBox",LP.Character.RightHand)
  26. selectionBox.Adornee = LP.Character.RightHand
  27. selectionBox.Color3 = Color3.new(1,0,0)
  28.  
  29. LP.Character.LeftHand.Size = penis
  30. LP.Character.BodyEffects.SpecialParts.LeftHand.Size = penis
  31.  
  32. LP.Character.LeftHand.Transparency = 1
  33. local selectionBox = Instance.new("SelectionBox",LP.Character.LeftHand)
  34. selectionBox.Adornee = LP.Character.LeftHand
  35. selectionBox.Color3 = Color3.new(1,0,0)
Add Comment
Please, Sign In to add comment