Changelog
Changes and new releases to BedWars Scripting.
Last updated
Changes and new releases to BedWars Scripting.
Last updated
Added "velocity" property to the event
Added the event
Changed properties on the event that were causing issues in Lua execution
"start" -> "startPos"
"end" -> "endPos"
Added event
Added to be used with the above event
Modified the file to reflect the newest Team Upgrades
Modified the event to reflect the removal of "tiers" from this event
Marked Forge-related API as no longer compatible with the latest version of the game
This is due to the addition of match mechanics, which will soon be added to the Host Panel to configure in your custom match!
Added setScale()
to
Added getInventory()
to
Added getPlayerByUserName()
to
Added getPlayerByDisplayName()
to
Added getCFrame()
and setCFrame()
to
Added emit()
, clear()
, and setLockedToPart()
to
Added event
Added insert()
, find()
, and remove()
to the library
Added many more functions to the library
Added
Added script syncing between the and the in-game script editor
Added
Added with sendMessage()
Added event
Added event
Added clearInventory()
to
Added setLightInfluence()
, setLightEmission()
, setParticleRotation()
, setRotSpeed()
to
: Deprecated setKeyboardKey()
in favor of setKeyCode()
Released the for BedWars Scripting
Added with registerInputBegan()
and registerInputEnded()
Added with createAbility()
, enableAbility()
, and more!
Added with createParticleEmitter()
->
Added with createPart()
->
Added event
Added getTeamBed()
to
Added getCFrame()
, getPosition()
, getRotation()
, and getScale()
to
Added getCFrame()
, getPosition()
, getRotation()
, getTransparency()
, and getSize()
to
Added getPosition()
and getSize()
to
Added getPosition()
to
Added getPosition()
to
(ex: Font.Roboto
)
(ex: ParticleOrientation.FacingCamera
)
Added access to a limited set of functions from the library
Fixed bug where the Enum was not accessible
Fixed bug where in did not work without fromEntity
Added a fromPosition
parameter to
Added with setGravity()
Added with sendAnnouncement()
Added getHost()
to
Added hasEffect()
to
Added setText()
to
Added event
Added event
Added event
Added optional fromEntity
parameter to
Added optional knockback
parameter to
Added with createGenerator()
Added
Added Speed and Jump modifiers to
Added event
Added in-world
Added modifiable knockback to the event
Added createItemModel()
to
Convert any into a !
Added setPosition()
to
Added
Added
Added
Added with dropItem()
Added setCFrame()
to
: Deprecated rotate()
in favor of setRotation()
: Deprecated position()
in favor of setPosition()
: Deprecated scale()
in favor of setScale()