I have this error and i have no idea how to fix it:
local Printer = function(Name)
print(Name)
end
game.Players.LocalPlayer.CharacterAdded:Connect(Printer(game.Players.LocalPlayer.Name))
The script uses the function created at the beginning of the code in the event
What is the issue?