Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Releases: sweetboss12512/autopilot.lua

v1.0.2

23 Feb 15:54
724bf77
Compare
Choose a tag to compare

2-23/24

Changes

  • Scraped missing part types and their properties from MBTools

1.0.1

23 Feb 15:05
Compare
Choose a tag to compare

2-23-24

Changes

  • Changed ClassName property to ClassName | string to solve some type error in strict mode

1.0.0

11 Feb 00:45
37f55c2
Compare
Choose a tag to compare

Additions

  • Every part type is a global type and prefixed with 'PilotLua' such as PilotLuaGyro
  • Some types were fixed/updated
  • Some string lists such as PilotLuaPartList are global now. You can use them to have autocomplete for your own functions
local function SearchPorts(partName: PilotLuaPartList | string, errorIfNotFound: boolean?, maxPortNumber: number?): PilotLuaPart & any	
    ...
end

image

  • pilot.yml file for selene so it stops crying 😡

Paste this in your selene.toml:

std="pilot+luau"