hi i have 3 question if anyone can help me understand, thx in advance
1 : why using hasAuthority is valid isnt using it on a host means its always true because the server has authority over everything, or dose the server lose authority if you assighn the connectionToClient to a non host client
2 : why not always use connection to client to check for authority since it will return the correct value regardless if you are a host or a client only
- in other words when to use hasAuthrity and when to use connection to client
3 : if i use has authority dose it return a value based on the function i called it from, or the game object that the script is attached to it
-in other words if i use has authorit in a client function will it return diffrent value than if i use it in a server function even tho they’r both at the same script file
sorry for my bad english xD
and sorry if the questions are super basic