BedWars Creative
  • 📜Changelog
  • 🎨Sandbox Mode
  • 🪓WorldEdit Commands
  • 🛡️WorldGuard System
  • 🍊BedWars Scripting
    • 🚜Services
      • 🎽AbilityService
      • 📣AnnouncementService
      • 🧱BlockService
      • 🔤ChatService
      • ⚔️CombatService
      • 🌪️DisasterService
      • 🪅DataStoreService
      • 🪨EntityService
      • 🔥ForgeService
      • 🏭GeneratorService
      • 👩‍🚀GravityService
      • ⌨️InputService
      • 🎒InventoryService
      • 💎ItemService
      • 🛏️MatchService
      • ℹ️MessageService
      • 🎁ModelService
      • 🦤MountService
      • 🏄‍♂️PlayerService
      • 🏗️PartService
      • 🎉ParticleService
      • 👆PromptService
      • 💰ShopService
      • 📻SoundService
      • 🪄StatusEffectService
      • 🚁VehicleService
      • 🚩TeamService
      • 🥇UIService
    • 🤝Events
      • BeforeProjectileLaunched
      • BlockPlace
      • BlockBreak
      • BedAlarmTriggered
      • ConsumeItem
      • Enchant
      • EntityDamage
      • EntityDeath
      • EntitySpawn
      • Forged
      • InventoryItemAdded
      • ItemPurchase
      • MatchStart
      • PlayerChatted
      • PlayerAdded
      • PlayerRemoving
      • PlayerDropItem
      • PlayerPickupItem
      • ProjectileLaunched
      • ProjectileHit
      • StatusEffectAdded
      • StatusEffectRemoved
      • WeaponSwing
      • TeamUpgradePurchased
      • TeamUpgradeEraPurchased
      • Telepearled
      • UseAbility
    • 📦Objects
      • AbilityConfig
      • Block
      • Entity
        • ImageEntity
        • KitEntity
        • CreatureEntity
      • Generator
      • Knockback
      • Leaderboard
      • MatchState
      • Model
      • ParticleEmitter
      • Part
      • Player
      • Prompt
      • ProgressBar
      • TextLabel
      • Team
    • 📚Types
      • AbilityType
      • AbilityInputType
      • CreatureType
      • DisasterType
      • EnchantType
      • ItemType
      • KitType
      • ModelType
      • MountType
      • VehicleType
      • ProjectileType
      • SoundType
      • StatusEffectType
      • TeamUpgradeEraType
      • TeamUpgradeType
      • MatchRole
    • ⚙️Utilities
      • require
      • math
      • pairs & ipairs
      • print & error
      • os
      • string
      • table
      • task
      • tick
      • tostring & tonumber
      • wait
Powered by GitBook
On this page
  1. BedWars Scripting
  2. Utilities

math

PreviousrequireNextpairs & ipairs

Last updated 1 year ago

Same as with a limited set of available functions:

  • math.random

  • math.abs

  • math.cos

  • math.sin

  • math.tan

  • math.max

  • math.min

  • math.clamp

  • math.pow

  • math.floor

  • math.ceil

  • math.round

  • math.acos

  • math.asin

  • math.atan

  • math.atan2

  • math.exp

  • math.cosh

  • math.sinh

  • math.tanh

  • math.sqrt

  • math.log

🍊
⚙️
Roblox math library