#humanoid

9 messages · Page 1 of 1 (latest)

proper thorn
#

any1 knows why this doesnt work

severe shadow
#

I mean... How could we know whats the issue when we can see just 3 lines?

#

Clearly this is a bigger script and so please show us the entire script

#

It might not work because it runs that part just one time and when it runs Level.Value is not equal with 2, because Level doest exist, maybe you change Level.Value on client and this is server sided, maybe the script is not running that part at all, maybe it doest find character or humanoid or WalkSpeed is already set to 18 so you dont actually change it

#

Hope you see why you need to send the entire script

#

And a few details like what type of script, wheres the script and what you get in output

#

As expected, you are running only one time the part with WalkSpeed

proper thorn
#

ok

#
Level.Changed:Connect(function(newLevel)
character.Humanoid.WalkSpeed = character.Humanoid.WalkSpeed + 2
end)