#I am having prob with set size of player character
10 messages · Page 1 of 1 (latest)
if humanoid:FindFirstChild("HeadScale") then
humanoid.HeadScale.Value = size
end
start from this line
what is "size" ?
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
if you are trying to scale a player
use this
also this only works on models