Teleporting Character with RemoteEvents but only client can see it

Don’t worry! this could work aswell.

Event.OnServerEvent:Connect(function(plr, point)
plr.Character.HumanoidRootPart.CFrame = point
end)