Is there a way to prompt the player to follow someone?

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

Here is the game link: Easy Pole Obby - Roblox

To follow a player, you can use Humanoid:MoveTo().

2 Likes

I don’t want the player to follow an object or thing, I mean on the roblox profile where you can follow someone

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.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.