mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 12:05:21 +09:00
489a17a8972b0d394be8c8e297255c979ba6031b
* Chat/Mention popup Creates floating text entity above the player with the chat message content, if this contains a player-name of a online player it creates a floating text entity above them to notify them they have been mentioned. This is useful for people that are not focusing on the chat. BUGS: Text not centered when zooming out, could be changed that the text is not centered but better get some player feedback to see if they even like the feature. Text longer than 128 characters overlaps when zooming out. * Moved Function Up Keeping Conventions
ExpGaming Repository

Using The Core Files
- Copy the core folder and the StdLib File
- Copy the control.lua and edit the load.lua in each file
- The require order is important in the control.lua
- Use playerRanks.lua to edit the rank system
- Add your own files to the addons folder and require them in the load.lua
Using The Addons
- Copy the addons folder
- Remove any you do not wish to have
- Remove the require inside the addons load.lua
Making Your Own Addons
- You must have the core files and StdLib
- The load.lua is the only file outside your own you need to edit
- Keep the core files updated with the core branch
- Try not to edit StdLib or the core files
- There is many comments inside the core files to describe how to use them.
Stand Alone File
- This file contains a few scripts from else where which don't require any lib
- StdLib and ExpLib are the only exceptions as these are very basic functions
- Any files added to this folder must be given proper sources
- Each file must be self contained with no _G variables
Forks and Pull Requests
- We are happy for people to make pull requests if you wish to help make our server better
- You can add comments at the start of files to mark any changes you make, so you are credited
- Don't make small changes to the core files, please only big meaningful changes
- Don't be afraid to make a pull request as if it fixes something then it's a good change
Languages
Lua
98.6%
TypeScript
1%
JavaScript
0.4%