Bloxstrap SDK addons & better logs watching
Pre-release
Pre-release
This releases introduces some features, bug fixes, and stability.
For the users
- A feature not present in the base BloxstrapSDK has been added. You can now allow games to control your window. Currently, the implementation is based on a fork of Bloxstrap for the game Project: Afternight. By enabling this feature, games can move, resize, and enter or exit fullscreen. Here is an exemple
- VirusTotal automatic scanning of releases. This is to add another layer of trust and safety and prevent potential malicious npm libraries or binaries.
For the developpers
- Logs are now watched instead of being fetched every 500ms. Now, there shouldn't be anymore delay.
- A new binary (library) as added called window_manager. This is a c++ script made to move, resize and enter or exit fullscreen in Roblox. It can be used from the
Roblox.Window
class (see below). - Roblox functions have been grouped in the
Roblox
class. Things like:Roblox.Window.move(100,200)
,Roblox.Instance.start()
, etc...
Thanks again for using the app and don't forget to leave a ⭐ ^^
Full Changelog: 0.4.2...0.5.0