Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local RobloxReplicatedStorage = game:GetService('RobloxReplicatedStorage')
- RemoteEvent_NewFollower = RobloxReplicatedStorage:WaitForChild('NewFollower')
- --Follow
- RemoteEvent_NewFollower:FireServer("PlayerName Here", true)
- --Unfollow
- RemoteEvent_NewFollower:FireServer("PlayerName Here", false)
- --Friend
- game.Players.LocalPlayer:RequestFriendship("PlayerName Here")
- --Unfriend
- game.Players.LocalPlayer:RevokeFriendship("PlayerName Here")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement