Changelog
Changes and new releases to BedWars Scripting.
Last updated
Changes and new releases to BedWars Scripting.
Last updated
Changed to require specification of an , rather than a KeyCode, to reflect changes to our Ability API and the change to the default mobile input layout to use the customizable layout
This change allows you to create abilities that already work for users of all devices, without the risk of overriding the input for an existing ability for that user
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()