of     1   

ez_street
#182992193Thursday, February 04, 2016 6:50 PM GMT

Well, I have a TextButton that when you click it, it goes through a table inside a module script. Inside each table inside the module, it has variables called "TopRight", "TopLeft", "BottomRight", "BottomLeft", and "name". The script checks to see if 4 textlabels are the same value as each of the variables inside the table. If its true, it prints name, and then, it fires an event, and inside that event, it prints the argument (name) and for some reason, the prints are different. The first time it printed "Plank", the second time it printed "Player". Can someone help me to know why?
BanTech
#182994579Thursday, February 04, 2016 7:51 PM GMT

First argument is the player of the client who fired the event, remoteEvent.OnServerEvent:connect(function(player, ...) ... end) http://wiki.roblox.com/index.php?title=RemoteFunction_and_RemoteEvent_Tutorial#Passing_Argument
ez_street
#182994852Thursday, February 04, 2016 7:58 PM GMT

So I dont fire the server like this?: event:FireServer(player, ...) tuple args I just say the args? and on the OnServerEvent event it will have an argument with a value of your plalyer?
BanTech
#182998788Thursday, February 04, 2016 9:14 PM GMT

Precisely :)

    of     1