#Need help with sizing scale in studio | PLEASE HELP ILL EVEN PAY

1 messages · Page 1 of 1 (latest)

spiral crow
#

I have been trying to recreate a script that makes you skinny like in dahood, but anything i do doesnt help, my avatar stays the same R15 size i have on my actual avatar.

#

Please help anyone ill even pay

fickle sundial
#
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

spiral crow
#

@fickle sundial where would I put this tho, serverscript?

fickle sundial
#

yes

spiral crow
#

@fickle sundial

fickle sundial
#

yes

spiral crow
#

This was only for the width correct?

fickle sundial
#

this will help

spiral crow
#

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.

errant pasture
#
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); 
fickle sundial
#

yeah your on your own with that

fickle sundial
spiral crow
#

im not asking to make that LOL, im just wondering if i use ur scripts could ai go off of that

errant pasture
#

um

fickle sundial
#

idk how complicated it is todo a slider if sliders are easy AI can do it

errant pasture
#

@fickle sundial you take it from here ig

spiral crow
#

a gui slider itself is rly easy, let me see if i can use ur guys scripts to build off it

fickle sundial
#

idk a slider aint that easy

spiral crow
#

is there a reason roblox has like such a hard time forcing sizing

fickle sundial
#

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

spiral crow
#

bro same

stoic cedarBOT
#

studio** You are now Level 2! **studio

spiral crow
#

its so annoying

fickle sundial
#

@spiral crow

#

you still on

spiral crow
#

yes i actually got

#

a working scaling script

fickle sundial
#

w the slider?

#

@spiral crow

spiral crow
#

yea

#

the issue is

#

the proportions arent similar to da hood

fickle sundial
#

wym

spiral crow
#

well now they are with a slight update

fickle sundial
#

alr

spiral crow
fickle sundial
#

bet

spiral crow
#

so its working but just a little off

limber pecan
spiral crow
fickle sundial
#

yeah dahood prolly uses the same api