[FREE]šŸ§ā€ā™‚ļøNass Ped Scaler | Real-Time Player Height Scaling

nass_pedscaler

I’m excited to release Nass Ped Scaler, a fully-synchronized FiveM script that lets players change their character’s height and proportions in real-time using a smooth UI. This is a free release so please enjoy it, use it, improve it, and feel free to leave feedback!

:movie_camera: Preview Video:

Direct Link

:package: Download on GitHub:


:star: Features

  • Real-time scaling: Configurable limits
  • Fully synced: Every player sees the scale changes
  • Persistent storage: Size is saved & restored
  • Modern UI: (clean, responsive & easy to use)
  • Framework support:: ESX, QBCore, QBox & Standalone
  • ACE permission system
  • Optional speed scaling

:inbox_tray: Installation

  1. Download the script from GitHub
  2. Drag nass_pedscaler into your resources folder
  3. Add this to server.cfg:
ensure nass_pedscaler

Make sure this line is added after your framework (if applicable) initialization.

Make sure to go through the config.lua and edit it to your liking


:gear: Commands

  • /scale Open your scale menu
  • /scale [id] Open menu for another player (requires permission)
  • /resetscale Reset your scale
  • /resetscale [id] Reset another player’s scale (requires permission)

:key: Permission Setup

Enable permissions in config.lua:

Config.permissions.enabled = true

Give admin group access:

add_ace group.admin nass_fighting.scaler allow


:red_exclamation_mark: Notes & Limitations

  • Scaling temporarily resets when:
    • aiming a weapon
    • entering/exiting vehicles
  • These limitations come from GTA/FiveM and will automatically fix themselves after the action ends.
  • Small terrain-based animation shifts may appear depending on ped model.
    This is meant to be a resource that pushes the limits of what FiveM can do, not something that I would say can be used for very serious RP

:heart: Contributions

Pull requests and improvements are very welcomed and encouraged!
If you enjoy the script, leaving feedback below helps a ton.

15 Likes

Crazy work!

1 Like

Tried it out, worked straight out the box, I noticed while someone was in a clothing menu and I used the scale menu it adjusted them as well, it also had the character model flickering between the default state and the set scale state, and sometimes the character model looks like it’s being frozen and trying to move in mid-air. The character model can also have a weird twitch animation at times when it goes into idle. If a lot of this could be cleaned up a bit I think even more serious servers could use this script. Superb work! Very nicely done!

Tried it before the release but wasn’t super happy with the results. Like @KODEMdotEXE mentioned, there was noticeable flickering and freezing from the scaled PED character.
I was hoping this would be of the quality I have seen in some youtube videos. On CheetoHead’s youtube channel I have seen someone else’s ped-scaler work inside vehicles and holding weapons.
(those to my knowledge were not custom made peds).

i didnt know u made one of these lol

BOSS!!

-tobias pringles

Yo ive found a fix for the glitching floating while standing still if u want it… Just replace the Z offset math with a ground raycast + half scaled model height, and the drift and clipping both go away and feet are still on ground always as far as I can tell was running up hills

1 Like

Oh, great idea. I’ll see when I get some time, if you have it done already and would like more credit, go ahead and make a PR on github and I can merge it. Otherwise I’ll take a crack at it once I get some time.

ok sounds good will do. just have to test one more thing to make sure everything is right and ill do that give me a cpl days

:heart:

1 Like

Did you ever figure that out? Thanks in advance!

Yea I fixed it