Why is my module script not working?

Okay, so I am trying to transfer info from a script to a module script, specifically the character, and for some reason it is returning nil every time I try to print the character or reference it at all.

Script:

Module:
module

Output:

32411234

Please help!

Can you take another screenshot of the error that doesn’t cut it out and also take new screenshots of the code that display the lines :smiley:

Module: newmodule

Script:

new output:

You put Client:UpdateJoints(), it tries to find something with “character” as a key in the module(since Client is the module) i think it should be like this

local new= Client.new(character)
new:UpdateJoints()

oof, I don’t explain very well