Skip to content
View TaylorsRus's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report TaylorsRus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TaylorsRus/README.md

Joshua Taylor, Experienced Roblox Developer

I'm an 19-year-old programmer from the United Kingdom. While primarily a game developer, I have a deep passion for online creation. I enjoy content creation and sharing my knowledge within the communities I interact with. Knowledge is power.

Libs/Utils I want to make, all focused on minimality,

  • Signal implementation, global signals table for global access to locally defined signals, akin to Bindables
    • local MySignal = Signal()
    • local Signals = Signal.Signals, leverage __call metamethod
  • Custom Camera, hate core scripts with a passion
  • Collection of lune scripts for fast-tracking workflows and spending less time on quick fixes for trivial problems
  • A base component library of generic components which are intended to be imported and then modified from there on out, not used like a package.
    • Will aim to dispoe of verbose or redundant props, ex; Combining 'AnchorPoint' and 'Position' into the string literal 'Alignment'
  • A collision module with a sleek api for covering most usecases of collision, not intended to be efficient, intended to be easy
  • An OOP, imperative spring module, most solutions are declaritive and embedded in UI libs, not ideal for animating physical things

Pinned Loading

  1. template-roblox-project template-roblox-project Public template

    Luau 2

  2. portfolio portfolio Public

    My personal portfolio website written in `React`