|
|
|
|
|
by madjam002
2038 days ago
|
|
Roblox was a fairly big part of my childhood, it made programming exciting and got me learning. I remember reaching the front page with my game at no.1 with the most players online and reaching 350k+ plays. After that hanging out in script builders was a lot of fun also (is that still a thing?) It was such a great experience, had a lot of fun, thank-you to the original devs for the good times :) |
|
For those not in the know, script builders were places that were just an empty map, but that allowed anyone in the server to load in their own scripts - so people would create and run custom weapons, power armor, admin commands, etc. and play around with each other. There was a very dedicated community of programmers that played them for years, and I'm still friends with some people I met through them like 7 years ago.
I think as a genre they're pretty dead, though - Roblox tightened security around loading arbitrary scripts that broke all the script builders several times, and now had replication filtering so that client-side scripts can't set properties. You probably could still make cool swords, but they'd need to use proper RemoteFunctions for client-server RPC, meaning all the old scripts are broken.