1
Modification Help / Re: Needs help with containerraycast
« on: August 14, 2014, 05:49:18 AM »In better terms. You get a player object from the raycast, but you want their client object(which is what findClientByName returns).
Just take the player object and access it's .client variable to get their client object.
thanks