Chat Level Up System [NOT BEING UPDATED ANYMORE]

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. :happy1:

Alright. That does make sense. I tried to place it in serverscriptservice and well… :wink: :laughing:

Another update is about finished! (yeah i know im working hard on this :sunglasses:)

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:

  1. 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.
  2. Go into the command bar.
  3. 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))
  1. Run the finished code in output and then exit Run mode.
  2. 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!

1 Like

Thanks for the update man! This is sure to blow up if you continue on

1 Like

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 :happy3:

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 :wink: )

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!

1 Like

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

2 Likes

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.

1 Like

thx for replying, its ok, i was just wondering if i could do a leaderboard with ur chat lvl up system

2 Likes

Two notes:.

  1. I’m probably not going to do many changes to this for a bit

  2. I don’t have access to a computer rn meaning I can’t add or fix anything, sorry!