So I’m trying to send a Variable that I’ve set with a String before firing to the server however it keeps returning nil, any suggestions?
It looks to me that you’re firing the player with the Result, the thing is, the first parameter of OnServerEvent, the player who fired the event, is fired automatically, just fire in the Result only
You said it kept returning nil are you referring to on line12
print(Result)
or something else
Can show us your output log so we can see the source of the problem. and give accurate solutions
It’s already solved plus it works, when I’d the problem it was printing nil, no error. But thank you for trying to help.