Magic

Results 1 comments of Magic

You can fix this for now by using `task.defer`: ```luau Players.PlayerAdded:Connect(function(player: Player) task.defer(packets.Test.sendTo, true, player) end) ``` A possible fix on the library side would be checking if the channel...