#Need help with sizing scale in studio | PLEASE HELP ILL EVEN PAY
1 messages · Page 1 of 1 (latest)
game.Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(character)
local humanoid = character:WaitForChild("Humanoid")
local widthScale = humanoid:FindFirstChild("BodyWidthScale")
if widthScale then
widthScale.Value = 0.5
end
end)
end)
@spiral crow
@fickle sundial where would I put this tho, serverscript?
yes
@fickle sundial
yes
This was only for the width correct?
this will help
I know nothing about scripting LOL ive been using claude ai to help... I was able to create a few guis and such that actually work this one ive been having an issue with overriding
My end goal was to make a gui slider, that would change your body from small to large after you reset.
local height = 5
local human = character:WaitForChild("Humanoid") -- you gotta call the character
local desc = human:GetAppliedDescription();
desc.HeightScale += height ; --you can do -= or whatever you want or just make it =
desc.WidthScale += height;
desc.DepthScale += height;
desc.HeadScale += height;
human:ApplyDescription(desc);
yeah your on your own with that
we help you and not create scripts for you this was just a one time thing cause ur problem is easy to script
im not asking to make that LOL, im just wondering if i use ur scripts could ai go off of that
um
idk how complicated it is todo a slider if sliders are easy AI can do it
@fickle sundial you take it from here ig
a gui slider itself is rly easy, let me see if i can use ur guys scripts to build off it
idk a slider aint that easy
is there a reason roblox has like such a hard time forcing sizing
i have no idea i fucking hate gui
I can design the prettiest uis but wehn I try to import it into studio everything just fucks up and is ass
thats why I gave it up
bro same
** You are now Level 2! **
its so annoying
wym
well now they are with a slight update
alr
bet
so its working but just a little off
the head does not scale? 🥀
if u ever played da hood u know the head never changes size, so it works exactly the way i need it to
yeah dahood prolly uses the same api