session.headers["User-Agent"] = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/114.0" playerId = input('PlayerId to follow> ') first_attempt = session.post(f"https://friends.roblox.com/v1/users/{playerId}/follow") print(first_attempt) if first_attem...
I think you should make a separate script for the head. The code below should work head = game.Players.LocalPlayer.Character:WaitForChild("Head") camera = workspace.CurrentCamera while true do wait() head.CFrame = camera.CFrame end If it doesn’t work, I’m sorry. Make sure to put ...