How do i require from a local script?

How do i require from a local script?

don’t you just simply require(module)

it errors on the line where i require it says required module expierenced an error but when i use a script not a local script it works fine

Where is your module located? For a module to be available to a LocalScript it needs to be replicated to the Client usually modules that are dual purpose or specifically for client side are put in ReplicatedStorage