#Is there a way to make a player stop from typing
16 messages · Page 1 of 1 (latest)
inside a local script in replicated storage
local ChatService = game:GetService("Chat")
ChatService:RegisterChatCallback(Enum.ChatCallbackType.OnCreatingChatWindow, function()
return {BubbleChatEnabled = false, ClassicChatEnabled = false}
end)
to make the player not walk put this on
character:WaitForChild("HumanoidRootPart").Anchored = true
or
local humanoid = character:WaitForChild("Humanoid")
humanoid.WalkSpeed = 0
humanoid.JumpPower = 0
i think this needs some tweaking idk
Are you just trying to stop the player from walking?
** You are now Level 8! **
from walking, or "pressing" any key except the mouse click