Ultrasonic1209
Ultrasonic1209
# Bug Report ## System Information - Ubuntu 20.04.3 LTS - AMP Version 2.3.0.4 @ 28/11/2021 21:11 - Release (aarch64) ## I confirm: - [x] that I have searched for...
**Describe what bug you fixed** This PR fixes `Hint.coerce_type` so that it correctly recognises falsey statements. **Checklist** - [x] I've already read the [contributing guide](../../CONTRIBUTING.md). - [x] I've run all...
At the moment, OnClientEvent connections to valid handlers get warnings as the typechecker erroneously asserts that [OnClientEvent](https://create.roblox.com/docs/reference/engine/classes/RemoteEvent#OnClientEvent) handlers must have a Player instance as their first parameter. Changes: 1. The...