Lucke0051
(Lucke)
October 20, 2019, 2:46pm
#1
So I have been messing around with a custom Player List and added functionality for friending and blocking, which was pretty straight forward.
Though I can’t seem to find a way to prompt a player to follow someone or even get the players followers? Is there a way to do this?
It would make sense if it was here where the friend and block stuff is:
Roblox Developer Hub StarterGui/SetCore
Roblox Developer Hub StarterGui/GetCore
If it doesn’t exist an easy way I would appreciate if a solution for this were added.
1 Like
This has been considered by Roblox before I believe - there is no way to do this outside of CoreScript access for now.
How would Roblox go about making sure the click was genuine? Otherwise, a malicious script could just make everyone follow them when they join.
Lucke0051
(Lucke)
October 20, 2019, 2:54pm
#3
The player has to verify when sending friend requests with PromptSendFriendRequest
. I do not see a reason not to add this with follow functionality too.
This would classify as a feature request, and you’d have to make a thread in #platform-feedback:engine-features
1 Like