Answers for "how to make a player be able to move while carrying another player roblox"

2

how to make it so a player can't move in roblox studio

local controls = require(game.Players.LocalPlayer.PlayerScripts:WaitForChild("PlayerModule")):GetControls()
controls:Disable()
Posted by: Guest on August-07-2021

Code answers related to "how to make a player be able to move while carrying another player roblox"

Browse Popular Code Answers by Language