#is it possible to acces local player on server script?
1 messages · Page 1 of 1 (latest)
What are you trying to do?
im trying to know if player press Z or X or C or V
but like what is the most effiecent way to send which input the player chose bc i dont want like 5 remote events for 1 input
You can just use one remote event and use arguments
inputRemoteEvent:FireServer(keyPressed)
ok ill try it ill come back here if i havemore question
Gotcha
partially
no but you have methods to get it
like remote events for an example
or get the player from the character
stuff like that
Ik now