BP Framework (Introduction)

This is a straightforward framework with essential Networking events.

This is also for people who want to use an excellent well-made framework without using VS Code and just sticking to Roblox studio.

All the modules in the server or client are defined within each other to have easier access to all of your functions.

Also comes with a “ServerUI” system that replicates certain UIS depending on the properties selected.

It comes with some useful premade models made by Sleitnick and DataStore2 pre-installed.

More information and download here: https://github.com/BrandonForbrad/BPFramework

Youtube Tutorial: https://www.youtube.com/watch?v=3Df70TJZunI

4 Likes

NOTE: Updates will be provided as I progressively use this framework and add useful modules to it. Please feel free to message me if you need any support on how to use a certain feature.

1 Like

Looks like you’re already familiar with github / rojo- maybe you could publish it to Wally?

2 Likes

You should have ProfileService installed instead. Datastore2 never gets updated and is now the same as a Roblox data store method.

2 Likes

Hey good suggestion, I will be sure to do that in the next update. You can replace the module with profileservice. The framework is fully modular.

1 Like

I see you have other modules added within the Framework are you planning on adding something to get these modules? Example: self.Folder.TweenModule

3 Likes

Any other modules under the framework are in the shared folder. You can access them on the Server or Client modules by using self.Shared.[modulename].

To access the Game folder you do
self.Game

Under the Game folder there are instructions called “HELP” that explains what the things in the Game folder do.

You can also add things to the Game folder or Game.Assets at your liking. The Game is replicated to both server and client

2 Likes

Ahhhhh okay! Thank you for clearing this up, just a suggestion maybe down the road add the docs for it to the Github page so others don’t get confused. But other than that the Framework is neat!

1 Like

Yeah, good suggestion planning to do that on the next version of my framework. Gonna add some cool features. The “EzRblx” module under shared is made by me and I am gonna add some good functionality there.

2 Likes

New youtube tutorial!

https://www.youtube.com/watch?v=3Df70TJZunI

2 Likes

This is perfect man I can’t wait for more updates in the future

2 Likes

Thank you there will be more updates. Gonna add some useful functionality.

2 Likes

Util/PlayerLoaded threading (V1.1) Has been released to the GitHub
Documentation: Under ReadMe in the GitHub

Youtube Util/PlayerLoaded Tutorial: BP Framework - V1.1 Util/PlayerLoaded threading - YouTube

3 Likes