This repository has been archived by the owner on Aug 17, 2024. It is now read-only.
Releases: sweetboss12512/autopilot.lua
Releases · sweetboss12512/autopilot.lua
v1.0.2
1.0.1
2-23-24
Changes
- Changed
ClassName
property toClassName | string
to solve some type error in strict mode
1.0.0
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
pilot.yml
file for selene so it stops crying 😡
Paste this in your selene.toml:
std="pilot+luau"