#why wont this work

1 messages · Page 1 of 1 (latest)

turbid swallow
#
local Character = script.Parent
local Humanoid = Character.Humanoid
local Jump = Humanoid.Jump

Jump.Changed:Connect(function()
    print("Jumped")
end)
dire leafBOT
#

studio** You are now Level 5! **studio

dusk thistle
turbid swallow
dusk thistle
#

Did you write this yourself

turbid swallow
turbid swallow
dusk thistle
turbid swallow
dusk thistle
#

thats still not how its used

turbid swallow
#

when I jump it updates to true then disables after

#

how do I sense jumping then

dusk thistle
#

using humnaoid state changed

stone cloak
turbid swallow
#

It says bool values dont work with changed

stone cloak
#

so yeah

turbid swallow
#

I searched up a solution and it said to add .Value to the bool but it didn't work

stone cloak
#

by doing local abc = Humanoid.Jump you get its current value (true or false)

dusk thistle
#

guys the answer is literaly there