Cloud Script is custom logic written in JavaScript and hosted in the PlayFab service. Games can use this to have server-authoritative logic without the hassles and expense of creating and hosting a full game server. Cloud Script has full access to the PlayFab Server API methods. It enables adding a huge range of game specific features to your title, including ways to do things like granting player rewards, running validation checks to help prevent cheating, or computing the outcome of interactions between players, so that a hacked client can't cheat others (or you). In this webinar we will take a deeper dive into Cloud Script to learn how to extend your game.