forbrad
(forbrad)
September 12, 2022, 8:17pm
#1
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
forbrad
(forbrad)
September 13, 2022, 4:18pm
#2
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
ffrostfall
(ffrostfall)
September 13, 2022, 4:42pm
#3
Looks like you’re already familiar with github / rojo- maybe you could publish it to Wally ?
2 Likes
2jammers
(2jammers)
September 13, 2022, 7:06pm
#4
You should have ProfileService installed instead. Datastore2 never gets updated and is now the same as a Roblox data store method.
2 Likes
forbrad
(forbrad)
September 13, 2022, 9:00pm
#5
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
d5_ax
(Bubba)
September 13, 2022, 9:42pm
#6
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
forbrad
(forbrad)
September 13, 2022, 10:39pm
#7
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
d5_ax
(Bubba)
September 14, 2022, 12:16am
#8
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
forbrad
(forbrad)
September 14, 2022, 7:58am
#9
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
forbrad
(forbrad)
September 14, 2022, 4:04pm
#10
2 Likes
d5_ax
(Bubba)
September 14, 2022, 11:12pm
#11
This is perfect man I can’t wait for more updates in the future
2 Likes
forbrad
(forbrad)
September 15, 2022, 10:02am
#12
Thank you there will be more updates. Gonna add some useful functionality.
2 Likes
forbrad
(forbrad)
September 17, 2022, 3:39am
#13
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