This file contains hidden or 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
| -- Connected Discord-GitHub | |
| -- Roblox Username: Helixgamedev | |
| -- Discord Username: cel_api | |
| -- Services | |
| local ReplicatedStorage = game:GetService("ReplicatedStorage") | |
| local TweenService = game:GetService("TweenService") | |
| local StarterGui = game:GetService("StarterGui") |
This file contains hidden or 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
| -- Connected Discord-GitHub | |
| -- Roblox Username: Helixgamedev | |
| -- Discord Username: cel_api | |
| --[[ | |
| This script is a client-side combat and movement controller of the game. | |
| It handles core gameplay systems such as: | |
| - Dashing (multi-directional movement with physics) |