Wil
Wil
Closes #219
TeleportPartyAsync can only teleport to a place in the same universe. I replaced it with the new TeleportAsync, which can teleport to places in a different universe.
This pull request expands on the features mentioned in issue #25 by adding more conditions. **Declarations**: - [x] I declare that this contribution was created in whole or in part...
Closes #68 with @itsrenderman's type definition, incorporating minor styling adjustments. Furthermore, updates the built-in teleport command to use the new relative Vector3 type. **Declarations**: - [x] I declare that this...
Fixes #329 by using `Random.new()` instance instead of `math.random()`. Also updates function parameter names to match command arguments and reduce ambiguity. **Declarations**: - [x] I declare that this contribution was...
Closes #321. Implemented a raycast to move the character 1000 studs in the mouse direction, ignoring any non-collidable parts, instead of directly moving to the mouse position. Additionally, updated `blink`...