To make an "FE Giant" or tall avatar script better, you should focus on features that enhance both visual scale and mechanical stability within Roblox's Filtering Enabled (FE) environment.
Switch to R15: Scaling options are only available for R15 avatars. fe giant tall avatar script better
Proportional Width: Adjust the BodyWidthScale and BodyDepthScale alongside BodyHeightScale to prevent the avatar from looking like a "noodle." To make an "FE Giant" or tall avatar
local ADMIN_USER_IDS = 12345678 -- fill if needed local function isAdmin(player) for _,id in ipairs(ADMIN_USER_IDS) do if player.UserId == id then return true end end return false endbutton.MouseButton1Click:Connect(function() local newHeight = tonumber(textBox.Text) if newHeight and newHeight >= 1 and newHeight <= 10 then TALL_SCALE = newHeight resetSize(Character) makeTall(Character) else textBox.Text = "1 to 10 only" end end) While many scripts come and go, these are
While many scripts come and go, these are the most reliable methods currently used to achieve a "better" or more stable giant avatar:
Disclaimer: Reviewing these scripts is done for educational purposes regarding Roblox's physics replication system. Using scripts to alter gameplay in ways not intended by developers may violate Roblox's Terms of Service or specific game rules. Use at your own risk.
Common Issues and Troubleshooting