-- Check if the players are in a romantic relationship if player1:GetRelationship(player2) == "Romantic" then -- Play the interaction animation player1.Character.HumanoidRootPart.CFrame = player2.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, -5) player2.Character.HumanoidRootPart.CFrame = player1.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 5) game.ReplicatedStorage.AnimationTrack:LoadAnimation(player1.Character, "Kiss") game.ReplicatedStorage.AnimationTrack:LoadAnimation(player2.Character, "Kiss")
-- Send proposal GUI to target targetPlayer.PlayerGui.ProposalPopup:Fire(player.Name) sex script roblox
“Like and subscribe for part 2 – marriage system and jealousy bar.” -- Check if the players are in a