📝 Changelog
Update 10/08/2023
🧱 Servers
- ✨ New
verza-create-cli
to get into scripts development faster than ever. - ✨ New methods to attach any entity to a player or object.
- ✨ New methods to attach particles, sounds and proximity actions to Objects and Players.
- ✨ Scripts now runs along with the main verza thread, there is no more delay between the main thread and the scripts.
- ✨ New event
onFrame
to run a function every frame. - ✨ Many performance improvements and fixes under the hood.
🆕 Properties
player.attachedTo
player.attachedEntities
object.attachedTo
object.attachedEntities
🆕 Methods
Update 08/27/2023
🧱 Servers
- ✨ New methods to improve VoiceChat & Chat control
- Now by default all servers will be in
global
mode for the VoiceChat. - You can easily change those global settings from the
Server Settings
- Now you can see who is speaking around you from the
proximity
or global
mode. - Now you can mute anyone from the
Players List
(TAB). - Client & server fixes and performance improvements.
🆕 Methods
📜 Docs
Update 08/11/2023
🧱 Servers
- ✨ New in-server Script Editor for small and testing scripts, no setup needed anymore!
- ✨ To open it, use
CTRL + SHIFT + J
or from Server Settings -> Scripts
- 💅 Many server fixes and performance improvements.
📜 Docs