Giter Site home page Giter Site logo

clientada's Introduction

Clientada

What the hell does it do?

Ever struggled with local scripts needing DataStore data, and you have to make a server script, set up a remote function, and do so much?
Clientada solves this, Roblox's first client-side DataStore system.
It is built off Roblox's DataStore service and utilizes all their functions.
It uses a key (password, basically) safety system, that can be tailored to your needs.

Features

  • Read, write, update, and remove DataStores from the client easily, and safely.
  • A configurable key system, and an option to kick a client if the incorrect key is provide.
  • Full pcall protection on server, no pcalls on client required.
  • Simple, straightforward API, and setup.

Pros

  • No more needing to make use of a complicated remote function system to access data from client
  • Easy setup and use
  • Compatible with OrderedDataStores
  • Easily configurable to meet your needs
  • Nearly 100% exploiter proof

Note

This is still in beta, and some things may not be implemented or be glitchy.
DO NOT USE THIS IN A PRODUCTION DEPLOYMENT, UNLESS YOU ARE WILLING TO ACCEPT THE GLITCH TO VULNERABILITIES AND OR POSSIBLE GLITCHES

FAQ

Will this be compatible with DataStore2?

No, and I do not plan on implementing a system to do so. However, anyone is free to make a pull request adding compatibility.

How does the key system work?

A master key is set in a config module script. That key is a required argument for all functions in Clientada. You have the ability to change the key, and if the client issues a request and the key is not specified or is incorrect, then kick the player.

clientada's People

Contributors

mushytoast avatar

Watchers

 avatar

Forkers

devdodger

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.