#the script isnt working, please help!

8 messages · Page 1 of 1 (latest)

pure burrowBOT
#

studio** You are now Level 1! **studio

vernal nest
#

it's Tel1.Parent:FindFirstChild("Humanoid").WalkSpeeed

#

the same for jumppower

#

and remove the if TeleportPart1.Touched then line

#

you dont need it and it wont work

#
script.Parent.Touched:Connect(function(Tel1)
    if Tel1.Parent:FindFirstChild("Humanoid") then
        Tel1.Parent:FindFirstChild("Humanoid").WalkSpeed = 0
        Tel1.Parent:FindFirstChild("Humanoid").JumpPower = 0
    end
end)
coral junco
#

oh