That is the only thing that appears in the output.
You probably mispelled it, or it just doesnt exists in ReplicatedStorage
1 Like
Uh, I think you misspelled the RemoteEvent’s name.
It’s name is “CodeRedeem” and your trying to use WaitForChild() on a RemoteEvent called “CodeSubmit”, which is nil.
2 Likes
Yes, thanks that was one error.
1 Like
Thanks to everybody for the help! Thanks you all I fixed the problem.