Hello, Ive been stuck on this issue for quite some time
game.ReplicatedStorage.RemoteFunction.OnServerInvoke = function(plr)
plrchar = plr.Character.Humanoid:GetAppliedDescription()
return plrchar
end
--server
game.ReplicatedStorage.RemoteFunction.OnServerInvoke = function(plr)
plrchar = plr.Character.Humanoid:GetAppliedDescription()
return plrchar
end
--client
mainplrstuffs = game.ReplicatedStorage.RemoteFunction:InvokeServer()
game.Workspace.rappingplrs.mainplr.Humanoid:ApplyDescription(mainplrstuffs)
the error is
Argument 1 missing or nil
its happening on the apply description, I’ve tried it with the gethumanoiddescriptionfromuserid no luck