Nova Engine is now on version 1.0.2! This update adds several new features that make it easier to build Roblox games and manage your code.
Server Code and Broadcast
You can now run code on the server using the new broadcast system.
- Broadcast: Code inside a broadcast block is sent to the server and run there. This is useful for creating parts or game logic that everyone can see.
- Player Info: The server knows which player sent the code. You can use the
seek playercommand to find that player’s character.
Multiple Script Tabs
The script editor can now handle multiple scripts at once.
- Tabs: Click the + button to create a new script. Each script has its own tab.
- Run All Scripts: When you press the run button, all open scripts are combined and run together.
- Rename Scripts: Double-click a tab to rename your script. This makes it easier to keep larger projects organized.
Resonance Audio
We added a new audio system called Resonance.
- Echo: Plays a sound on a specific object.
- Hush: Stops sounds playing on an object.
- Pulse: Turns a sound ID into an audio asset that Nova can use.
NovaUI and Math
NovaUI now has more styling options.
- Point1: A new constructor for single values, such as padding and rounded corners.
Links and Documentation
You can find the original release and the full list of commands below.