null
nil
-
true
-0.5
0.5
0
0
-0.5
0.5
0
0
24
17.5
0.600000024
0
-0
0
1
-0
1
0
-1
0
0
true
false
0.5
2
0.300000012
-0.5
0.5
0
0
-0.5
0.5
0
0
false
256
WalkSpeed
0
-0.5
0.5
0
0
0
0
0
-0.5
0.5
0
0
0
0
0
0
true
1
55
0.400000006
9
-
ChangeMe
90
true
-
false
Script
local WalkSpeed = script.Parent.ChangeMe.Value
script.Parent.Touched:connect(function(hit)
local humanoid = hit.Parent:FindFirstChild("Humanoid")
if humanoid ~= nil then
humanoid.WalkSpeed = WalkSpeed
end
end)
true