Advertisement
Guest User

GYATT!!! SCRIPT!

a guest
Apr 26th, 2024
2,278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. (getgenv and getgenv() or _G or shared).BB_Settings = {
  2. Breast = false,
  3. BreastPhysics = { Target = 5, Speed = 10, Damper = 0.2 },
  4. BreastSize = 1,
  5. Cheeks = true,
  6. CheeksPhysics = { Target = 2, Speed = 12, Damper = 0.7 },
  7. CheeksSize = 1,
  8. Collisions = false,
  9. ForceAllRigs = false,
  10. Only_Others = false,
  11. Simulate_Physics_On_LocalPlayer_Only = true,
  12. }
  13. --ForceAllRigs is basically forcing the changes on all humanoids that it finds
  14. --[[
  15. Originally Created by:
  16. 'With love and lust from "V" / Ukiyo'
  17. Re-written & Optimized by:
  18. Deuces
  19. ]]
  20. loadstring(
  21. game:HttpGet("https://gist.githubusercontent.com/htt-py/92db22eeefad0042a6da9117501ad827/raw/BBies.luau", true)
  22. )()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement