Setup
Installing the framework:
In order to install PhotonFramework, you must firstly insert the model into your game. The model can be found here https://www.roblox.com/library/9520924964/PhotonFramework. Once you have inserted the model, you must then place it under ReplicatedStorage
(or any other shared directory).
Starting the framework:
Now that you've installed the framework, it's time to begin interacting with it, but before you can do that you must start it. This can be done by running the following code on both the client and the server (one in a server script, one in a local script).
Conclusion:
Now that you've inserted, required, and started PhotonFramework, you can now begin interacting with it, on the next page, you can read about how you can interact with services, objects, and much more!
Last updated