I'm taylor, but you can call me: "Tay-Tay". I've been scripting for 3-4 years now.
My commissions generally take 1 - 3 days. Depending on the workload of the commission, it may take up to a week or more.
I specialize in the following:
-
Car Systems
-
**Responsive UI/UX:**Creating dynamic UIs like menus, HUDs, Inventories, or shop interfaces. Handling button clicks or animations (e.g., tweening), and data updates (e.g., displaying player stats).
Example: Scripting a shop UI where players purchase items with in-game currency.
Datastores
AI systems: Creating NPCs with pathfinding (e.g., pathfinding service) for enemies or allies. Scripting behaviors like chasing , patrolling , or reacting to players.
Example: An enemy NPC that follows players and attacks when in range.
Networking: Handling client-server communication to ensure secure and efficient gameplay. Scripting systems like firing weapons or updating leaderboards using Remote Events and Remote Functions.
Example: Allowing players to trigger server-side actions (e.g., opening a door) from the client.
Module-script Architecture: Writing reusable module scripts for shared systems (e.g., utilities, managers). Using module loaders to organize code in single-script architectures.
Example: A module for handling all player-related logic (spawning, stats, cosmetics).