StarterPlayer.StarterPlayerScripts.Notifcation:2: attempt to index nil with 'CharacterAdded'


This is a module script inside of StarterPlayerScripts, how do i fix this error?

I want to get the local player in a module script

if you’re requiring the module form a server script it won’t work because there’s no “LocalPlayer”

2 Likes

if it’s a modulescript are you sure a serverscript isn’t requiring it?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.