Where should I put client side Bindable Events/Functions?

ServerStorage is for server side Bindable Events/Functions and ReplicatedStorage is for Remote Events/Functions, but where should I put client side Bindable Events/Functions that are defined on the client and called from another client script? There is no ‘ClientStorage.’

1 Like

You can place your BindableEvents for client to client communication in ReplicatedStorage.