All GetLocalPlayer does is restrict the returning data from asynchronous functions to a certain player (i.e. computer) so that it wont cause a desync
Its other use is it allows you to execute code on single computers, however it cant actually alter the gameplay (you cant for example create a destructable on just a single computer) |