Once the player touches the part the player avatar will become othe players avatar. e.g. My friend touched the part and my friend character will because to my character
local players = game:GetService("Players")
local humanoidDesc = players:GetHumanoidDescriptionFromUserId(UserId)
Humanoid:ApplyDescription(humanoidDesc)
1 Like