regarding cheating and exploiting. This can lead to temporary or permanent account bans.
-- Try to attach target's HumanoidRootPart to a seat on your character local seat = player.Character:FindFirstChild("KidnapSeat") if not seat then seat = Instance.new("Seat") seat.Name = "KidnapSeat" seat.Size = Vector3.new(4, 1, 4) seat.CFrame = player.Character.HumanoidRootPart.CFrame * CFrame.new(0, 2, 3) seat.Parent = player.Character end FE Kidnap Script Roblox -Any Game- -Only requir...
target.Character.HumanoidRootPart.CFrame is replicated from server only. Local changes revert instantly. regarding cheating and exploiting