Bryan Krause
0
Q:

Lua Slow walk script

speed = 12 --Defualt Speed is "16"

function onPlayerRespawned(character)
	wait(1) --Lodaing Delay
	local player = game.Players:GetPlayerFromCharacter(character)
	local human = character:findFirstChild("Humanoid")
	if player ~= nil and human ~= nil then
		human.WalkSpeed = speed
	end
end

game.Workspace.ChildAdded:connect(onPlayerRespawned)

--A Script By Rigby#9052 on Discord
0

New to Communities?

Join the community