So Where do you place each item? I cant seem to understand where to place.
You put the gears inside the Shop folder inside the main script.
So, like it all stays in the workspace correct?
Yeah. I don’t think you should put it in ServerScriptService because the client will have to access the serverscript.
Alright. That does make sense. I tried to place it in serverscriptservice and well…
Another update is about finished! (yeah i know im working hard on this )
New Additions:
- Fixed the shop so it won’t overload the player,
- Fixed the datastore piling issue where it would lag the server a lot if a player bought too many items at once
- Added a testing library.
How to use the testing library:
- Open your place in roblox studio with the newest version of ChatLevelUp, move the LevelTesting module from the Extras folder to the ChatLevelUp script, and press Run.
- Go into the command bar.
- Paste
require(workspace.ChatLevelUp.LevelTesting):setdata()
into the command bar and check output.
4. Fill in the arguments until there aren’t anymore errors and your code should look something like this:
require(workspace.ChatLevelUp.LevelTesting):setdata("the datastore name", "your name or anybody elses name u want to give levels to", (amount of levels to give))
- Run the finished code in output and then exit Run mode.
- Finally, join the game and check the levels (if you put your name)!
You can also use
require(workspace.ChatLevelUp.LevelTesting):resetdata("the datastore name", "players name"
Enjoy!
Thanks for the update man! This is sure to blow up if you continue on
require(workspace.ChatLevelUp.LevelTesting):setdata(“lvlDatastore”,“HB0MAX”,100000000)
it says Level Testing is not apart of it
Make sure you move the LevelTesting to the script instead of from the Extras
You can also just do
workspace.ChatLevelUp.ExtraLibrary.LevelTesting.Parent = workspace.ChatLevelUp
in command line and it will do it for you
when I join the game, some peoples say ( - )
Are you talking about levels? It shouldnt say - it should say 0. Are there any errors (Press F9, and tell me if there is any red text in the client or server tab so i can try to resolve it )
forget that for now. I need a system where when I press E bill board ui. a gui pops up its not working for me
the bill board ui is linked to a part
What’s it for ? It depends what you’re going to use it for for me to know what kind of script(s) I need to write for it.
Also, lets bring this into messages, please, its getting off topic.
so, I have ui ready but I need it to where once I walk up to cones (ice cream) I can press E and it brings up the flavor ui. after that I press the flavor I want and press The X on the top right and boom it closes
Hi!! Good afternoon, i’m trying to make a leaderboard with the chat levels, but my scripting skills are very poor, so i can’t make it good… ¿Can someone help me?
¡Thanks!
Hi everyone, so im trying to make a Leaderboard with the chat lvl up system, but my scripting skills are very bad, if anybody could help, i would really appreciate
Thank you
Ah, sorry for not replying to either.
I think you’d need to have an external webserver, since datastores take too long to check back and forth.
Sorry for the inconvenience.
thx for replying, its ok, i was just wondering if i could do a leaderboard with ur chat lvl up system
Two notes:.
-
I’m probably not going to do many changes to this for a bit
-
I don’t have access to a computer rn meaning I can’t add or fix anything, sorry!