#I am having prob with set size of player character

10 messages · Page 1 of 1 (latest)

half crest
#

It keep saying instance cannot be converted to number

half crest
#

if humanoid:FindFirstChild("HeadScale") then
humanoid.HeadScale.Value = size
end

#

start from this line

scenic latch
#

what is "size" ?

half crest
#

local function handlesize()
local MuscleVal = leaderstats.Muscle.Value
if MuscleVal >= 1000 and MuscleVal<10000 then
plrsize = 3
charsize = 1
elseif MuscleVal >= 10000 and MuscleVal< 100000 then
plrsize = 2
charsize = 0.5
else
plrsize = 1
charsize = 0.25
end

    SetSize:FireServer(player,charsize)

end

#

size is the charsize from another script

wraith edge
#

if you are trying to scale a player

#

use this

#

also this only works on models