Player - Fe Bring

Always verify the target exists to prevent server crashes.

remoteEvent.OnServerEvent:Connect(function(player, targetName) if isAdmin(player) then local target = game.Players:FindFirstChild(targetName) if target and target.Character then target.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame end end end) Use code with caution. Copied to clipboard

Fire a RemoteEvent from your Admin UI or LocalScript.