NATURAL DISASTER SURVIVAL: FE Tall Script for R15 Avatars
The FE Tall Script is a popular tool among Roblox players aiming to adjust their R15 avatars’ height, offering a distinctive and personalized gaming experience. By implementing this script, users can modify their character’s proportions, making them stand out in various Roblox games.
It’s essential to follow the provided guidelines to ensure the script functions correctly and enhances your gameplay.
–Shit ass script made by failedmite57926
local LocalPlayer = game:GetService(“Players”).LocalPlayer
local Character = LocalPlayer.Character
local Humanoid = Character:FindFirstChildOfClass(“Humanoid”)
function rm()
for i,v in pairs(Character:GetDescendants()) do
if v:IsA(“BasePart”) then
if v.Name == “Handle” or v.Name == “Head” then
if Character.Head:FindFirstChild(“OriginalSize”) then
Character.Head.OriginalSize:Destroy()
end
else
for i,cav in pairs(v:GetDescendants()) do
if cav:IsA(“Attachment”) then
if cav:FindFirstChild(“OriginalPosition”) then
cav.OriginalPosition:Destroy()
end
end
end
v:FindFirstChild(“OriginalSize”):Destroy()
if v:FindFirstChild(“AvatarPartScaleType”) then
v:FindFirstChild(“AvatarPartScaleType”):Destroy()
end
end
end
end
end
rm()
wait(0.5)
Humanoid:FindFirstChild(“BodyProportionScale”):Destroy()
wait(1)
rm()
wait(0.5)
Humanoid:FindFirstChild(“BodyHeightScale”):Destroy()
wait(1)
rm()
wait(0.5)
Humanoid:FindFirstChild(“BodyWidthScale”):Destroy()
wait(1)
rm()
wait(0.5)
Humanoid:FindFirstChild(“BodyDepthScale”):Destroy()
wait(1)
rm()
wait(0.5)
Humanoid:FindFirstChild(“HeadScale”):Destroy()
wait(1)
Click the COPY button to automatically copy the script.
Paste the script into your script application.
Run the script and you’re done!
By following these simple steps, players can quickly and easily enhance their Roblox game experience.
Note: Roblox scripts are essential tools for building interactive and engaging games on the platform. Using the Lua programming language, these scripts empower players and developers to add features and functionality, transforming their game ideas into reality.