Advertisement
Prephy

resize character

Mar 7th, 2021 (edited)
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print("bad resize script by projor22")
  2.  
  3. local pl = owner
  4. local FF = Instance.new("ForceField",pl.Character) FF.Visible=false
  5. local remote=Instance.new("RemoteEvent",pl.Backpack) remote.Name="funy"
  6. local remote2=Instance.new("RemoteEvent",pl.Backpack) remote2.Name="no"
  7. NLS([[
  8. local pl = game:GetService("Players").LocalPlayer
  9. local mouse = pl:GetMouse()
  10. local rem = pl.Backpack:WaitForChild("funy")
  11. local small = pl.Backpack:WaitForChild("no")
  12.  
  13.  
  14. mouse.KeyDown:connect(function(Key)
  15. Key = Key:lower()
  16. if Key == 'z' then
  17. rem:FireServer(.3)
  18. end
  19. end)
  20.  
  21. mouse.KeyDown:connect(function(Key)
  22. Key = Key:lower()
  23. if Key == 'x' then
  24. small:FireServer(.3)
  25. end
  26. end)
  27.  
  28. ]],pl.Backpack)
  29.  
  30. remote.OnServerEvent:Connect(function(fart, number)
  31. pl.Character.Humanoid.BodyDepthScale.Value = pl.Character.Humanoid.BodyDepthScale.Value + number
  32. pl.Character.Humanoid.BodyHeightScale.Value = pl.Character.Humanoid.BodyHeightScale.Value + number
  33. pl.Character.Humanoid.BodyWidthScale.Value = pl.Character.Humanoid.BodyWidthScale.Value + .267
  34. pl.Character.Humanoid.HeadScale.Value = pl.Character.Humanoid.HeadScale.Value + number
  35. pl.Character.Humanoid.WalkSpeed= pl.Character.Humanoid.WalkSpeed + 2.6
  36. pl.Character.Humanoid.MaxHealth = pl.Character.Humanoid.MaxHealth + 4
  37. pl.Character.Humanoid.Health = pl.Character.Humanoid.Health + 4
  38. pl.Character.Humanoid.JumpPower= pl.Character.Humanoid.JumpPower + 1
  39. print("bodydepth> "..pl.Character.Humanoid.BodyDepthScale.Value)
  40. print("BodyHeight> "..pl.Character.Humanoid.BodyHeightScale.Value)
  41. print("bodywidth> "..pl.Character.Humanoid.BodyWidthScale.Value)
  42. print("Headscale> "..pl.Character.Humanoid.HeadScale.Value)
  43. end)
  44.  
  45. --[[
  46. pl.Character.Humanoid.BodyDepthScale.Value = 10
  47. pl.Character.Humanoid.BodyHeightScale.Value = 10
  48. pl.Character.Humanoid.BodyWidthScale.Value = 9
  49. pl.Character.Humanoid.HeadScale.Value = 10
  50. pl.Character.Humanoid.WalkSpeed=50
  51. ]]
  52.  
  53.  
  54. remote2.OnServerEvent:Connect(function(bigfart, number)
  55. pl.Character.Humanoid.BodyDepthScale.Value = pl.Character.Humanoid.BodyDepthScale.Value - number
  56. pl.Character.Humanoid.BodyHeightScale.Value = pl.Character.Humanoid.BodyHeightScale.Value - number
  57. pl.Character.Humanoid.BodyWidthScale.Value = pl.Character.Humanoid.BodyWidthScale.Value - .267
  58. pl.Character.Humanoid.HeadScale.Value = pl.Character.Humanoid.HeadScale.Value - number
  59. pl.Character.Humanoid.WalkSpeed= pl.Character.Humanoid.WalkSpeed - 2.6
  60. pl.Character.Humanoid.MaxHealth = pl.Character.Humanoid.MaxHealth - 4
  61. pl.Character.Humanoid.Health = pl.Character.Humanoid.Health - 4
  62. pl.Character.Humanoid.JumpPower= pl.Character.Humanoid.JumpPower - 1
  63. print("bodydepth> "..pl.Character.Humanoid.BodyDepthScale.Value)
  64. print("BodyHeight> "..pl.Character.Humanoid.BodyHeightScale.Value)
  65. print("bodywidth> "..pl.Character.Humanoid.BodyWidthScale.Value)
  66. print("Headscale> "..pl.Character.Humanoid.HeadScale.Value)
  67. end)
  68.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement