Hello developers, for some reason when I send a remote event it gets confused with the character and the C0
for some reason when the remote event fires it prints the characters name as the characters name the strange thing is the C0 is also printed as the characters name
the player is always the first parameter when you’re connecting a function to a OnServerEvent, the player is always automatically passed to the function, you might want to make a player parameter.