Update roblox api status

This commit is contained in:
Filip Tibell 2023-03-25 20:55:38 +01:00
parent 5e898858ae
commit 734fa5d46d
No known key found for this signature in database

View file

@ -42,6 +42,15 @@ Currently implemented APIs:
- [`GetService`](https://create.roblox.com/docs/reference/engine/classes/ServiceProvider#GetService)
- [`FindService`](https://create.roblox.com/docs/reference/engine/classes/ServiceProvider#FindService)
### `CollectionService`
Currently implemented APIs:
- [`AddTag`](https://create.roblox.com/docs/reference/engine/classes/CollectionService#AddTag)
- [`GetTags`](https://create.roblox.com/docs/reference/engine/classes/CollectionService#GetTags)
- [`HasTag`](https://create.roblox.com/docs/reference/engine/classes/CollectionService#HasTag)
- [`RemoveTag`](https://create.roblox.com/docs/reference/engine/classes/CollectionService#RemoveTag)
## Datatypes
Currently implemented datatypes: