BedWars Creative
CtrlK
  • πŸ“œ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

tostring & tonumber

Same as Roblox tostring & tonumber global functions.

PrevioustickNextwait

Last updated 1 year ago