#making a rig a friend from the user's friend list (server sided)
1 messages · Page 1 of 1 (latest)
local PageInstance = game.Players:GetFriendsAsync(UserId)
local friends = PageInstance:GetCurrentPage()
warn(friends)
local rig = workspace.Rig
local newHumanoidDescription = game.Players:GetHumanoidDescriptionFromUserId(UserId)
rig.Humanoid:ApplyDescription(newHumanoidDescription)
this will help you