Leppux
(Leppux)
August 10, 2021, 12:57am
#1
Yo, my fello Robloxians!
I’ve created this plugin: https://www.roblox.com/library/7230983062/Game-Ready and I’d like to hear some feedback on it, what could be improved, etc.
The plugin currently creates this as template:
let me know if you’d more stuff to be included, like a spawnpad, building blocks or more scripts!
1 Like
Looks pretty good.
Is the plugin supposed to like make script templates?
1 Like
Leppux
(Leppux)
August 10, 2021, 1:16am
#3
Yes, this plugin puts the start scripts/modulescripts/localscripts to start the development
Like this: https://twitter.com/D3vPanda/status/1424897160584249344
it fills content in the scripts as well
Would you like to have build templates too?
What do u mean by build templates?
Leppux
(Leppux)
August 10, 2021, 1:18am
#5
Like, all the types of parts with a folder to each dedicated location
if you’re refraining to meshes then I dont really need any, but im confused a bit
all those module scripts are templates as well?
Leppux
(Leppux)
August 10, 2021, 1:24am
#7
No? If you look at the picture on the tweet i linked, you can see what is in it so far
Just wondering, what stuff would go in PlayerData exactly? Just need an example.
well then, imma save it for later and try to make a script with one of the templates.
1 Like
Leppux
(Leppux)
August 10, 2021, 1:30am
#10
You could use it for like cash and levels and xp etc
1 Like
For leaderstats, generally you use the actual player but I could see me switching to a framework that does use a seperate folder for stats.
1 Like
Leppux
(Leppux)
August 10, 2021, 1:34am
#12
I find ServerStorage way more secure than the player, just my personal way.
The leaderstats
folder is supposed to be a direct child of the Player Instance in order to function properly.
Leppux
(Leppux)
August 10, 2021, 2:14am
#14
You create the REAL stats within’ the PlayerHandler and use “fake stats” in the leaderstats and when the real stats meet a value change you just set the actual value.
Like this:
1 Like
Drakoquin
(Drakokyn)
August 19, 2021, 9:19pm
#15
Pretty cool, Leppux.
Looks really good.