I’ve created an system in my game Easy Pole Obby where you have to follow us for a reward, but is there no way to make a prompt which makes it easier for mobile players and all?
I know how to make a game favourite prompt but is there no way to “follow” the player via a prompt
I don’t believe that is possible, you can only prompt to block, unblock, send friend request and unfriend using StarterGui:SetCore(). There is no way to prompt the user to follow another player. The only way it would be possible is by using the Friends API, specifically the https://friends.roblox.com/v1/users/{targetUserId}/follow/ endpoint but that requires a CAPTCHA to be completed and an X-CSRF-TOKEN together with a .ROBLOSECURITY cookie of the player you want to follow the other player. Essentially, it’s not possible.