#My shop is not working
1 messages · Page 1 of 1 (latest)
The one that handles player added should be on the server, not the client
isn't it this way?
cuál es tu propósito, estás intentando crear un juego o?
no, leaderstats need to be created on the server otherwise they won't be accessable from the server
that goes for anything
estoy tratando de crear un juego simple por el momento logre crear y darle una utilidad pero eso fue mas facil que esto no logro entender
en este caso te recomiendo aprender, de la manera que quieras (tutorial, leyendo la documentación...) la diferencia entre client y servidor, si es que no sabes nada de ello
porque como @hazy zephyr dijo al ser creado en el client no va a ser reflejado en el servidor y de esa manera no es como se manejaría un leaderstats
estoy viendo un tutorial pero en el tutorial lo crea de esta manera
y al del tutorial le funciono
I don't recommend watching tutorials for roblox, most of them are terrible and will teach you bad concepts.
-# all of these are free
Roblox has a coding fundamentals course that seems decent: https://create.roblox.com/docs/tutorials/fundamentals/coding-1/coding-fundamentals
It should teach you the basics of writing code. If you want a more advanced understanding I recommend looking into the other non-roblox resources I've linked.
Once you understand how to script you can read the documentation
- Roblox documentation: https://create.roblox.com/docs
- Luau documentation: https://create.roblox.com/docs/scripting
Some other useful resources. These won't teach you roblox luau specifically but they will teach you important concepts that will all carry over to roblox.
- (easier) Teaches javascript and basic programming concepts. https://www.khanacademy.org/computing/computer-programming/programming
- (harder) Teaches C, Python, & SQL. It covers advanced concepts and how to write good code (which is very important!) https://cs50.harvard.edu/x/2024/
- Language agnostic introduction to gamedev. (Good advice on how to actually finish games) https://www.youtube.com/watch?v=5-iST0a69cI https://www.youtube.com/watch?v=f2n_VRa-00g
🤔 I don't think tutorials are terrible, just find them good and I have good resources for good tuts
Thank you very much Im going to watch it right now because I'm liking this
y donde deberia de ir eso?